Skip to content

Commit

Permalink
misc/ Upgrade Angular (10.0.9) and Electron (9.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Aug 12, 2020
1 parent 472afc8 commit e3d2fca
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "8.0.2",
"version": "8.0.3",
"description": "Angular 10 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
Expand All @@ -11,10 +11,14 @@
"angular",
"angular 10",
"electron",
"nodejs",
"typescript",
"eslint",
"spectron",
"sass"
"eslint",
"sass",
"windows",
"mac",
"linux"
],
"main": "main.js",
"private": true,
Expand Down Expand Up @@ -44,29 +48,29 @@
"@angular-eslint/eslint-plugin-template": "0.0.1-alpha.32",
"@angular-eslint/template-parser": "0.0.1-alpha.32",
"@angular/cli": "10.0.5",
"@angular/common": "10.0.7",
"@angular/compiler": "10.0.7",
"@angular/compiler-cli": "10.0.7",
"@angular/core": "10.0.7",
"@angular/forms": "10.0.7",
"@angular/language-service": "10.0.7",
"@angular/platform-browser": "10.0.7",
"@angular/platform-browser-dynamic": "10.0.7",
"@angular/router": "10.0.7",
"@angular/common": "10.0.9",
"@angular/compiler": "10.0.9",
"@angular/compiler-cli": "10.0.9",
"@angular/core": "10.0.9",
"@angular/forms": "10.0.9",
"@angular/language-service": "10.0.9",
"@angular/platform-browser": "10.0.9",
"@angular/platform-browser-dynamic": "10.0.9",
"@angular/router": "10.0.9",
"@ngx-translate/core": "13.0.0",
"@ngx-translate/http-loader": "6.0.0",
"@types/jasmine": "3.5.12",
"@types/jasminewd2": "2.0.8",
"@types/mocha": "8.0.1",
"@types/mocha": "8.0.2",
"@types/node": "12.12.6",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/eslint-plugin-tslint": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"@typescript-eslint/eslint-plugin": "3.9.0",
"@typescript-eslint/eslint-plugin-tslint": "3.9.0",
"@typescript-eslint/parser": "3.9.0",
"chai": "4.2.0",
"conventional-changelog-cli": "2.0.34",
"core-js": "3.6.5",
"cross-env": "7.0.2",
"electron": "9.1.2",
"electron": "9.2.0",
"electron-builder": "22.8.0",
"electron-reload": "1.5.0",
"eslint": "7.6.0",
Expand All @@ -78,12 +82,12 @@
"karma-electron": "6.3.1",
"karma-jasmine": "3.3.1",
"karma-jasmine-html-reporter": "1.5.4",
"mocha": "8.1.0",
"mocha": "8.1.1",
"npm-run-all": "4.1.5",
"rxjs": "6.6.2",
"spectron": "11.1.0",
"ts-node": "8.10.2",
"tslib": "2.0.0",
"tslib": "2.0.1",
"typescript": "3.9.7",
"wait-on": "5.0.1",
"webdriver-manager": "12.1.7",
Expand Down

0 comments on commit e3d2fca

Please sign in to comment.