Skip to content

Commit

Permalink
chore(examples): upgrade to angular v9.0.0 (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard authored Feb 11, 2020
1 parent f95158e commit 8a13e7c
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 274 deletions.
30 changes: 15 additions & 15 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
"description": "Demo of building Angular apps with Bazel",
"license": "Apache-2.0",
"engines": {
"node": ">=10.9.0 <13.0.0",
"node": ">=10.9.0 <=13.8.0",
"yarn": ">=1.9.2 <2.0.0"
},
"dependencies": {
"@angular/animations": "9.0.0-rc.10",
"@angular/cdk": "9.0.0-rc.8",
"@angular/common": "9.0.0-rc.10",
"@angular/core": "9.0.0-rc.10",
"@angular/forms": "9.0.0-rc.10",
"@angular/material": "9.0.0-rc.8",
"@angular/platform-browser": "9.0.0-rc.10",
"@angular/platform-browser-dynamic": "9.0.0-rc.10",
"@angular/router": "9.0.0-rc.10",
"@ngrx/store": "8.3.0",
"@angular/animations": "9.0.0",
"@angular/cdk": "9.0.0",
"@angular/common": "9.0.0",
"@angular/core": "9.0.0",
"@angular/forms": "9.0.0",
"@angular/material": "9.0.0",
"@angular/platform-browser": "9.0.0",
"@angular/platform-browser-dynamic": "9.0.0",
"@angular/router": "9.0.0",
"@ngrx/store": "9.0.0-beta.0",
"date-fns": "1.30.1",
"rxjs": "6.5.3",
"systemjs": "6.1.2",
"tslib": "1.10.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular/bazel": "9.0.0-rc.10",
"@angular/cli": "9.0.0-rc.10",
"@angular/compiler": "9.0.0-rc.10",
"@angular/compiler-cli": "9.0.0-rc.10",
"@angular/bazel": "9.0.0",
"@angular/cli": "9.0.0",
"@angular/compiler": "9.0.0",
"@angular/compiler-cli": "9.0.0",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
Expand Down
Loading

0 comments on commit 8a13e7c

Please sign in to comment.