Skip to content

Commit 960e00f

Browse files
fix: update angular to v6.1.0
1 parent 636eb34 commit 960e00f

File tree

2 files changed

+85
-86
lines changed

2 files changed

+85
-86
lines changed

package-lock.json

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

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,29 @@
5656
"validate-commit-msg": "^2.14.0"
5757
},
5858
"dependencies": {
59-
"@angular/animations": "^6.1.0-rc.3",
60-
"@angular/cdk": "^6.4.0",
61-
"@angular/common": "^6.1.0-rc.3",
62-
"@angular/compiler": "^6.1.0-rc.3",
63-
"@angular/compiler-cli": "^6.1.0-rc.3",
64-
"@angular/core": "^6.1.0-rc.3",
65-
"@angular/forms": "^6.1.0-rc.3",
66-
"@angular/http": "^6.1.0-rc.3",
67-
"@angular/material": "^6.4.0",
68-
"@angular/platform-browser": "^6.1.0-rc.3",
69-
"@angular/platform-browser-dynamic": "^6.1.0-rc.3",
70-
"@angular/platform-server": "^6.1.0-rc.3",
71-
"@angular/router": "^6.1.0-rc.3",
72-
"@angular/service-worker": "^6.1.0-rc.3",
59+
"@angular/animations": "^6.1.0",
60+
"@angular/cdk": "^6.4.1",
61+
"@angular/common": "^6.1.0",
62+
"@angular/compiler": "^6.1.0",
63+
"@angular/compiler-cli": "^6.1.0",
64+
"@angular/core": "^6.1.0",
65+
"@angular/forms": "^6.1.0",
66+
"@angular/http": "^6.1.0",
67+
"@angular/material": "^6.4.1",
68+
"@angular/platform-browser": "^6.1.0",
69+
"@angular/platform-browser-dynamic": "^6.1.0",
70+
"@angular/platform-server": "^6.1.0",
71+
"@angular/router": "^6.1.0",
72+
"@angular/service-worker": "^6.1.0",
7373
"@nguniversal/common": "^6.0.0",
7474
"@nguniversal/express-engine": "^6.0.0",
7575
"@types/cookie-parser": "^1.4.1",
7676
"@types/express": "^4.16.0",
7777
"@types/fs-extra": "^5.0.4",
78-
"@types/jest": "^23.3.0",
78+
"@types/jest": "^23.3.1",
7979
"@types/js-cookie": "^2.1.0",
8080
"@types/lru-cache": "^4.1.1",
81-
"@types/node": "^10.5.2",
81+
"@types/node": "^10.5.3",
8282
"@types/object-hash": "^1.2.0",
8383
"ajv": "^6.5.2",
8484
"angularfire2": "^5.0.0-rc.11",
@@ -91,7 +91,7 @@
9191
"express": "^4.16.3",
9292
"favicons": "^5.1.1",
9393
"firebase": "^5.3.0",
94-
"firebase-admin": "^5.13.0",
94+
"firebase-admin": "^5.13.1",
9595
"fs-extra": "^7.0.0",
9696
"fuse-box": "^3.4.0",
9797
"hammerjs": "^2.0.8",

0 commit comments

Comments
 (0)