Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 6886248

Browse files
committed
build: update Angular packages to 14.0.0-rc.0
(cherry picked from commit 984aa83)
1 parent 8e6f473 commit 6886248

File tree

2 files changed

+445
-125
lines changed

2 files changed

+445
-125
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
"@types/node": "^14.15.0"
3535
},
3636
"devDependencies": {
37-
"@angular-devkit/architect": "0.1400.0-next.13",
38-
"@angular-devkit/build-angular": "14.0.0-next.13",
39-
"@angular-devkit/core": "14.0.0-next.13",
40-
"@angular-devkit/schematics": "14.0.0-next.13",
41-
"@angular/animations": "14.0.0-next.16",
42-
"@angular/bazel": "14.0.0-next.16",
43-
"@angular/cli": "14.0.0-next.13",
44-
"@angular/common": "14.0.0-next.16",
45-
"@angular/compiler": "14.0.0-next.16",
46-
"@angular/compiler-cli": "14.0.0-next.16",
47-
"@angular/core": "14.0.0-next.16",
37+
"@angular-devkit/architect": "0.1400.0-rc.0",
38+
"@angular-devkit/build-angular": "14.0.0-rc.0",
39+
"@angular-devkit/core": "14.0.0-rc.0",
40+
"@angular-devkit/schematics": "14.0.0-rc.0",
41+
"@angular/animations": "14.0.0-rc.0",
42+
"@angular/bazel": "14.0.0-rc.0",
43+
"@angular/cli": "14.0.0-rc.0",
44+
"@angular/common": "14.0.0-rc.0",
45+
"@angular/compiler": "14.0.0-rc.0",
46+
"@angular/compiler-cli": "14.0.0-rc.0",
47+
"@angular/core": "14.0.0-rc.0",
4848
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#f557392bfe7eeccdd39e21853ed7d90e02b2bce7",
49-
"@angular/platform-browser": "14.0.0-next.16",
50-
"@angular/platform-browser-dynamic": "14.0.0-next.16",
51-
"@angular/platform-server": "14.0.0-next.16",
52-
"@angular/router": "14.0.0-next.16",
53-
"@angular/service-worker": "14.0.0-next.16",
49+
"@angular/platform-browser": "14.0.0-rc.0",
50+
"@angular/platform-browser-dynamic": "14.0.0-rc.0",
51+
"@angular/platform-server": "14.0.0-rc.0",
52+
"@angular/router": "14.0.0-rc.0",
53+
"@angular/service-worker": "14.0.0-rc.0",
5454
"@bazel/bazelisk": "1.11.0",
5555
"@bazel/buildifier": "5.1.0",
5656
"@bazel/concatjs": "5.4.2",
@@ -59,7 +59,7 @@
5959
"@bazel/jasmine": "5.4.2",
6060
"@rollup/plugin-commonjs": "^22.0.0",
6161
"@rollup/plugin-node-resolve": "^13.0.5",
62-
"@schematics/angular": "14.0.0-next.13",
62+
"@schematics/angular": "14.0.0-rc.0",
6363
"@types/browser-sync": "^2.26.1",
6464
"@types/express": "~4.17.6",
6565
"@types/fs-extra": "^9.0.0",

0 commit comments

Comments
 (0)