Skip to content

Commit

Permalink
misc/ upgrade to Electron 11
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Dec 8, 2020
1 parent 203e608 commit becaa73
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 10 and Electron 9 (Typescript +

Currently runs with:

- Angular v11.0.2
- Electron v10.1.5
- Angular v11.0.3
- Electron v11.0.3
- Electron Builder v22.9.1

With this sample, you can :
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "9.0.2",
"version": "9.0.3",
"description": "Angular 11 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
Expand Down Expand Up @@ -43,25 +43,25 @@
"dependencies": {},
"devDependencies": {
"@angular-builders/custom-webpack": "10.0.1",
"@angular-devkit/build-angular": "0.1100.2",
"@angular-eslint/builder": "0.8.0-beta.0",
"@angular-eslint/eslint-plugin": "0.8.0-beta.0",
"@angular-eslint/eslint-plugin-template": "0.8.0-beta.0",
"@angular-eslint/schematics": "0.8.0-beta.0",
"@angular-eslint/template-parser": "0.8.0-beta.0",
"@angular/cli": "11.0.2",
"@angular/common": "11.0.2",
"@angular/compiler": "11.0.2",
"@angular/compiler-cli": "11.0.2",
"@angular/core": "11.0.2",
"@angular/forms": "11.0.2",
"@angular/language-service": "11.0.2",
"@angular/platform-browser": "11.0.2",
"@angular/platform-browser-dynamic": "11.0.2",
"@angular/router": "11.0.2",
"@angular-devkit/build-angular": "0.1100.3",
"@angular-eslint/builder": "0.8.0-beta.3",
"@angular-eslint/eslint-plugin": "0.8.0-beta.3",
"@angular-eslint/eslint-plugin-template": "0.8.0-beta.3",
"@angular-eslint/schematics": "0.8.0-beta.3",
"@angular-eslint/template-parser": "0.8.0-beta.3",
"@angular/cli": "11.0.3",
"@angular/common": "11.0.3",
"@angular/compiler": "11.0.3",
"@angular/compiler-cli": "11.0.3",
"@angular/core": "11.0.3",
"@angular/forms": "11.0.3",
"@angular/language-service": "11.0.3",
"@angular/platform-browser": "11.0.3",
"@angular/platform-browser-dynamic": "11.0.3",
"@angular/router": "11.0.3",
"@ngx-translate/core": "13.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/mocha": "8.0.4",
"@types/node": "12.12.6",
Expand All @@ -72,7 +72,7 @@
"conventional-changelog-cli": "2.1.1",
"core-js": "3.6.5",
"cross-env": "7.0.2",
"electron": "10.1.5",
"electron": "11.0.3",
"electron-builder": "22.9.1",
"electron-reload": "1.5.0",
"eslint": "7.13.0",
Expand All @@ -89,8 +89,8 @@
"mocha": "8.2.1",
"npm-run-all": "4.1.5",
"rxjs": "6.6.3",
"spectron": "12.0.0",
"ts-node": "9.0.0",
"spectron": "13.0.0",
"ts-node": "9.1.0",
"tslib": "2.0.3",
"typescript": "4.0.5",
"wait-on": "5.0.1",
Expand Down

0 comments on commit becaa73

Please sign in to comment.