Skip to content

Commit

Permalink
build: update to Angular 14 (angular#24487)
Browse files Browse the repository at this point in the history
Since we're also on version 14, we should set the Angular package versions to 14 too.
  • Loading branch information
crisbeto authored and forsti0506 committed Apr 3, 2022
1 parent 3685290 commit 0c6f8f0
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 626 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
},
"version": "14.0.0-next.4",
"dependencies": {
"@angular/animations": "13.2.0",
"@angular/common": "13.2.0",
"@angular/compiler": "13.2.0",
"@angular/core": "13.2.0",
"@angular/forms": "13.2.0",
"@angular/platform-browser": "13.2.0",
"@angular/animations": "14.0.0-next.4",
"@angular/common": "14.0.0-next.4",
"@angular/compiler": "14.0.0-next.4",
"@angular/core": "14.0.0-next.4",
"@angular/forms": "14.0.0-next.4",
"@angular/platform-browser": "14.0.0-next.4",
"@types/google.maps": "^3.47.3",
"@types/youtube": "^0.0.46",
"material-components-web": "14.0.0-canary.9736ddce9.0",
Expand All @@ -67,17 +67,17 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.0",
"@angular-devkit/core": "13.2.0",
"@angular-devkit/schematics": "13.2.0",
"@angular/bazel": "13.2.0",
"@angular/cli": "13.2.0",
"@angular/compiler-cli": "13.2.0",
"@angular-devkit/build-angular": "14.0.0-next.3",
"@angular-devkit/core": "14.0.0-next.3",
"@angular-devkit/schematics": "14.0.0-next.3",
"@angular/bazel": "14.0.0-next.4",
"@angular/cli": "14.0.0-next.3",
"@angular/compiler-cli": "14.0.0-next.4",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f",
"@angular/localize": "13.2.0",
"@angular/platform-browser-dynamic": "13.2.0",
"@angular/platform-server": "13.2.0",
"@angular/router": "13.2.0",
"@angular/localize": "14.0.0-next.4",
"@angular/platform-browser-dynamic": "14.0.0-next.4",
"@angular/platform-server": "14.0.0-next.4",
"@angular/router": "14.0.0-next.4",
"@axe-core/webdriverjs": "^4.3.2",
"@babel/core": "^7.16.12",
"@bazel/bazelisk": "1.11.0",
Expand Down Expand Up @@ -142,7 +142,7 @@
"@octokit/rest": "18.3.5",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@schematics/angular": "13.2.0",
"@schematics/angular": "14.0.0-next.3",
"@types/babel__core": "^7.1.18",
"@types/browser-sync": "^2.26.3",
"@types/fs-extra": "^9.0.13",
Expand Down
Loading

0 comments on commit 0c6f8f0

Please sign in to comment.