Skip to content

Commit ec6ecf2

Browse files
devversionjelbourn
authored andcommitted
build: update to final v13.0.0-rc.3 release-candidate of CLI and framework
Updates all of our tooling to v13.0.0-rc.3 of the CLI/and framework.
1 parent b7457cf commit ec6ecf2

File tree

2 files changed

+813
-452
lines changed

2 files changed

+813
-452
lines changed

package.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -50,34 +50,33 @@
5050
},
5151
"version": "13.0.0-rc.2",
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/build-optimizer": "0.1300.0-next.7",
71-
"@angular-devkit/core": "13.0.0-next.7",
72-
"@angular-devkit/schematics": "13.0.0-next.7",
73-
"@angular/bazel": "13.0.0-next.15",
74-
"@angular/cli": "13.0.0-next.7",
75-
"@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",
7675
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#26d2e72c0311590097861c87319ba8acbd898f63",
77-
"@angular/localize": "13.0.0-next.15",
78-
"@angular/platform-browser-dynamic": "13.0.0-next.15",
79-
"@angular/platform-server": "13.0.0-next.15",
80-
"@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",
8180
"@axe-core/webdriverjs": "^4.1.0",
8281
"@babel/core": "^7.13.10",
8382
"@babel/traverse": "^7.13.0",
@@ -144,7 +143,7 @@
144143
"@rollup/plugin-babel": "^5.3.0",
145144
"@rollup/plugin-commonjs": "^20.0.0",
146145
"@rollup/plugin-node-resolve": "^13.0.5",
147-
"@schematics/angular": "13.0.0-next.7",
146+
"@schematics/angular": "13.0.0-rc.3",
148147
"@types/babel__core": "^7.1.16",
149148
"@types/browser-sync": "^2.26.1",
150149
"@types/fs-extra": "^9.0.5",

0 commit comments

Comments
 (0)