Skip to content

Commit

Permalink
migrate to Angular 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Nov 28, 2017
1 parent d5e12c0 commit f4bc5b2
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "2.1.1",
"version": "2.2.0",
"description": "Angular 5 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
Expand Down Expand Up @@ -37,25 +37,26 @@
"e2e": "protractor ./protractor.conf.js"
},
"dependencies": {
"@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",
"@angular/common": "5.0.3",
"@angular/compiler": "5.0.3",
"@angular/core": "5.0.3",
"@angular/forms": "5.0.3",
"@angular/http": "5.0.3",
"@angular/platform-browser": "5.0.3",
"@angular/platform-browser-dynamic": "5.0.3",
"@angular/router": "5.0.3",
"core-js": "2.4.1",
"enhanced-resolve": "3.3.0",
"rxjs": "5.5.2",
"zone.js": "0.8.17"
},
"devDependencies": {
"@angular/cli": "1.5.2",
"@angular/compiler-cli": "5.0.2",
"@angular/language-service": "5.0.2",
"@angular/cli": "1.5.3",
"@angular/compiler-cli": "5.0.3",
"@angular/language-service": "5.0.3",
"@types/core-js": "0.9.36",
"@types/jasmine": "2.5.54",
"@types/jasminewd2": "2.0.2",
"@types/node": "7.0.7",
"autoprefixer": "7.1.4",
"circular-dependency-plugin": "3.0.0",
Expand Down

0 comments on commit f4bc5b2

Please sign in to comment.