misc/ Upgrade to Electron 18
This commit is contained in:
@@ -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 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 13 & Electron 17 : (main)
|
||||
- Angular 13 & Electron 18 : (main)
|
||||
|
||||
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
|
||||
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
|
||||
|
||||
1477
package-lock.json
generated
1477
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
56
package.json
56
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "angular-electron",
|
||||
"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",
|
||||
"author": {
|
||||
"name": "Maxime GRIS",
|
||||
@@ -11,7 +11,7 @@
|
||||
"angular",
|
||||
"angular 13",
|
||||
"electron",
|
||||
"electron 17",
|
||||
"electron 18",
|
||||
"nodejs",
|
||||
"typescript",
|
||||
"playwright",
|
||||
@@ -45,55 +45,55 @@
|
||||
"lint": "ng lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/common": "13.2.4",
|
||||
"@angular/compiler": "13.2.4",
|
||||
"@angular/core": "13.2.4",
|
||||
"@angular/forms": "13.2.4",
|
||||
"@angular/language-service": "13.2.4",
|
||||
"@angular/platform-browser": "13.2.4",
|
||||
"@angular/platform-browser-dynamic": "13.2.4",
|
||||
"@angular/router": "13.2.4",
|
||||
"rxjs": "7.5.0",
|
||||
"@angular/common": "13.3.1",
|
||||
"@angular/compiler": "13.3.1",
|
||||
"@angular/core": "13.3.1",
|
||||
"@angular/forms": "13.3.1",
|
||||
"@angular/language-service": "13.3.1",
|
||||
"@angular/platform-browser": "13.3.1",
|
||||
"@angular/platform-browser-dynamic": "13.3.1",
|
||||
"@angular/router": "13.3.1",
|
||||
"rxjs": "7.5.5",
|
||||
"tslib": "^2.1.0",
|
||||
"zone.js": "~0.11.4"
|
||||
"zone.js": "~0.11.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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/eslint-plugin": "13.1.0",
|
||||
"@angular-eslint/eslint-plugin-template": "13.1.0",
|
||||
"@angular-eslint/schematics": "13.1.0",
|
||||
"@angular-eslint/template-parser": "13.1.0",
|
||||
"@angular/cli": "13.2.5",
|
||||
"@angular/compiler-cli": "13.2.4",
|
||||
"@angular/cli": "13.3.1",
|
||||
"@angular/compiler-cli": "13.3.1",
|
||||
"@ngx-translate/core": "14.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/jasminewd2": "2.0.10",
|
||||
"@types/node": "16.11.25",
|
||||
"@typescript-eslint/eslint-plugin": "5.12.1",
|
||||
"@typescript-eslint/parser": "5.12.1",
|
||||
"conventional-changelog-cli": "2.1.1",
|
||||
"electron": "17.1.0",
|
||||
"@types/node": "17.0.23",
|
||||
"@typescript-eslint/eslint-plugin": "5.17.0",
|
||||
"@typescript-eslint/parser": "5.17.0",
|
||||
"conventional-changelog-cli": "2.2.2",
|
||||
"electron": "18.0.1",
|
||||
"electron-builder": "22.14.13",
|
||||
"electron-reload": "1.5.0",
|
||||
"eslint": "8.9.0",
|
||||
"eslint": "8.12.0",
|
||||
"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",
|
||||
"jasmine-core": "3.10.1",
|
||||
"jasmine-spec-reporter": "7.0.0",
|
||||
"karma": "6.3.16",
|
||||
"karma": "6.3.17",
|
||||
"karma-coverage-istanbul-reporter": "3.0.3",
|
||||
"karma-electron": "7.1.0",
|
||||
"karma-jasmine": "4.0.1",
|
||||
"karma-jasmine": "4.0.2",
|
||||
"karma-jasmine-html-reporter": "1.7.0",
|
||||
"node-polyfill-webpack-plugin": "1.1.4",
|
||||
"npm-run-all": "4.1.5",
|
||||
"playwright": "1.19.1",
|
||||
"ts-node": "10.5.0",
|
||||
"playwright": "1.20.2",
|
||||
"ts-node": "10.7.0",
|
||||
"typescript": "~4.5.5",
|
||||
"wait-on": "6.0.1",
|
||||
"webdriver-manager": "12.1.8"
|
||||
@@ -102,6 +102,6 @@
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"chrome 98"
|
||||
"chrome 100"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user