ref/ Upgrade to Angular 7

This commit is contained in:
Maxime GRIS
2018-11-11 12:21:30 +01:00
parent 198da428c3
commit 315a79b182
4 changed files with 42 additions and 45 deletions

View File

@@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 6(+) and Electron (Typescript +
Currently runs with: Currently runs with:
- Angular v6.1.2 - Angular v7.0.3
- Electron v2.0.7 - Electron v3.0.2
- Electron Builder v20.28.1 - Electron Builder v20.28.1
With this sample, you can : With this sample, you can :

View File

@@ -1,7 +1,7 @@
{ {
"name": "angular-electron", "name": "angular-electron",
"version": "4.2.2", "version": "5.0.0",
"description": "Angular 6 with Electron (Typescript + SASS + Hot Reload)", "description": "Angular 7 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron", "homepage": "https://github.com/maximegris/angular-electron",
"author": { "author": {
"name": "Maxime GRIS", "name": "Maxime GRIS",
@@ -9,7 +9,7 @@
}, },
"keywords": [ "keywords": [
"angular", "angular",
"angular 6", "angular 7",
"electron", "electron",
"typescript", "typescript",
"sass" "sass"
@@ -34,30 +34,32 @@
"electron:windows": "npm run build:prod && npx electron-builder build --windows", "electron:windows": "npm run build:prod && npx electron-builder build --windows",
"electron:mac": "npm run build:prod && npx electron-builder build --mac", "electron:mac": "npm run build:prod && npx electron-builder build --mac",
"test": "npm run postinstall:web && ng test", "test": "npm run postinstall:web && ng test",
"e2e": "npm run postinstall:web && ng e2e" "e2e": "npm run postinstall:web && ng e2e",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "0.6.3", "@angular-devkit/build-angular": "~0.10.0",
"@angular/cli": "6.1.2", "@angular/cli": "7.0.5",
"@angular/common": "6.1.2", "@angular/common": "7.0.3",
"@angular/compiler": "6.1.2", "@angular/compiler": "7.0.3",
"@angular/compiler-cli": "6.1.2", "@angular/compiler-cli": "7.0.3",
"@angular/core": "6.1.2", "@angular/core": "7.0.3",
"@angular/forms": "6.1.2", "@angular/forms": "7.0.3",
"@angular/http": "6.1.2", "@angular/http": "7.0.3",
"@angular/language-service": "6.1.2", "@angular/language-service": "7.0.3",
"@angular/platform-browser": "6.1.2", "@angular/platform-browser": "7.0.3",
"@angular/platform-browser-dynamic": "6.1.2", "@angular/platform-browser-dynamic": "7.0.3",
"@angular/router": "6.1.2", "@angular/router": "7.0.3",
"@ngx-translate/core": "10.0.1", "@ngx-translate/core": "10.0.1",
"@ngx-translate/http-loader": "3.0.1", "@ngx-translate/http-loader": "3.0.1",
"@types/jasmine": "2.8.7", "@types/jasmine": "2.8.7",
"@types/jasminewd2": "2.0.3", "@types/jasminewd2": "2.0.3",
"@types/node": "8.9.4", "@types/node": "8.9.4",
"codelyzer": "4.2.1", "codelyzer": "4.2.1",
"conventional-changelog-cli": "^2.0.11",
"core-js": "2.5.6", "core-js": "2.5.6",
"electron": "^3.0.2", "electron": "3.0.8",
"electron-builder": "20.28.1", "electron-builder": "20.28.1",
"electron-reload": "1.2.2", "electron-reload": "1.2.2",
"jasmine-core": "3.1.0", "jasmine-core": "3.1.0",
@@ -70,10 +72,10 @@
"npm-run-all": "4.1.3", "npm-run-all": "4.1.3",
"npx": "10.2.0", "npx": "10.2.0",
"protractor": "5.3.2", "protractor": "5.3.2",
"rxjs": "6.2.2", "rxjs": "6.3.3",
"ts-node": "6.0.3", "ts-node": "6.0.3",
"tslint": "5.10.0", "tslint": "5.10.0",
"typescript": "2.7.2", "typescript": "3.1.6",
"wait-on": "2.1.0", "wait-on": "2.1.0",
"webdriver-manager": "12.0.6", "webdriver-manager": "12.0.6",
"zone.js": "0.8.26" "zone.js": "0.8.26"