|
1 | 1 | {
|
2 | 2 | "name": "angular-electron",
|
3 |
| - "version": "4.2.2", |
4 |
| - "description": "Angular 6 with Electron (Typescript + SASS + Hot Reload)", |
| 3 | + "version": "5.0.0", |
| 4 | + "description": "Angular 7 with Electron (Typescript + SASS + Hot Reload)", |
5 | 5 | "homepage": "https://github.com/maximegris/angular-electron",
|
6 | 6 | "author": {
|
7 | 7 | "name": "Maxime GRIS",
|
8 | 8 |
|
9 | 9 | },
|
10 | 10 | "keywords": [
|
11 | 11 | "angular",
|
12 |
| - "angular 6", |
| 12 | + "angular 7", |
13 | 13 | "electron",
|
14 | 14 | "typescript",
|
15 | 15 | "sass"
|
|
34 | 34 | "electron:windows": "npm run build:prod && npx electron-builder build --windows",
|
35 | 35 | "electron:mac": "npm run build:prod && npx electron-builder build --mac",
|
36 | 36 | "test": "npm run postinstall:web && ng test",
|
37 |
| - "e2e": "npm run postinstall:web && ng e2e" |
| 37 | + "e2e": "npm run postinstall:web && ng e2e", |
| 38 | + "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" |
38 | 39 | },
|
39 | 40 | "dependencies": {},
|
40 | 41 | "devDependencies": {
|
41 |
| - "@angular-devkit/build-angular": "0.6.3", |
42 |
| - "@angular/cli": "6.1.2", |
43 |
| - "@angular/common": "6.1.2", |
44 |
| - "@angular/compiler": "6.1.2", |
45 |
| - "@angular/compiler-cli": "6.1.2", |
46 |
| - "@angular/core": "6.1.2", |
47 |
| - "@angular/forms": "6.1.2", |
48 |
| - "@angular/http": "6.1.2", |
49 |
| - "@angular/language-service": "6.1.2", |
50 |
| - "@angular/platform-browser": "6.1.2", |
51 |
| - "@angular/platform-browser-dynamic": "6.1.2", |
52 |
| - "@angular/router": "6.1.2", |
| 42 | + "@angular-devkit/build-angular": "~0.10.0", |
| 43 | + "@angular/cli": "7.0.5", |
| 44 | + "@angular/common": "7.0.3", |
| 45 | + "@angular/compiler": "7.0.3", |
| 46 | + "@angular/compiler-cli": "7.0.3", |
| 47 | + "@angular/core": "7.0.3", |
| 48 | + "@angular/forms": "7.0.3", |
| 49 | + "@angular/http": "7.0.3", |
| 50 | + "@angular/language-service": "7.0.3", |
| 51 | + "@angular/platform-browser": "7.0.3", |
| 52 | + "@angular/platform-browser-dynamic": "7.0.3", |
| 53 | + "@angular/router": "7.0.3", |
53 | 54 | "@ngx-translate/core": "10.0.1",
|
54 | 55 | "@ngx-translate/http-loader": "3.0.1",
|
55 | 56 | "@types/jasmine": "2.8.7",
|
56 | 57 | "@types/jasminewd2": "2.0.3",
|
57 | 58 | "@types/node": "8.9.4",
|
58 | 59 | "codelyzer": "4.2.1",
|
| 60 | + "conventional-changelog-cli": "^2.0.11", |
59 | 61 | "core-js": "2.5.6",
|
60 |
| - "electron": "^3.0.2", |
| 62 | + "electron": "3.0.8", |
61 | 63 | "electron-builder": "20.28.1",
|
62 | 64 | "electron-reload": "1.2.2",
|
63 | 65 | "jasmine-core": "3.1.0",
|
|
70 | 72 | "npm-run-all": "4.1.3",
|
71 | 73 | "npx": "10.2.0",
|
72 | 74 | "protractor": "5.3.2",
|
73 |
| - "rxjs": "6.2.2", |
| 75 | + "rxjs": "6.3.3", |
74 | 76 | "ts-node": "6.0.3",
|
75 | 77 | "tslint": "5.10.0",
|
76 |
| - "typescript": "2.7.2", |
| 78 | + "typescript": "3.1.6", |
77 | 79 | "wait-on": "2.1.0",
|
78 | 80 | "webdriver-manager": "12.0.6",
|
79 | 81 | "zone.js": "0.8.26"
|
|
0 commit comments