feat/ update Electron (7.1.2)
This commit is contained in:
10
README.md
10
README.md
@@ -1,5 +1,6 @@
|
|||||||
[](https://angular.io/) [](https://electronjs.org/)
|
[](https://angular.io/) [](https://electronjs.org/)
|
||||||
|
|
||||||
|
![Maintained][maintained-badge]
|
||||||
[![Travis Build Status][build-badge]][build]
|
[![Travis Build Status][build-badge]][build]
|
||||||
[![Make a pull request][prs-badge]][prs]
|
[![Make a pull request][prs-badge]][prs]
|
||||||
[](LICENSE.md)
|
[](LICENSE.md)
|
||||||
@@ -14,8 +15,8 @@ Bootstrap and package your project with Angular 8 and Electron (Typescript + SAS
|
|||||||
|
|
||||||
Currently runs with:
|
Currently runs with:
|
||||||
|
|
||||||
- Angular v8.2.12
|
- Angular v8.2.14
|
||||||
- Electron v7.0.0
|
- Electron v7.1.7
|
||||||
- Electron Builder v21.2.0
|
- Electron Builder v21.2.0
|
||||||
|
|
||||||
With this sample, you can :
|
With this sample, you can :
|
||||||
@@ -91,9 +92,9 @@ Maybe you want to execute the application in the browser with hot reload ? Just
|
|||||||
- Angular 7 & Electron 3 : Branch [angular7](https://github.com/maximegris/angular-electron/tree/angular7)
|
- Angular 7 & Electron 3 : Branch [angular7](https://github.com/maximegris/angular-electron/tree/angular7)
|
||||||
- Angular 8 & Electron 7 : (master)
|
- Angular 8 & Electron 7 : (master)
|
||||||
|
|
||||||
[build-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master
|
[build-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master&style=style=flat-square
|
||||||
[build]: https://travis-ci.org/maximegris/angular-electron
|
[build]: https://travis-ci.org/maximegris/angular-electron
|
||||||
[license-badge]: https://img.shields.io/badge/license-Apache2-blue.svg?style=flat
|
[license-badge]: https://img.shields.io/badge/license-Apache2-blue.svg?style=style=flat-square
|
||||||
[license]: https://github.com/maximegris/angular-electron/blob/master/LICENSE.md
|
[license]: https://github.com/maximegris/angular-electron/blob/master/LICENSE.md
|
||||||
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
|
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
|
||||||
[prs]: http://makeapullrequest.com
|
[prs]: http://makeapullrequest.com
|
||||||
@@ -103,3 +104,4 @@ Maybe you want to execute the application in the browser with hot reload ? Just
|
|||||||
[github-star]: https://github.com/maximegris/angular-electron/stargazers
|
[github-star]: https://github.com/maximegris/angular-electron/stargazers
|
||||||
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20angular-electron!%20https://github.com/maximegris/angular-electron%20%F0%9F%91%8D
|
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20angular-electron!%20https://github.com/maximegris/angular-electron%20%F0%9F%91%8D
|
||||||
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/maximegris/angular-electron.svg?style=social
|
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/maximegris/angular-electron.svg?style=social
|
||||||
|
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
|
||||||
|
|||||||
40
package.json
40
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "angular-electron",
|
"name": "angular-electron",
|
||||||
"version": "6.4.0",
|
"version": "6.4.1",
|
||||||
"description": "Angular 8 with Electron (Typescript + SASS + Hot Reload)",
|
"description": "Angular 8 with Electron (Typescript + SASS + Hot Reload)",
|
||||||
"homepage": "https://github.com/maximegris/angular-electron",
|
"homepage": "https://github.com/maximegris/angular-electron",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -40,31 +40,31 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-builders/custom-webpack": "8.2.0",
|
"@angular-builders/custom-webpack": "8.2.0",
|
||||||
"@angular-devkit/build-angular": "0.803.6",
|
"@angular-devkit/build-angular": "0.803.21",
|
||||||
"@angular-eslint/builder": "0.0.1-alpha.17",
|
"@angular-eslint/builder": "0.0.1-alpha.17",
|
||||||
"@angular/cli": "8.3.6",
|
"@angular/cli": "8.3.21",
|
||||||
"@angular/common": "8.2.12",
|
"@angular/common": "8.2.14",
|
||||||
"@angular/compiler": "8.2.12",
|
"@angular/compiler": "8.2.14",
|
||||||
"@angular/compiler-cli": "8.2.12",
|
"@angular/compiler-cli": "8.2.14",
|
||||||
"@angular/core": "8.2.12",
|
"@angular/core": "8.2.14",
|
||||||
"@angular/forms": "8.2.12",
|
"@angular/forms": "8.2.14",
|
||||||
"@angular/language-service": "8.2.12",
|
"@angular/language-service": "8.2.14",
|
||||||
"@angular/platform-browser": "8.2.12",
|
"@angular/platform-browser": "8.2.14",
|
||||||
"@angular/platform-browser-dynamic": "8.2.12",
|
"@angular/platform-browser-dynamic": "8.2.14",
|
||||||
"@angular/router": "8.2.12",
|
"@angular/router": "8.2.14",
|
||||||
"@ngx-translate/core": "11.0.1",
|
"@ngx-translate/core": "11.0.1",
|
||||||
"@ngx-translate/http-loader": "4.0.0",
|
"@ngx-translate/http-loader": "4.0.0",
|
||||||
"@types/jasmine": "3.3.16",
|
"@types/jasmine": "3.3.16",
|
||||||
"@types/jasminewd2": "2.0.6",
|
"@types/jasminewd2": "2.0.8",
|
||||||
"@types/mocha": "5.2.7",
|
"@types/mocha": "5.2.7",
|
||||||
"@types/node": "12.6.8",
|
"@types/node": "12.6.9",
|
||||||
"@typescript-eslint/eslint-plugin": "2.8.0",
|
"@typescript-eslint/eslint-plugin": "2.8.0",
|
||||||
"@typescript-eslint/parser": "2.8.0",
|
"@typescript-eslint/parser": "2.8.0",
|
||||||
"chai": "4.2.0",
|
"chai": "4.2.0",
|
||||||
"codelyzer": "5.1.0",
|
"codelyzer": "5.1.2",
|
||||||
"conventional-changelog-cli": "2.0.25",
|
"conventional-changelog-cli": "2.0.32",
|
||||||
"core-js": "3.1.4",
|
"core-js": "3.1.4",
|
||||||
"electron": "7.1.1",
|
"electron": "7.1.7",
|
||||||
"electron-builder": "21.2.0",
|
"electron-builder": "21.2.0",
|
||||||
"electron-reload": "1.5.0",
|
"electron-reload": "1.5.0",
|
||||||
"eslint": "6.6.0",
|
"eslint": "6.6.0",
|
||||||
@@ -72,18 +72,18 @@
|
|||||||
"jasmine-core": "3.4.0",
|
"jasmine-core": "3.4.0",
|
||||||
"jasmine-spec-reporter": "4.2.1",
|
"jasmine-spec-reporter": "4.2.1",
|
||||||
"karma": "4.2.0",
|
"karma": "4.2.0",
|
||||||
"karma-coverage-istanbul-reporter": "2.1.0",
|
"karma-coverage-istanbul-reporter": "2.1.1",
|
||||||
"karma-electron": "6.3.0",
|
"karma-electron": "6.3.0",
|
||||||
"karma-jasmine": "2.0.1",
|
"karma-jasmine": "2.0.1",
|
||||||
"karma-jasmine-html-reporter": "1.4.2",
|
"karma-jasmine-html-reporter": "1.4.2",
|
||||||
"mocha": "6.2.0",
|
"mocha": "6.2.2",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"rxjs": "6.5.3",
|
"rxjs": "6.5.3",
|
||||||
"spectron": "9.0.0",
|
"spectron": "9.0.0",
|
||||||
"ts-node": "8.3.0",
|
"ts-node": "8.3.0",
|
||||||
"typescript": "3.5.3",
|
"typescript": "3.5.3",
|
||||||
"wait-on": "3.3.0",
|
"wait-on": "3.3.0",
|
||||||
"webdriver-manager": "12.1.5",
|
"webdriver-manager": "12.1.7",
|
||||||
"zone.js": "0.9.1"
|
"zone.js": "0.9.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user