Skip to content

Commit

Permalink
Add a fixed set of devDependencies for the angular examples. (handson…
Browse files Browse the repository at this point in the history
  • Loading branch information
jansiegel authored Apr 8, 2021
1 parent 99dd14a commit ee54da2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions examples/next/docs/angular/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1100.7",
"@angular/cli": "11.2.6",
"@angular-devkit/build-angular": "0.1102.7",
"@angular/localize": "11.2.7",
"@angular/service-worker": "11.2.7",
"@angular/cli": "11.2.7",
"@angular/compiler-cli": "11.2.7",
"@types/jasmine": "3.6.9",
"@types/node": "12.20.7",
Expand Down
6 changes: 4 additions & 2 deletions examples/templates/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1100.7",
"@angular/cli": "11.2.6",
"@angular-devkit/build-angular": "0.1102.7",
"@angular/localize": "11.2.7",
"@angular/service-worker": "11.2.7",
"@angular/cli": "11.2.7",
"@angular/compiler-cli": "11.2.7",
"@types/jasmine": "3.6.9",
"@types/node": "12.20.7",
Expand Down

0 comments on commit ee54da2

Please sign in to comment.