Skip to content

Commit 93f0b1e

Browse files
crisbetojosephperrott
authored andcommitted
build: update to Angular 12 RC and bump MDC (#960)
Updates the Angular packages to v12 RC and sync up the version of MDC.
1 parent 4491f08 commit 93f0b1e

File tree

2 files changed

+905
-889
lines changed
  • material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io

2 files changed

+905
-889
lines changed

material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,38 +35,38 @@
3535
},
3636
"private": true,
3737
"dependencies": {
38-
"@angular/animations": "^12.0.0-next.9",
39-
"@angular/cdk": "^12.0.0-next.7",
40-
"@angular/cdk-experimental": "^12.0.0-next.7",
41-
"@angular/common": "^12.0.0-next.9",
42-
"@angular/compiler": "^12.0.0-next.9",
38+
"@angular/animations": "^12.0.0-rc.0",
39+
"@angular/cdk": "^12.0.0-rc.0",
40+
"@angular/cdk-experimental": "^12.0.0-rc.0",
41+
"@angular/common": "^12.0.0-rc.0",
42+
"@angular/compiler": "^12.0.0-rc.0",
4343
"@angular/components-examples": "angular/material2-docs-content#master",
44-
"@angular/core": "^12.0.0-next.9",
45-
"@angular/forms": "^12.0.0-next.9",
46-
"@angular/google-maps": "^12.0.0-next.7",
47-
"@angular/material": "^12.0.0-next.7",
48-
"@angular/material-experimental": "^12.0.0-next.7",
49-
"@angular/material-moment-adapter": "^12.0.0-next.7",
50-
"@angular/platform-browser": "^12.0.0-next.9",
51-
"@angular/platform-browser-dynamic": "^12.0.0-next.9",
52-
"@angular/router": "^12.0.0-next.9",
53-
"@angular/youtube-player": "^12.0.0-next.7",
54-
"material-components-web": "10.0.0-canary.2ed2d829b.0",
44+
"@angular/core": "^12.0.0-rc.0",
45+
"@angular/forms": "^12.0.0-rc.0",
46+
"@angular/google-maps": "^12.0.0-rc.0",
47+
"@angular/material": "^12.0.0-rc.0",
48+
"@angular/material-experimental": "^12.0.0-rc.0",
49+
"@angular/material-moment-adapter": "^12.0.0-rc.0",
50+
"@angular/platform-browser": "^12.0.0-rc.0",
51+
"@angular/platform-browser-dynamic": "^12.0.0-rc.0",
52+
"@angular/router": "^12.0.0-rc.0",
53+
"@angular/youtube-player": "^12.0.0-rc.0",
54+
"material-components-web": "12.0.0-canary.b52196498.0",
5555
"moment": "^2.29.1",
5656
"rxjs": "^6.6.6",
5757
"tslib": "^2.1.0",
5858
"zone.js": "~0.11.4"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^12.0.0-next.9",
61+
"@angular-devkit/build-angular": "^12.0.0-rc.0",
6262
"@angular-eslint/builder": "4.0.0",
6363
"@angular-eslint/eslint-plugin": "4.0.0",
6464
"@angular-eslint/eslint-plugin-template": "4.0.0",
6565
"@angular-eslint/schematics": "4.0.0",
6666
"@angular-eslint/template-parser": "4.0.0",
67-
"@angular/cli": "^12.0.0-next.9",
68-
"@angular/compiler-cli": "^12.0.0-next.9",
69-
"@angular/localize": "^12.0.0-next.9",
67+
"@angular/cli": "^12.0.0-rc.0",
68+
"@angular/compiler-cli": "^12.0.0-rc.0",
69+
"@angular/localize": "^12.0.0-rc.0",
7070
"@types/imagemin": "^7.0.0",
7171
"@types/jasmine": "^3.6.6",
7272
"@types/node": "^14.14.22",

0 commit comments

Comments
 (0)