Skip to content

Commit 5dd6a0d

Browse files
authored
build: update to Angular 16.1 (#27299)
Updates the repo to Angular 16.1 and resolves some build errors.
1 parent 9b15c88 commit 5dd6a0d

File tree

2 files changed

+788
-1075
lines changed

2 files changed

+788
-1075
lines changed

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
},
5757
"version": "16.2.0-next.0",
5858
"dependencies": {
59-
"@angular/animations": "^16.1.0-next.3",
60-
"@angular/common": "^16.1.0-next.3",
61-
"@angular/compiler": "^16.1.0-next.3",
62-
"@angular/core": "^16.1.0-next.3",
63-
"@angular/forms": "^16.1.0-next.3",
64-
"@angular/platform-browser": "^16.1.0-next.3",
59+
"@angular/animations": "^16.1.0",
60+
"@angular/common": "^16.1.0",
61+
"@angular/compiler": "^16.1.0",
62+
"@angular/core": "^16.1.0",
63+
"@angular/forms": "^16.1.0",
64+
"@angular/platform-browser": "^16.1.0",
6565
"@types/google.maps": "^3.52.4",
6666
"@types/youtube": "^0.0.46",
6767
"rxjs": "^6.6.7",
@@ -70,19 +70,20 @@
7070
"zone.js": "~0.13.0"
7171
},
7272
"devDependencies": {
73-
"@angular-devkit/build-angular": "^16.1.0-next.2",
74-
"@angular-devkit/core": "^16.1.0-next.2",
75-
"@angular-devkit/schematics": "^16.1.0-next.2",
73+
"@angular-devkit/build-angular": "^16.1.0",
74+
"@angular-devkit/core": "^16.1.0",
75+
"@angular-devkit/schematics": "^16.1.0",
7676
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
77-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5f1f9479ff846015c2abf33e9752e252a9ab6967",
78-
"@angular/cli": "^16.1.0-next.2",
79-
"@angular/compiler-cli": "^16.1.0-next.3",
80-
"@angular/localize": "^16.1.0-next.3",
81-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#672b3d59a0d432f567ceef3dd06d977e01cb5a3f",
82-
"@angular/platform-browser-dynamic": "^16.1.0-next.3",
83-
"@angular/platform-server": "^16.1.0-next.3",
84-
"@angular/router": "^16.1.0-next.3",
77+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2fd57456111be38f849c0ec7c6fc3134cf87e94b",
78+
"@angular/cli": "^16.1.0",
79+
"@angular/compiler-cli": "^16.1.0",
80+
"@angular/localize": "^16.1.0",
81+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c0f2ac371a43012c15cbb8b7128b8476964c8f9",
82+
"@angular/platform-browser-dynamic": "^16.1.0",
83+
"@angular/platform-server": "^16.1.0",
84+
"@angular/router": "^16.1.0",
8585
"@babel/core": "^7.16.12",
86+
"@babel/helper-string-parser": "^7.22.5",
8687
"@bazel/bazelisk": "1.12.1",
8788
"@bazel/buildifier": "6.1.2",
8889
"@bazel/concatjs": "5.8.1",
@@ -145,7 +146,7 @@
145146
"@octokit/rest": "18.3.5",
146147
"@rollup/plugin-commonjs": "^21.0.0",
147148
"@rollup/plugin-node-resolve": "^13.1.3",
148-
"@schematics/angular": "^16.1.0-next.2",
149+
"@schematics/angular": "^16.1.0",
149150
"@types/babel__core": "^7.1.18",
150151
"@types/browser-sync": "^2.26.3",
151152
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)