Skip to content

Commit 0662793

Browse files
committed
misc/ upgrade to Angular 11.2.0 & Electrion 11.2.0
1 parent fed2ce5 commit 0662793

File tree

3 files changed

+36
-37
lines changed

3 files changed

+36
-37
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 11 and Electron 11 (Typescript +
1515

1616
Currently runs with:
1717

18-
- Angular v11.0.3
19-
- Electron v11.0.3
18+
- Angular v11.2.0
19+
- Electron v11.2.3
2020
- Electron Builder v22.9.1
2121

2222
With this sample, you can:
@@ -106,13 +106,13 @@ Note: To make it work behind a proxy, you can add this proxy exception in your t
106106
- Angular 7 & Electron 3 : Branch [angular7](https://github.com/maximegris/angular-electron/tree/angular7)
107107
- Angular 8 & Electron 7 : Branch [angular8](https://github.com/maximegris/angular-electron/tree/angular8)
108108
- Angular 9 & Electron 7 : Branch [angular9](https://github.com/maximegris/angular-electron/tree/angular9)
109-
- Angular 10 & Electron 9 : Branch [angular10](https://github.com/maximegris/angular-electron/tree/angular9)
109+
- Angular 10 & Electron 9 : Branch [angular10](https://github.com/maximegris/angular-electron/tree/angular10)
110110
- Angular 11 & Electron 10 : (master)
111111

112112
[build-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master&style=style=flat-square
113113
[build]: https://travis-ci.org/maximegris/angular-electron
114114
[license-badge]: https://img.shields.io/badge/license-Apache2-blue.svg?style=style=flat-square
115-
[license]: https://github.com/maximegris/angular-electron/blob/master/LICENSE.md
115+
[license]: https://github.com/maximegris/angula r-electron/blob/master/LICENSE.md
116116
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
117117
[prs]: http://makeapullrequest.com
118118
[github-watch-badge]: https://img.shields.io/github/watchers/maximegris/angular-electron.svg?style=social

Diff for: angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"optimization": false,
4949
"outputHashing": "all",
5050
"sourceMap": true,
51-
"extractCss": true,
5251
"namedChunks": false,
5352
"aot": false,
5453
"extractLicenses": true,

Diff for: package.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -42,59 +42,59 @@
4242
},
4343
"dependencies": {},
4444
"devDependencies": {
45-
"@angular-builders/custom-webpack": "10.0.1",
46-
"@angular-devkit/build-angular": "0.1100.3",
47-
"@angular-eslint/builder": "0.8.0-beta.3",
48-
"@angular-eslint/eslint-plugin": "0.8.0-beta.3",
49-
"@angular-eslint/eslint-plugin-template": "0.8.0-beta.3",
50-
"@angular-eslint/schematics": "0.8.0-beta.3",
51-
"@angular-eslint/template-parser": "0.8.0-beta.3",
52-
"@angular/cli": "11.0.3",
53-
"@angular/common": "11.0.3",
54-
"@angular/compiler": "11.0.3",
55-
"@angular/compiler-cli": "11.0.3",
56-
"@angular/core": "11.0.3",
57-
"@angular/forms": "11.0.3",
58-
"@angular/language-service": "11.0.3",
59-
"@angular/platform-browser": "11.0.3",
60-
"@angular/platform-browser-dynamic": "11.0.3",
61-
"@angular/router": "11.0.3",
45+
"@angular-builders/custom-webpack": "11.0.0",
46+
"@angular-devkit/build-angular": "0.1102.0",
47+
"@angular-eslint/builder": "1.2.0",
48+
"@angular-eslint/eslint-plugin": "1.2.0",
49+
"@angular-eslint/eslint-plugin-template": "1.2.0",
50+
"@angular-eslint/schematics": "1.2.0",
51+
"@angular-eslint/template-parser": "1.2.0",
52+
"@angular/cli": "11.2.0",
53+
"@angular/common": "11.2.0",
54+
"@angular/compiler": "11.2.0",
55+
"@angular/compiler-cli": "11.2.0",
56+
"@angular/core": "11.2.0",
57+
"@angular/forms": "11.2.0",
58+
"@angular/language-service": "11.2.0",
59+
"@angular/platform-browser": "11.2.0",
60+
"@angular/platform-browser-dynamic": "11.2.0",
61+
"@angular/router": "11.2.0",
6262
"@ngx-translate/core": "13.0.0",
6363
"@ngx-translate/http-loader": "6.0.0",
64-
"@types/jasmine": "3.6.2",
64+
"@types/jasmine": "3.6.3",
6565
"@types/jasminewd2": "2.0.8",
66-
"@types/mocha": "8.0.4",
66+
"@types/mocha": "8.2.0",
6767
"@types/node": "12.12.6",
68-
"@typescript-eslint/eslint-plugin": "4.7.0",
69-
"@typescript-eslint/eslint-plugin-tslint": "4.7.0",
70-
"@typescript-eslint/parser": "4.7.0",
68+
"@typescript-eslint/eslint-plugin": "4.15.0",
69+
"@typescript-eslint/eslint-plugin-tslint": "4.15.0",
70+
"@typescript-eslint/parser": "4.15.0",
7171
"chai": "4.2.0",
7272
"conventional-changelog-cli": "2.1.1",
7373
"core-js": "3.6.5",
74-
"cross-env": "7.0.2",
75-
"electron": "11.0.3",
74+
"cross-env": "7.0.3",
75+
"electron": "11.2.0",
7676
"electron-builder": "22.9.1",
7777
"electron-reload": "1.5.0",
78-
"eslint": "7.13.0",
78+
"eslint": "7.20.0",
7979
"eslint-plugin-import": "2.22.1",
80-
"eslint-plugin-jsdoc": "30.7.8",
81-
"eslint-plugin-prefer-arrow": "1.2.2",
80+
"eslint-plugin-jsdoc": "31.6.1",
81+
"eslint-plugin-prefer-arrow": "1.2.3",
8282
"jasmine-core": "3.6.0",
8383
"jasmine-spec-reporter": "6.0.0",
84-
"karma": "~5.1.0",
84+
"karma": "6.1.1",
8585
"karma-coverage-istanbul-reporter": "3.0.3",
86-
"karma-electron": "6.3.1",
86+
"karma-electron": "6.3.3",
8787
"karma-jasmine": "4.0.1",
8888
"karma-jasmine-html-reporter": "1.5.4",
8989
"mocha": "8.2.1",
9090
"npm-run-all": "4.1.5",
9191
"rxjs": "6.6.3",
9292
"spectron": "13.0.0",
93-
"ts-node": "9.1.0",
94-
"tslib": "2.0.3",
93+
"ts-node": "9.1.1",
94+
"tslib": "2.1.0",
9595
"typescript": "4.0.5",
9696
"wait-on": "5.0.1",
97-
"webdriver-manager": "12.1.7",
97+
"webdriver-manager": "12.1.8",
9898
"zone.js": "0.10.3"
9999
},
100100
"engines": {

0 commit comments

Comments
 (0)