Skip to content

Commit

Permalink
build: update Angular dependencies
Browse files Browse the repository at this point in the history
Bumps to Angular 14.0.0-next.5 and Zone.js 0.11.5. The Angular update includes the injector in `createEmbeddedView` feature that we'll need soon and the Zone.js update should remove some deprecation warnings that have been polluting our logs.
  • Loading branch information
crisbeto committed Mar 5, 2022
1 parent 43214b5 commit 72aea46
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 141 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,32 +52,32 @@
},
"version": "14.0.0-next.5",
"dependencies": {
"@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",
"@angular/animations": "14.0.0-next.5",
"@angular/common": "14.0.0-next.5",
"@angular/compiler": "14.0.0-next.5",
"@angular/core": "14.0.0-next.5",
"@angular/forms": "14.0.0-next.5",
"@angular/platform-browser": "14.0.0-next.5",
"@types/google.maps": "^3.47.3",
"@types/youtube": "^0.0.46",
"material-components-web": "14.0.0-canary.9736ddce9.0",
"rxjs": "^6.6.7",
"rxjs-tslint-rules": "^4.34.8",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
"zone.js": "~0.11.5"
},
"devDependencies": {
"@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-devkit/build-angular": "14.0.0-next.4",
"@angular-devkit/core": "14.0.0-next.4",
"@angular-devkit/schematics": "14.0.0-next.4",
"@angular/bazel": "14.0.0-next.5",
"@angular/cli": "14.0.0-next.4",
"@angular/compiler-cli": "14.0.0-next.5",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#b6656cffbd46bb3637b09b08561e5f1a147603c9",
"@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",
"@angular/localize": "14.0.0-next.5",
"@angular/platform-browser-dynamic": "14.0.0-next.5",
"@angular/platform-server": "14.0.0-next.5",
"@angular/router": "14.0.0-next.5",
"@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": "14.0.0-next.3",
"@schematics/angular": "14.0.0-next.4",
"@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 72aea46

Please sign in to comment.