Skip to content

Commit 9f9f4a9

Browse files
authored
build: update to Angular 14.0.0-rc.0 (#1143)
Bumps up the version of Angular to 14. Also fixes the build error that is currently in the main branch.
1 parent a0a16fc commit 9f9f4a9

File tree

2 files changed

+644
-434
lines changed

2 files changed

+644
-434
lines changed

material.angular.io/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
},
3535
"private": true,
3636
"dependencies": {
37-
"@angular/animations": "^14.0.0-next.14",
38-
"@angular/cdk": "^14.0.0-next.11",
39-
"@angular/cdk-experimental": "^14.0.0-next.11",
40-
"@angular/common": "^14.0.0-next.14",
41-
"@angular/compiler": "^14.0.0-next.14",
42-
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#21e652b1d96f28501357cfd47a98a8686ab66e59",
43-
"@angular/core": "^14.0.0-next.14",
44-
"@angular/forms": "^14.0.0-next.14",
45-
"@angular/google-maps": "^14.0.0-next.11",
46-
"@angular/localize": "^14.0.0-next.14",
47-
"@angular/material": "^14.0.0-next.11",
48-
"@angular/material-experimental": "^14.0.0-next.11",
49-
"@angular/material-moment-adapter": "^14.0.0-next.11",
50-
"@angular/platform-browser": "14.0.0-next.14",
51-
"@angular/platform-browser-dynamic": "14.0.0-next.14",
52-
"@angular/router": "14.0.0-next.14",
53-
"@angular/youtube-player": "^14.0.0-next.11",
37+
"@angular/animations": "^14.0.0-rc.0",
38+
"@angular/cdk": "^14.0.0-rc.0",
39+
"@angular/cdk-experimental": "^14.0.0-rc.0",
40+
"@angular/common": "^14.0.0-rc.0",
41+
"@angular/compiler": "^14.0.0-rc.0",
42+
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#b05a629f17f08a5a61d59b036eed4990933e74dd",
43+
"@angular/core": "^14.0.0-rc.0",
44+
"@angular/forms": "^14.0.0-rc.0",
45+
"@angular/google-maps": "^14.0.0-rc.0",
46+
"@angular/localize": "^14.0.0-rc.0",
47+
"@angular/material": "^14.0.0-rc.0",
48+
"@angular/material-experimental": "^14.0.0-rc.0",
49+
"@angular/material-moment-adapter": "^14.0.0-rc.0",
50+
"@angular/platform-browser": "14.0.0-rc.0",
51+
"@angular/platform-browser-dynamic": "14.0.0-rc.0",
52+
"@angular/router": "14.0.0-rc.0",
53+
"@angular/youtube-player": "^14.0.0-rc.0",
5454
"@stackblitz/sdk": "^1.5.2",
5555
"material-components-web": "14.0.0-canary.9736ddce9.0",
5656
"moment": "^2.29.1",
@@ -59,14 +59,14 @@
5959
"zone.js": "~0.11.5"
6060
},
6161
"devDependencies": {
62-
"@angular-devkit/build-angular": "^14.0.0-next.11",
62+
"@angular-devkit/build-angular": "^14.0.0-rc.0",
6363
"@angular-eslint/builder": "^13.1.0",
6464
"@angular-eslint/eslint-plugin": "^13.1.0",
6565
"@angular-eslint/eslint-plugin-template": "^13.1.0",
6666
"@angular-eslint/schematics": "^13.1.0",
6767
"@angular-eslint/template-parser": "^13.1.0",
68-
"@angular/cli": "^14.0.0-next.11",
69-
"@angular/compiler-cli": "^14.0.0-next.14",
68+
"@angular/cli": "^14.0.0-rc.0",
69+
"@angular/compiler-cli": "^14.0.0-rc.0",
7070
"@types/imagemin": "^7.0.0",
7171
"@types/jasmine": "^3.7.7",
7272
"@types/node": "^14.14.22",
@@ -97,6 +97,6 @@
9797
"puppeteer": "~8.0.0",
9898
"shelljs": "^0.8.4",
9999
"ts-node": "^8.10.2",
100-
"typescript": "~4.6.2"
100+
"typescript": "~4.7.1-rc"
101101
}
102102
}

0 commit comments

Comments
 (0)