|
1 | 1 | {
|
2 | 2 | "name": "angular-electron",
|
3 |
| - "version": "1.4.0", |
| 3 | + "version": "1.4.1", |
4 | 4 | "description": "Angular 4 with Electron (Typescript + SASS + Hot Reload)",
|
5 | 5 | "homepage": "https://github.com/maximegris/angular-electron",
|
6 | 6 | "author": {
|
|
35 | 35 | "e2e": "protractor ./protractor.conf.js"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@angular/common": "4.0.2", |
39 |
| - "@angular/compiler": "4.0.2", |
40 |
| - "@angular/core": "4.0.2", |
41 |
| - "@angular/forms": "4.0.2", |
42 |
| - "@angular/http": "4.0.2", |
43 |
| - "@angular/platform-browser": "4.0.2", |
44 |
| - "@angular/platform-browser-dynamic": "4.0.2", |
45 |
| - "@angular/router": "4.0.2", |
| 38 | + "@angular/common": "4.1.3", |
| 39 | + "@angular/compiler": "4.1.3", |
| 40 | + "@angular/core": "4.1.3", |
| 41 | + "@angular/forms": "4.1.3", |
| 42 | + "@angular/http": "4.1.3", |
| 43 | + "@angular/platform-browser": "4.1.3", |
| 44 | + "@angular/platform-browser-dynamic": "4.1.3", |
| 45 | + "@angular/router": "4.1.3", |
46 | 46 | "core-js": "2.4.1",
|
47 | 47 | "rxjs": "5.3.0",
|
48 |
| - "zone.js": "0.8.5" |
| 48 | + "zone.js": "0.8.9" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@angular/cli": "1.0.0",
|
52 |
| - "@angular/compiler-cli": "4.0.2", |
53 |
| - "@types/electron": "1.4.37", |
| 52 | + "@angular/compiler-cli": "4.1.3", |
| 53 | + "@types/electron": "1.4.38", |
54 | 54 | "@types/jasmine": "2.5.41",
|
55 | 55 | "@types/node": "7.0.18",
|
56 | 56 | "autoprefixer": "6.7.7",
|
|
59 | 59 | "cross-env": "4.0.0",
|
60 | 60 | "css-loader": "0.26.1",
|
61 | 61 | "cssnano": "3.10.0",
|
62 |
| - "electron": "1.6.7", |
| 62 | + "electron": "1.6.8", |
63 | 63 | "electron-packager": "8.6.0",
|
64 |
| - "electron-reload": "^1.2.0", |
| 64 | + "electron-reload": "1.2.0", |
65 | 65 | "exports-loader": "0.6.4",
|
66 | 66 | "extract-zip": "=1.6.0",
|
67 | 67 | "file-loader": "0.11.1",
|
|
0 commit comments