Skip to content

Commit

Permalink
build: update to Angular 14.0.0-rc.0 (#1143)
Browse files Browse the repository at this point in the history
Bumps up the version of Angular to 14. Also fixes the build error that is currently in the main branch.
  • Loading branch information
crisbeto authored May 13, 2022
1 parent a0a16fc commit 9f9f4a9
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 434 deletions.
42 changes: 21 additions & 21 deletions material.angular.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.0-next.14",
"@angular/cdk": "^14.0.0-next.11",
"@angular/cdk-experimental": "^14.0.0-next.11",
"@angular/common": "^14.0.0-next.14",
"@angular/compiler": "^14.0.0-next.14",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#21e652b1d96f28501357cfd47a98a8686ab66e59",
"@angular/core": "^14.0.0-next.14",
"@angular/forms": "^14.0.0-next.14",
"@angular/google-maps": "^14.0.0-next.11",
"@angular/localize": "^14.0.0-next.14",
"@angular/material": "^14.0.0-next.11",
"@angular/material-experimental": "^14.0.0-next.11",
"@angular/material-moment-adapter": "^14.0.0-next.11",
"@angular/platform-browser": "14.0.0-next.14",
"@angular/platform-browser-dynamic": "14.0.0-next.14",
"@angular/router": "14.0.0-next.14",
"@angular/youtube-player": "^14.0.0-next.11",
"@angular/animations": "^14.0.0-rc.0",
"@angular/cdk": "^14.0.0-rc.0",
"@angular/cdk-experimental": "^14.0.0-rc.0",
"@angular/common": "^14.0.0-rc.0",
"@angular/compiler": "^14.0.0-rc.0",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#b05a629f17f08a5a61d59b036eed4990933e74dd",
"@angular/core": "^14.0.0-rc.0",
"@angular/forms": "^14.0.0-rc.0",
"@angular/google-maps": "^14.0.0-rc.0",
"@angular/localize": "^14.0.0-rc.0",
"@angular/material": "^14.0.0-rc.0",
"@angular/material-experimental": "^14.0.0-rc.0",
"@angular/material-moment-adapter": "^14.0.0-rc.0",
"@angular/platform-browser": "14.0.0-rc.0",
"@angular/platform-browser-dynamic": "14.0.0-rc.0",
"@angular/router": "14.0.0-rc.0",
"@angular/youtube-player": "^14.0.0-rc.0",
"@stackblitz/sdk": "^1.5.2",
"material-components-web": "14.0.0-canary.9736ddce9.0",
"moment": "^2.29.1",
Expand All @@ -59,14 +59,14 @@
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.0-next.11",
"@angular-devkit/build-angular": "^14.0.0-rc.0",
"@angular-eslint/builder": "^13.1.0",
"@angular-eslint/eslint-plugin": "^13.1.0",
"@angular-eslint/eslint-plugin-template": "^13.1.0",
"@angular-eslint/schematics": "^13.1.0",
"@angular-eslint/template-parser": "^13.1.0",
"@angular/cli": "^14.0.0-next.11",
"@angular/compiler-cli": "^14.0.0-next.14",
"@angular/cli": "^14.0.0-rc.0",
"@angular/compiler-cli": "^14.0.0-rc.0",
"@types/imagemin": "^7.0.0",
"@types/jasmine": "^3.7.7",
"@types/node": "^14.14.22",
Expand Down Expand Up @@ -97,6 +97,6 @@
"puppeteer": "~8.0.0",
"shelljs": "^0.8.4",
"ts-node": "^8.10.2",
"typescript": "~4.6.2"
"typescript": "~4.7.1-rc"
}
}
Loading

0 comments on commit 9f9f4a9

Please sign in to comment.