Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit aac7888

Browse files
author
Vladimir Budilov
committed
Fixed angular complication issues
1 parent 4a8514b commit aac7888

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
},
2323
"private": true,
2424
"dependencies": {
25-
"@angular/animations": "5.1.0",
26-
"@angular/cli": "1.6.0",
27-
"@angular/common": "5.1.0",
28-
"@angular/compiler": "5.1.0",
29-
"@angular/compiler-cli": "5.1.0",
30-
"@angular/core": "5.1.0",
31-
"@angular/forms": "5.1.0",
32-
"@angular/http": "5.1.0",
33-
"@angular/platform-browser": "5.1.0",
34-
"@angular/platform-browser-dynamic": "5.1.0",
35-
"@angular/platform-server": "5.1.0",
36-
"@angular/router": "5.1.0",
25+
"@angular/animations": "5.2.2",
26+
"@angular/cli": "1.6.6",
27+
"@angular/common": "5.2.2",
28+
"@angular/compiler": "5.2.2",
29+
"@angular/compiler-cli": "5.2.2",
30+
"@angular/core": "5.2.2",
31+
"@angular/forms": "5.2.2",
32+
"@angular/http": "5.2.2",
33+
"@angular/platform-browser": "5.2.2",
34+
"@angular/platform-browser-dynamic": "5.2.2",
35+
"@angular/platform-server": "5.2.2",
36+
"@angular/router": "5.2.2",
3737
"@types/jasmine": "2.2.30",
3838
"@types/node": "^8.5.2",
3939
"@types/selenium-webdriver": "2.44.26",
@@ -68,7 +68,7 @@
6868
"webpack-dev-server": "2.4.2",
6969
"webpack-md5-hash": "0.0.5",
7070
"webpack-merge": "4.1.0",
71-
"zone.js": "0.8.14"
71+
"zone.js": "0.8.20"
7272
},
7373
"devDependencies": {}
7474
}

0 commit comments

Comments
 (0)