Skip to content

Commit

Permalink
chore(examples): upgrade angular example to v11 (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard authored Apr 29, 2021
1 parent 827bdea commit da700dc
Show file tree
Hide file tree
Showing 2 changed files with 2,435 additions and 2,337 deletions.
42 changes: 21 additions & 21 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
"description": "Demo of building Angular apps with Bazel",
"license": "Apache-2.0",
"engines": {
"node": ">=10.9.0 <=13.8.0",
"node": ">=10.9.0 <=14.16.1",
"yarn": ">=1.9.2 <2.0.0"
},
"dependencies": {
"@angular/animations": "10.0.2",
"@angular/cdk": "10.0.1",
"@angular/common": "10.0.2",
"@angular/core": "10.0.2",
"@angular/forms": "10.0.2",
"@angular/material": "10.0.1",
"@angular/platform-browser": "10.0.2",
"@angular/platform-browser-dynamic": "10.0.2",
"@angular/platform-server": "10.0.2",
"@angular/router": "10.0.2",
"@angular/service-worker": "10.0.2",
"@ngrx/store": "9.2.0",
"@nguniversal/express-engine": "^9.0.0",
"@angular/animations": "11.2.12",
"@angular/cdk": "11.2.11",
"@angular/common": "11.2.12",
"@angular/core": "11.2.12",
"@angular/forms": "11.2.12",
"@angular/material": "11.2.11",
"@angular/platform-browser": "11.2.12",
"@angular/platform-browser-dynamic": "11.2.12",
"@angular/platform-server": "11.2.12",
"@angular/router": "11.2.12",
"@angular/service-worker": "11.2.12",
"@ngrx/store": "^11.0.1",
"@nguniversal/express-engine": "^11.2.1",
"date-fns": "1.30.1",
"domino": "^2.1.2",
"reflect-metadata": "^0.1.2",
"rxjs": "6.5.3",
"systemjs": "6.1.2",
"tslib": "2.0.0",
"zone.js": "0.10.3"
"tslib": "^2.0.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular/cli": "10.0.0",
"@angular/compiler": "10.0.2",
"@angular/compiler-cli": "10.0.2",
"@angular/cli": "11.2.11",
"@angular/compiler": "11.2.12",
"@angular/compiler-cli": "11.2.12",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
Expand All @@ -53,7 +53,7 @@
"express": "^4.14.0",
"firebase-tools": "7.1.0",
"history-server": "^1.3.1",
"html-insert-assets": "^0.6.0",
"html-insert-assets": "^0.14.2",
"jasmine": "2.8.0",
"karma": "~4.1.0",
"karma-chrome-launcher": "2.2.0",
Expand All @@ -65,7 +65,7 @@
"requirejs": "2.3.6",
"rollup": "^2.3.4",
"terser": "4.3.1",
"typescript": "^3.9.0"
"typescript": "~4.1.5"
},
"scripts": {
"build": "bazel build //src:prodapp",
Expand Down
Loading

0 comments on commit da700dc

Please sign in to comment.