Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit e8045a8

Browse files
committed
chore(packages): upgrade angular deps to latest
1 parent 3535dce commit e8045a8

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "5.1.1",
31-
"@angular/cdk": "5.0.1",
32-
"@angular/common": "5.1.1",
33-
"@angular/compiler": "5.1.1",
34-
"@angular/core": "5.1.1",
35-
"@angular/flex-layout": "2.0.0-beta.10-4905443",
36-
"@angular/forms": "5.1.1",
37-
"@angular/http": "5.1.1",
38-
"@angular/material": "5.0.1",
39-
"@angular/platform-browser": "5.1.1",
40-
"@angular/platform-browser-dynamic": "5.1.1",
41-
"@angular/router": "5.1.1",
42-
"@angular/service-worker": "5.1.1",
30+
"@angular/animations": "5.2.2",
31+
"@angular/cdk": "5.1.0",
32+
"@angular/common": "5.2.2",
33+
"@angular/compiler": "5.2.2",
34+
"@angular/core": "5.2.2",
35+
"@angular/flex-layout": "2.0.0-beta.12",
36+
"@angular/forms": "5.2.2",
37+
"@angular/http": "5.2.2",
38+
"@angular/material": "5.1.0",
39+
"@angular/platform-browser": "5.2.2",
40+
"@angular/platform-browser-dynamic": "5.2.2",
41+
"@angular/router": "5.2.2",
42+
"@angular/service-worker": "5.2.2",
4343
"@types/hammerjs": "2.0.35",
4444
"core-js": "2.4.1",
4545
"hammerjs": "2.0.8",
@@ -48,10 +48,9 @@
4848
"zone.js": "0.8.14"
4949
},
5050
"devDependencies": {
51-
"@angular/cli": "1.6.0",
52-
"@angular/compiler-cli": "5.1.1",
53-
"@angular/language-service": "5.1.1",
54-
"@angular/service-worker": "5.1.1",
51+
"@angular/cli": "1.6.6",
52+
"@angular/compiler-cli": "5.2.2",
53+
"@angular/language-service": "5.2.2",
5554
"@types/jasmine": "2.5.53",
5655
"@types/jasminewd2": "2.0.2",
5756
"@types/lodash": "4.14.77",

0 commit comments

Comments
 (0)