Skip to content

Commit

Permalink
Mgrate to Angular 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Nov 18, 2017
1 parent bef106e commit bd7bed6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"e2e": "protractor ./protractor.conf.js"
},
"dependencies": {
"@angular/common": "5.0.1",
"@angular/compiler": "5.0.1",
"@angular/core": "5.0.1",
"@angular/forms": "5.0.1",
"@angular/http": "5.0.1",
"@angular/platform-browser": "5.0.1",
"@angular/platform-browser-dynamic": "5.0.1",
"@angular/router": "5.0.1",
"@angular/common": "5.0.2",
"@angular/compiler": "5.0.2",
"@angular/core": "5.0.2",
"@angular/forms": "5.0.2",
"@angular/http": "5.0.2",
"@angular/platform-browser": "5.0.2",
"@angular/platform-browser-dynamic": "5.0.2",
"@angular/router": "5.0.2",
"core-js": "2.4.1",
"enhanced-resolve": "3.3.0",
"rxjs": "5.5.2",
"zone.js": "0.8.17"
},
"devDependencies": {
"@angular/cli": "1.5.0",
"@angular/compiler-cli": "5.0.1",
"@angular/cli": "1.5.2",
"@angular/compiler-cli": "5.0.2",
"@types/core-js": "0.9.36",
"@types/jasmine": "2.5.54",
"@types/node": "7.0.7",
Expand Down Expand Up @@ -99,7 +99,7 @@
"typescript": "2.4.2",
"url-loader": "0.5.9",
"webdriver-manager": "12.0.6",
"webpack": "3.6.0",
"webpack": "3.8.1",
"webpack-dev-server": "2.8.2"
},
"license": "SEE LICENSE IN LICENSE.md"
Expand Down

0 comments on commit bd7bed6

Please sign in to comment.