Skip to content

Commit 1d19b3c

Browse files
jelbournmmalerba
authored andcommitted
chore: update to Angular 5.1 so we can use TS 2.5 so we can use bazel (#8877)
1 parent f10c63e commit 1d19b3c

File tree

2 files changed

+80
-60
lines changed

2 files changed

+80
-60
lines changed

package-lock.json

Lines changed: 68 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"node": ">= 5.4.1"
2727
},
2828
"dependencies": {
29-
"@angular/animations": "~5.0.0",
30-
"@angular/common": "~5.0.0",
31-
"@angular/compiler": "~5.0.0",
32-
"@angular/core": "~5.0.0",
33-
"@angular/forms": "~5.0.0",
34-
"@angular/platform-browser": "~5.0.0",
29+
"@angular/animations": "~5.1.0",
30+
"@angular/common": "~5.1.0",
31+
"@angular/compiler": "~5.1.0",
32+
"@angular/core": "~5.1.0",
33+
"@angular/forms": "~5.1.0",
34+
"@angular/platform-browser": "~5.1.0",
3535
"core-js": "^2.4.1",
3636
"rxjs": "^5.5.5",
3737
"systemjs": "0.19.43",
@@ -40,12 +40,12 @@
4040
"zone.js": "^0.8.12"
4141
},
4242
"devDependencies": {
43-
"@angular/bazel": "~5.0.0",
44-
"@angular/compiler-cli": "~5.0.0",
45-
"@angular/http": "~5.0.0",
46-
"@angular/platform-browser-dynamic": "~5.0.0",
47-
"@angular/platform-server": "~5.0.0",
48-
"@angular/router": "~5.0.0",
43+
"@angular/bazel": "~5.1.0",
44+
"@angular/compiler-cli": "~5.1.0",
45+
"@angular/http": "~5.1.0",
46+
"@angular/platform-browser-dynamic": "~5.1.0",
47+
"@angular/platform-server": "~5.1.0",
48+
"@angular/router": "~5.1.0",
4949
"@angular/upgrade": "^5.0.1",
5050
"@bazel/ibazel": "^0.1.1",
5151
"@google-cloud/storage": "^1.1.1",

0 commit comments

Comments
 (0)