ref/ Upgrade to Angular 10.3 & Electron 9.1

This commit is contained in:
Maxime GRIS
2020-07-13 21:00:05 +02:00
parent 2d33b156d4
commit 84f05197a0
8 changed files with 83 additions and 66 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "angular-electron",
"version": "7.2.1",
"description": "Angular 9 with Electron (Typescript + SASS + Hot Reload)",
"version": "8.0.0",
"description": "Angular 10 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
"name": "Maxime GRIS",
@@ -9,7 +9,7 @@
},
"keywords": [
"angular",
"angular 9",
"angular 10",
"electron",
"typescript",
"eslint",
@@ -38,40 +38,40 @@
"lint": "ng lint"
},
"devDependencies": {
"@angular-builders/custom-webpack": "9.1.0",
"@angular-devkit/build-angular": "0.901.9",
"@angular-builders/custom-webpack": "9.2.0",
"@angular-devkit/build-angular": "0.1000.2",
"@angular-eslint/builder": "0.0.1-alpha.32",
"@angular-eslint/eslint-plugin": "0.0.1-alpha.32",
"@angular-eslint/eslint-plugin-template": "0.0.1-alpha.32",
"@angular-eslint/template-parser": "0.0.1-alpha.32",
"@angular/cli": "9.1.9",
"@angular/common": "9.1.11",
"@angular/compiler": "9.1.11",
"@angular/compiler-cli": "9.1.11",
"@angular/core": "9.1.11",
"@angular/forms": "9.1.11",
"@angular/language-service": "9.1.11",
"@angular/platform-browser": "9.1.11",
"@angular/platform-browser-dynamic": "9.1.11",
"@angular/router": "9.1.11",
"@ngx-translate/core": "12.1.2",
"@ngx-translate/http-loader": "5.0.0",
"@types/jasmine": "3.5.10",
"@angular/cli": "10.0.2",
"@angular/common": "10.0.3",
"@angular/compiler": "10.0.3",
"@angular/compiler-cli": "10.0.3",
"@angular/core": "10.0.3",
"@angular/forms": "10.0.3",
"@angular/language-service": "10.0.3",
"@angular/platform-browser": "10.0.3",
"@angular/platform-browser-dynamic": "10.0.3",
"@angular/router": "10.0.3",
"@ngx-translate/core": "13.0.0",
"@ngx-translate/http-loader": "6.0.0",
"@types/jasmine": "3.5.11",
"@types/jasminewd2": "2.0.8",
"@types/mocha": "7.0.2",
"@types/node": "12.11.1",
"@typescript-eslint/eslint-plugin": "3.3.0",
"@typescript-eslint/eslint-plugin-tslint": "3.3.0",
"@typescript-eslint/parser": "3.3.0",
"@types/node": "12.12.6",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/eslint-plugin-tslint": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"chai": "4.2.0",
"conventional-changelog-cli": "2.0.34",
"core-js": "3.6.5",
"cross-env": "7.0.2",
"electron": "9.0.4",
"electron": "9.1.0",
"electron-builder": "22.7.0",
"electron-reload": "1.5.0",
"eslint": "7.3.0",
"eslint-plugin-import": "2.21.2",
"eslint": "7.4.0",
"eslint-plugin-import": "2.22.0",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "5.1.0",
@@ -79,13 +79,13 @@
"karma-electron": "6.3.0",
"karma-jasmine": "3.3.1",
"karma-jasmine-html-reporter": "1.5.4",
"mocha": "8.0.1",
"mocha": "7.2.0",
"npm-run-all": "4.1.5",
"rxjs": "6.5.5",
"spectron": "11.0.0",
"rxjs": "6.6.0",
"spectron": "11.1.0",
"ts-node": "8.10.2",
"tslib": "2.0.0",
"typescript": "3.8.3",
"typescript": "3.9.6",
"wait-on": "5.0.1",
"webdriver-manager": "12.1.7",
"zone.js": "0.10.3"