Skip to content

Commit a0597ec

Browse files
authored
build: update to final v13.0.0-rc.3 release-candidate of CLI and framework (#23873)
Updates all of our tooling to v13.0.0-rc.3 of the CLI/and framework.
1 parent 94aa7d3 commit a0597ec

File tree

2 files changed

+813
-451
lines changed

2 files changed

+813
-451
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,33 +50,33 @@
5050
},
5151
"version": "13.1.0-next.0",
5252
"dependencies": {
53-
"@angular/animations": "13.0.0-next.15",
54-
"@angular/common": "13.0.0-next.15",
55-
"@angular/compiler": "13.0.0-next.15",
56-
"@angular/core": "13.0.0-next.15",
57-
"@angular/forms": "13.0.0-next.15",
58-
"@angular/platform-browser": "13.0.0-next.15",
53+
"@angular/animations": "13.0.0-rc.3",
54+
"@angular/common": "13.0.0-rc.3",
55+
"@angular/compiler": "13.0.0-rc.3",
56+
"@angular/core": "13.0.0-rc.3",
57+
"@angular/forms": "13.0.0-rc.3",
58+
"@angular/platform-browser": "13.0.0-rc.3",
5959
"@types/google.maps": "^3.45.6",
6060
"@types/youtube": "^0.0.42",
6161
"core-js-bundle": "^3.8.2",
6262
"material-components-web": "14.0.0-canary.c78ff0429.0",
63-
"rxjs": "^6.5.3",
63+
"rxjs": "^6.6.7",
6464
"rxjs-tslint-rules": "^4.33.1",
6565
"tslib": "^2.3.0",
6666
"zone.js": "~0.11.3"
6767
},
6868
"devDependencies": {
69-
"@angular-devkit/build-angular": "13.0.0-next.7",
70-
"@angular-devkit/core": "13.0.0-next.7",
71-
"@angular-devkit/schematics": "13.0.0-next.7",
72-
"@angular/bazel": "13.0.0-next.15",
73-
"@angular/cli": "13.0.0-next.7",
74-
"@angular/compiler-cli": "13.0.0-next.15",
69+
"@angular-devkit/build-angular": "13.0.0-rc.3",
70+
"@angular-devkit/core": "13.0.0-rc.3",
71+
"@angular-devkit/schematics": "13.0.0-rc.3",
72+
"@angular/bazel": "13.0.0-rc.3",
73+
"@angular/cli": "13.0.0-rc.3",
74+
"@angular/compiler-cli": "13.0.0-rc.3",
7575
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#26d2e72c0311590097861c87319ba8acbd898f63",
76-
"@angular/localize": "13.0.0-next.15",
77-
"@angular/platform-browser-dynamic": "13.0.0-next.15",
78-
"@angular/platform-server": "13.0.0-next.15",
79-
"@angular/router": "13.0.0-next.15",
76+
"@angular/localize": "13.0.0-rc.3",
77+
"@angular/platform-browser-dynamic": "13.0.0-rc.3",
78+
"@angular/platform-server": "13.0.0-rc.3",
79+
"@angular/router": "13.0.0-rc.3",
8080
"@axe-core/webdriverjs": "^4.1.0",
8181
"@babel/core": "^7.13.10",
8282
"@babel/traverse": "^7.13.0",
@@ -143,7 +143,7 @@
143143
"@rollup/plugin-babel": "^5.3.0",
144144
"@rollup/plugin-commonjs": "^20.0.0",
145145
"@rollup/plugin-node-resolve": "^13.0.5",
146-
"@schematics/angular": "13.0.0-next.7",
146+
"@schematics/angular": "13.0.0-rc.3",
147147
"@types/babel__core": "^7.1.16",
148148
"@types/browser-sync": "^2.26.1",
149149
"@types/fs-extra": "^9.0.5",

0 commit comments

Comments
 (0)