Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 95354cd

Browse files
chore(build): update dependencies to ~5.1.0
1 parent b8a652d commit 95354cd

File tree

2 files changed

+88
-78
lines changed

2 files changed

+88
-78
lines changed

package-lock.json

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

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@
2626
"node": ">= 5.4.1 <= 8"
2727
},
2828
"dependencies": {
29-
"@angular/common": "~4.4.4",
30-
"@angular/compiler": "~4.4.4",
31-
"@angular/core": "~4.4.4",
32-
"@angular/platform-browser": "~4.4.4",
29+
"@angular/core": "~5.1.0",
30+
"@angular/common": "~5.1.0",
31+
"@angular/compiler": "~5.1.0",
32+
"@angular/platform-browser": "~5.1.0",
3333
"core-js": "^2.4.1",
3434
"rxjs": "^5.5.0",
3535
"systemjs": "0.19.43",
36-
"tsickle": "^0.23.5",
36+
"tsickle": "^0.24.x",
3737
"tslib": "^1.8.0",
3838
"zone.js": "^0.8.18"
3939
},
4040
"devDependencies": {
41-
"@angular/animations": "~4.4.4",
42-
"@angular/cdk": "^2.0.0-beta.12",
43-
"@angular/compiler-cli": "~4.4.4",
44-
"@angular/forms": "~4.4.4",
45-
"@angular/http": "~4.4.4",
46-
"@angular/material": "^2.0.0-beta.12",
47-
"@angular/platform-browser-dynamic": "~4.4.4",
48-
"@angular/platform-server": "~4.4.4",
49-
"@angular/router": "~4.4.4",
50-
"@angular/tsc-wrapped": "~4.4.4",
41+
"@angular/animations": "~5.1.0",
42+
"@angular/cdk": "^5.0.1",
43+
"@angular/compiler-cli": "~5.1.0",
44+
"@angular/forms": "~5.1.0",
45+
"@angular/http": "~5.1.0",
46+
"@angular/material": "^5.0.1",
47+
"@angular/platform-browser-dynamic": "~5.1.0",
48+
"@angular/platform-server": "~5.1.0",
49+
"@angular/router": "~5.1.0",
50+
"@angular/tsc-wrapped": "^4.4.6",
5151
"@google-cloud/storage": "^1.4.0",
5252
"@types/chalk": "^0.4.31",
5353
"@types/fs-extra": "^3.0.1",

0 commit comments

Comments
 (0)