Skip to content

Commit

Permalink
upgrade ng/electron dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed May 26, 2017
1 parent 7892f0d commit 78b0f27
Show file tree
Hide file tree
Showing 2 changed files with 476 additions and 407 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "1.4.0",
"version": "1.4.1",
"description": "Angular 4 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
Expand Down Expand Up @@ -35,22 +35,22 @@
"e2e": "protractor ./protractor.conf.js"
},
"dependencies": {
"@angular/common": "4.0.2",
"@angular/compiler": "4.0.2",
"@angular/core": "4.0.2",
"@angular/forms": "4.0.2",
"@angular/http": "4.0.2",
"@angular/platform-browser": "4.0.2",
"@angular/platform-browser-dynamic": "4.0.2",
"@angular/router": "4.0.2",
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/router": "4.1.3",
"core-js": "2.4.1",
"rxjs": "5.3.0",
"zone.js": "0.8.5"
"zone.js": "0.8.9"
},
"devDependencies": {
"@angular/cli": "1.0.0",
"@angular/compiler-cli": "4.0.2",
"@types/electron": "1.4.37",
"@angular/compiler-cli": "4.1.3",
"@types/electron": "1.4.38",
"@types/jasmine": "2.5.41",
"@types/node": "7.0.18",
"autoprefixer": "6.7.7",
Expand All @@ -59,9 +59,9 @@
"cross-env": "4.0.0",
"css-loader": "0.26.1",
"cssnano": "3.10.0",
"electron": "1.6.7",
"electron": "1.6.8",
"electron-packager": "8.6.0",
"electron-reload": "^1.2.0",
"electron-reload": "1.2.0",
"exports-loader": "0.6.4",
"extract-zip": "=1.6.0",
"file-loader": "0.11.1",
Expand Down
Loading

0 comments on commit 78b0f27

Please sign in to comment.