Skip to content

Commit 29ac6cf

Browse files
authored
build: update to Angular 14 (#24487)
Since we're also on version 14, we should set the Angular package versions to 14 too.
1 parent dc4fbcf commit 29ac6cf

File tree

2 files changed

+260
-626
lines changed

2 files changed

+260
-626
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
},
5353
"version": "14.0.0-next.4",
5454
"dependencies": {
55-
"@angular/animations": "13.2.0",
56-
"@angular/common": "13.2.0",
57-
"@angular/compiler": "13.2.0",
58-
"@angular/core": "13.2.0",
59-
"@angular/forms": "13.2.0",
60-
"@angular/platform-browser": "13.2.0",
55+
"@angular/animations": "14.0.0-next.4",
56+
"@angular/common": "14.0.0-next.4",
57+
"@angular/compiler": "14.0.0-next.4",
58+
"@angular/core": "14.0.0-next.4",
59+
"@angular/forms": "14.0.0-next.4",
60+
"@angular/platform-browser": "14.0.0-next.4",
6161
"@types/google.maps": "^3.47.3",
6262
"@types/youtube": "^0.0.46",
6363
"material-components-web": "14.0.0-canary.9736ddce9.0",
@@ -67,17 +67,17 @@
6767
"zone.js": "~0.11.4"
6868
},
6969
"devDependencies": {
70-
"@angular-devkit/build-angular": "13.2.0",
71-
"@angular-devkit/core": "13.2.0",
72-
"@angular-devkit/schematics": "13.2.0",
73-
"@angular/bazel": "13.2.0",
74-
"@angular/cli": "13.2.0",
75-
"@angular/compiler-cli": "13.2.0",
70+
"@angular-devkit/build-angular": "14.0.0-next.3",
71+
"@angular-devkit/core": "14.0.0-next.3",
72+
"@angular-devkit/schematics": "14.0.0-next.3",
73+
"@angular/bazel": "14.0.0-next.4",
74+
"@angular/cli": "14.0.0-next.3",
75+
"@angular/compiler-cli": "14.0.0-next.4",
7676
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f",
77-
"@angular/localize": "13.2.0",
78-
"@angular/platform-browser-dynamic": "13.2.0",
79-
"@angular/platform-server": "13.2.0",
80-
"@angular/router": "13.2.0",
77+
"@angular/localize": "14.0.0-next.4",
78+
"@angular/platform-browser-dynamic": "14.0.0-next.4",
79+
"@angular/platform-server": "14.0.0-next.4",
80+
"@angular/router": "14.0.0-next.4",
8181
"@axe-core/webdriverjs": "^4.3.2",
8282
"@babel/core": "^7.16.12",
8383
"@bazel/bazelisk": "1.11.0",
@@ -142,7 +142,7 @@
142142
"@octokit/rest": "18.3.5",
143143
"@rollup/plugin-commonjs": "^21.0.0",
144144
"@rollup/plugin-node-resolve": "^13.1.3",
145-
"@schematics/angular": "13.2.0",
145+
"@schematics/angular": "14.0.0-next.3",
146146
"@types/babel__core": "^7.1.18",
147147
"@types/browser-sync": "^2.26.3",
148148
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)