Skip to content

Commit

Permalink
build: update to latest Angular version
Browse files Browse the repository at this point in the history
Updates the Angular dependencies to the latest `next` version, as well as MDC to the latest canary.
  • Loading branch information
crisbeto authored and wagnermaciel committed Oct 12, 2020
1 parent d82e3cb commit 727285b
Show file tree
Hide file tree
Showing 2 changed files with 876 additions and 721 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,35 +50,35 @@
},
"version": "11.0.0-next.1",
"dependencies": {
"@angular/animations": "^10.1.0",
"@angular/common": "^10.1.0",
"@angular/compiler": "^10.1.0",
"@angular/core": "^10.1.0",
"@angular/elements": "^10.1.0",
"@angular/forms": "^10.1.0",
"@angular/platform-browser": "^10.1.0",
"@angular/animations": "^11.0.0-next.5",
"@angular/common": "^11.0.0-next.5",
"@angular/compiler": "^11.0.0-next.5",
"@angular/core": "^11.0.0-next.5",
"@angular/elements": "^11.0.0-next.5",
"@angular/forms": "^11.0.0-next.5",
"@angular/platform-browser": "^11.0.0-next.5",
"@types/googlemaps": "^3.39.3",
"@types/youtube": "^0.0.38",
"@webcomponents/custom-elements": "^1.1.0",
"core-js": "^2.6.9",
"material-components-web": "8.0.0-canary.3e435ba57.0",
"material-components-web": "8.0.0-canary.774dcfc8e.0",
"rxjs": "^6.5.3",
"rxjs-tslint-rules": "^4.33.1",
"systemjs": "0.19.43",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "^0.1000.5",
"@angular-devkit/core": "^10.0.5",
"@angular-devkit/schematics": "^10.0.5",
"@angular/bazel": "^10.1.0",
"@angular-devkit/build-optimizer": "^0.1100.0-next.5",
"@angular-devkit/core": "^11.0.0-next.5",
"@angular-devkit/schematics": "^11.0.0-next.5",
"@angular/bazel": "^11.0.0-next.5",
"@angular/benchpress": "0.2.1",
"@angular/compiler-cli": "^10.1.0",
"@angular/compiler-cli": "^11.0.0-next.5",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#f8bc880d554d45ca8bf881b8a776f00f61b918fb",
"@angular/platform-browser-dynamic": "^10.1.0",
"@angular/platform-server": "^10.1.0",
"@angular/router": "^10.1.0",
"@angular/platform-browser-dynamic": "^11.0.0-next.5",
"@angular/platform-server": "^11.0.0-next.5",
"@angular/router": "^11.0.0-next.5",
"@bazel/bazelisk": "^1.4.0",
"@bazel/buildifier": "^2.2.1",
"@bazel/ibazel": "^0.13.0",
Expand All @@ -90,7 +90,7 @@
"@bazel/typescript": "^1.7.0",
"@firebase/app-types": "^0.3.2",
"@octokit/rest": "16.28.7",
"@schematics/angular": "^10.0.5",
"@schematics/angular": "^11.0.0-next.5",
"@types/autoprefixer": "^9.7.2",
"@types/browser-sync": "^2.26.1",
"@types/fs-extra": "^4.0.3",
Expand Down
Loading

0 comments on commit 727285b

Please sign in to comment.