misc/ upgrade to Electron 11

This commit is contained in:
Maxime GRIS
2020-12-08 09:59:25 +01:00
parent 203e608ad4
commit becaa73b40
2 changed files with 23 additions and 23 deletions

View File

@@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 10 and Electron 9 (Typescript +
Currently runs with: Currently runs with:
- Angular v11.0.2 - Angular v11.0.3
- Electron v10.1.5 - Electron v11.0.3
- Electron Builder v22.9.1 - Electron Builder v22.9.1
With this sample, you can : With this sample, you can :

View File

@@ -1,6 +1,6 @@
{ {
"name": "angular-electron", "name": "angular-electron",
"version": "9.0.2", "version": "9.0.3",
"description": "Angular 11 with Electron (Typescript + SASS + Hot Reload)", "description": "Angular 11 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron", "homepage": "https://github.com/maximegris/angular-electron",
"author": { "author": {
@@ -43,25 +43,25 @@
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@angular-builders/custom-webpack": "10.0.1", "@angular-builders/custom-webpack": "10.0.1",
"@angular-devkit/build-angular": "0.1100.2", "@angular-devkit/build-angular": "0.1100.3",
"@angular-eslint/builder": "0.8.0-beta.0", "@angular-eslint/builder": "0.8.0-beta.3",
"@angular-eslint/eslint-plugin": "0.8.0-beta.0", "@angular-eslint/eslint-plugin": "0.8.0-beta.3",
"@angular-eslint/eslint-plugin-template": "0.8.0-beta.0", "@angular-eslint/eslint-plugin-template": "0.8.0-beta.3",
"@angular-eslint/schematics": "0.8.0-beta.0", "@angular-eslint/schematics": "0.8.0-beta.3",
"@angular-eslint/template-parser": "0.8.0-beta.0", "@angular-eslint/template-parser": "0.8.0-beta.3",
"@angular/cli": "11.0.2", "@angular/cli": "11.0.3",
"@angular/common": "11.0.2", "@angular/common": "11.0.3",
"@angular/compiler": "11.0.2", "@angular/compiler": "11.0.3",
"@angular/compiler-cli": "11.0.2", "@angular/compiler-cli": "11.0.3",
"@angular/core": "11.0.2", "@angular/core": "11.0.3",
"@angular/forms": "11.0.2", "@angular/forms": "11.0.3",
"@angular/language-service": "11.0.2", "@angular/language-service": "11.0.3",
"@angular/platform-browser": "11.0.2", "@angular/platform-browser": "11.0.3",
"@angular/platform-browser-dynamic": "11.0.2", "@angular/platform-browser-dynamic": "11.0.3",
"@angular/router": "11.0.2", "@angular/router": "11.0.3",
"@ngx-translate/core": "13.0.0", "@ngx-translate/core": "13.0.0",
"@ngx-translate/http-loader": "6.0.0", "@ngx-translate/http-loader": "6.0.0",
"@types/jasmine": "3.6.1", "@types/jasmine": "3.6.2",
"@types/jasminewd2": "2.0.8", "@types/jasminewd2": "2.0.8",
"@types/mocha": "8.0.4", "@types/mocha": "8.0.4",
"@types/node": "12.12.6", "@types/node": "12.12.6",
@@ -72,7 +72,7 @@
"conventional-changelog-cli": "2.1.1", "conventional-changelog-cli": "2.1.1",
"core-js": "3.6.5", "core-js": "3.6.5",
"cross-env": "7.0.2", "cross-env": "7.0.2",
"electron": "10.1.5", "electron": "11.0.3",
"electron-builder": "22.9.1", "electron-builder": "22.9.1",
"electron-reload": "1.5.0", "electron-reload": "1.5.0",
"eslint": "7.13.0", "eslint": "7.13.0",
@@ -89,8 +89,8 @@
"mocha": "8.2.1", "mocha": "8.2.1",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"rxjs": "6.6.3", "rxjs": "6.6.3",
"spectron": "12.0.0", "spectron": "13.0.0",
"ts-node": "9.0.0", "ts-node": "9.1.0",
"tslib": "2.0.3", "tslib": "2.0.3",
"typescript": "4.0.5", "typescript": "4.0.5",
"wait-on": "5.0.1", "wait-on": "5.0.1",