misc/ Upgrade to Electron 18

This commit is contained in:
Maxime GRIS
2022-04-02 11:45:15 +02:00
parent d6b578499d
commit 7251676e05
3 changed files with 792 additions and 745 deletions

View File

@@ -151,7 +151,7 @@ Please note that Hot reload is only available in Renderer process.
- Angular 10 & Electron 9 : Branch [angular10](https://github.com/maximegris/angular-electron/tree/angular10) - Angular 10 & Electron 9 : Branch [angular10](https://github.com/maximegris/angular-electron/tree/angular10)
- Angular 11 & Electron 12 : Branch [angular11](https://github.com/maximegris/angular-electron/tree/angular11) - Angular 11 & Electron 12 : Branch [angular11](https://github.com/maximegris/angular-electron/tree/angular11)
- Angular 12 & Electron 16 : Branch [angular12](https://github.com/maximegris/angular-electron/tree/angular12) - Angular 12 & Electron 16 : Branch [angular12](https://github.com/maximegris/angular-electron/tree/angular12)
- Angular 13 & Electron 17 : (main) - Angular 13 & Electron 18 : (main)
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen [maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg [license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

1479
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"name": "angular-electron", "name": "angular-electron",
"version": "10.5.0", "version": "10.5.0",
"description": "Angular 13 with Electron 17 (Typescript + SASS + Hot Reload)", "description": "Angular 13 with Electron 18 (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",
@@ -11,7 +11,7 @@
"angular", "angular",
"angular 13", "angular 13",
"electron", "electron",
"electron 17", "electron 18",
"nodejs", "nodejs",
"typescript", "typescript",
"playwright", "playwright",
@@ -45,55 +45,55 @@
"lint": "ng lint" "lint": "ng lint"
}, },
"dependencies": { "dependencies": {
"@angular/common": "13.2.4", "@angular/common": "13.3.1",
"@angular/compiler": "13.2.4", "@angular/compiler": "13.3.1",
"@angular/core": "13.2.4", "@angular/core": "13.3.1",
"@angular/forms": "13.2.4", "@angular/forms": "13.3.1",
"@angular/language-service": "13.2.4", "@angular/language-service": "13.3.1",
"@angular/platform-browser": "13.2.4", "@angular/platform-browser": "13.3.1",
"@angular/platform-browser-dynamic": "13.2.4", "@angular/platform-browser-dynamic": "13.3.1",
"@angular/router": "13.2.4", "@angular/router": "13.3.1",
"rxjs": "7.5.0", "rxjs": "7.5.5",
"tslib": "^2.1.0", "tslib": "^2.1.0",
"zone.js": "~0.11.4" "zone.js": "~0.11.5"
}, },
"devDependencies": { "devDependencies": {
"@angular-builders/custom-webpack": "13.1.0", "@angular-builders/custom-webpack": "13.1.0",
"@angular-devkit/build-angular": "13.2.5", "@angular-devkit/build-angular": "13.3.1",
"@angular-eslint/builder": "13.1.0", "@angular-eslint/builder": "13.1.0",
"@angular-eslint/eslint-plugin": "13.1.0", "@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0", "@angular-eslint/eslint-plugin-template": "13.1.0",
"@angular-eslint/schematics": "13.1.0", "@angular-eslint/schematics": "13.1.0",
"@angular-eslint/template-parser": "13.1.0", "@angular-eslint/template-parser": "13.1.0",
"@angular/cli": "13.2.5", "@angular/cli": "13.3.1",
"@angular/compiler-cli": "13.2.4", "@angular/compiler-cli": "13.3.1",
"@ngx-translate/core": "14.0.0", "@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0", "@ngx-translate/http-loader": "7.0.0",
"@playwright/test": "1.19.1", "@playwright/test": "1.20.2",
"@types/jasmine": "3.10.3", "@types/jasmine": "3.10.3",
"@types/jasminewd2": "2.0.10", "@types/jasminewd2": "2.0.10",
"@types/node": "16.11.25", "@types/node": "17.0.23",
"@typescript-eslint/eslint-plugin": "5.12.1", "@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.12.1", "@typescript-eslint/parser": "5.17.0",
"conventional-changelog-cli": "2.1.1", "conventional-changelog-cli": "2.2.2",
"electron": "17.1.0", "electron": "18.0.1",
"electron-builder": "22.14.13", "electron-builder": "22.14.13",
"electron-reload": "1.5.0", "electron-reload": "1.5.0",
"eslint": "8.9.0", "eslint": "8.12.0",
"eslint-plugin-import": "2.25.4", "eslint-plugin-import": "2.25.4",
"eslint-plugin-jsdoc": "37.9.4", "eslint-plugin-jsdoc": "38.1.6",
"eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "3.10.1", "jasmine-core": "3.10.1",
"jasmine-spec-reporter": "7.0.0", "jasmine-spec-reporter": "7.0.0",
"karma": "6.3.16", "karma": "6.3.17",
"karma-coverage-istanbul-reporter": "3.0.3", "karma-coverage-istanbul-reporter": "3.0.3",
"karma-electron": "7.1.0", "karma-electron": "7.1.0",
"karma-jasmine": "4.0.1", "karma-jasmine": "4.0.2",
"karma-jasmine-html-reporter": "1.7.0", "karma-jasmine-html-reporter": "1.7.0",
"node-polyfill-webpack-plugin": "1.1.4", "node-polyfill-webpack-plugin": "1.1.4",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"playwright": "1.19.1", "playwright": "1.20.2",
"ts-node": "10.5.0", "ts-node": "10.7.0",
"typescript": "~4.5.5", "typescript": "~4.5.5",
"wait-on": "6.0.1", "wait-on": "6.0.1",
"webdriver-manager": "12.1.8" "webdriver-manager": "12.1.8"
@@ -102,6 +102,6 @@
"node": ">=14.0.0" "node": ">=14.0.0"
}, },
"browserslist": [ "browserslist": [
"chrome 98" "chrome 100"
] ]
} }