misc / upgrade to angular 11.2.6
This commit is contained in:
10
README.md
10
README.md
@@ -14,13 +14,13 @@
|
||||
|
||||
# Introduction
|
||||
|
||||
Bootstrap and package your project with Angular 11 and Electron 11 (Typescript + SASS + Hot Reload) for creating Desktop applications.
|
||||
Bootstrap and package your project with Angular 11 and Electron 12 (Typescript + SASS + Hot Reload) for creating Desktop applications.
|
||||
|
||||
Currently runs with:
|
||||
|
||||
- Angular v11.2.0
|
||||
- Electron v11.2.3
|
||||
- Electron Builder v22.9.1
|
||||
- Angular v11.2.6
|
||||
- Electron v12.0.1
|
||||
- Electron Builder v22.10.5
|
||||
|
||||
With this sample, you can:
|
||||
|
||||
@@ -110,7 +110,7 @@ Note: To make it work behind a proxy, you can add this proxy exception in your t
|
||||
- Angular 8 & Electron 7 : Branch [angular8](https://github.com/maximegris/angular-electron/tree/angular8)
|
||||
- Angular 9 & Electron 7 : Branch [angular9](https://github.com/maximegris/angular-electron/tree/angular9)
|
||||
- Angular 10 & Electron 9 : Branch [angular10](https://github.com/maximegris/angular-electron/tree/angular10)
|
||||
- Angular 11 & Electron 10 : (master)
|
||||
- Angular 11 & Electron 12 : (master)
|
||||
|
||||
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
|
||||
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
|
||||
|
||||
964
package-lock.json
generated
964
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@@ -45,22 +45,22 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-builders/custom-webpack": "11.0.0",
|
||||
"@angular-devkit/build-angular": "0.1102.0",
|
||||
"@angular-devkit/build-angular": "0.1102.5",
|
||||
"@angular-eslint/builder": "1.2.0",
|
||||
"@angular-eslint/eslint-plugin": "1.2.0",
|
||||
"@angular-eslint/eslint-plugin-template": "1.2.0",
|
||||
"@angular-eslint/schematics": "1.2.0",
|
||||
"@angular-eslint/template-parser": "1.2.0",
|
||||
"@angular/cli": "11.2.0",
|
||||
"@angular/common": "11.2.0",
|
||||
"@angular/compiler": "11.2.0",
|
||||
"@angular/compiler-cli": "11.2.0",
|
||||
"@angular/core": "11.2.0",
|
||||
"@angular/forms": "11.2.0",
|
||||
"@angular/language-service": "11.2.0",
|
||||
"@angular/platform-browser": "11.2.0",
|
||||
"@angular/platform-browser-dynamic": "11.2.0",
|
||||
"@angular/router": "11.2.0",
|
||||
"@angular/cli": "11.2.5",
|
||||
"@angular/common": "11.2.6",
|
||||
"@angular/compiler": "11.2.6",
|
||||
"@angular/compiler-cli": "11.2.6",
|
||||
"@angular/core": "11.2.6",
|
||||
"@angular/forms": "11.2.6",
|
||||
"@angular/language-service": "11.2.6",
|
||||
"@angular/platform-browser": "11.2.6",
|
||||
"@angular/platform-browser-dynamic": "11.2.6",
|
||||
"@angular/router": "11.2.6",
|
||||
"@ngx-translate/core": "13.0.0",
|
||||
"@ngx-translate/http-loader": "6.0.0",
|
||||
"@types/jasmine": "3.6.3",
|
||||
|
||||
Reference in New Issue
Block a user