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

Commit

Permalink
Fixed angular complication issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Budilov committed Jan 26, 2018
1 parent 4a8514b commit aac7888
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -22,18 +22,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "5.1.0",
"@angular/cli": "1.6.0",
"@angular/common": "5.1.0",
"@angular/compiler": "5.1.0",
"@angular/compiler-cli": "5.1.0",
"@angular/core": "5.1.0",
"@angular/forms": "5.1.0",
"@angular/http": "5.1.0",
"@angular/platform-browser": "5.1.0",
"@angular/platform-browser-dynamic": "5.1.0",
"@angular/platform-server": "5.1.0",
"@angular/router": "5.1.0",
"@angular/animations": "5.2.2",
"@angular/cli": "1.6.6",
"@angular/common": "5.2.2",
"@angular/compiler": "5.2.2",
"@angular/compiler-cli": "5.2.2",
"@angular/core": "5.2.2",
"@angular/forms": "5.2.2",
"@angular/http": "5.2.2",
"@angular/platform-browser": "5.2.2",
"@angular/platform-browser-dynamic": "5.2.2",
"@angular/platform-server": "5.2.2",
"@angular/router": "5.2.2",
"@types/jasmine": "2.2.30",
"@types/node": "^8.5.2",
"@types/selenium-webdriver": "2.44.26",
Expand Down Expand Up @@ -68,7 +68,7 @@
"webpack-dev-server": "2.4.2",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "4.1.0",
"zone.js": "0.8.14"
"zone.js": "0.8.20"
},
"devDependencies": {}
}

0 comments on commit aac7888

Please sign in to comment.