Skip to content

Commit bb1d6bb

Browse files
committed
version bump
1 parent b790e12 commit bb1d6bb

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Diff for: README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Angular Logo](./logo-angular.jpg)](https://angular.io/) [![Electron Logo](./logo-electron.jpg)](https://electron.atom.io/)
1+
[![Angular Logo](https://www.vectorlogo.zone/logos/angular/angular-icon.svg)](https://angular.io/) [![Electron Logo](https://www.vectorlogo.zone/logos/electronjs/electronjs-icon.svg)](https://electronjs.org/)
22

33
[![Travis Build Status][build-badge]][build]
44
[![Dependencies Status][dependencyci-badge]][dependencyci]
@@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 7 and Electron (Typescript + SAS
1515

1616
Currently runs with:
1717

18-
- Angular v7.0.3
19-
- Electron v3.0.2
18+
- Angular v7.1.4
19+
- Electron v4.0.0
2020
- Electron Builder v20.28.1
2121

2222
With this sample, you can :
@@ -42,7 +42,7 @@ npm install
4242
There is an issue with `yarn` and `node_modules` that are only used in electron on the backend when the application is built by the packager. Please use `npm` as dependencies manager.
4343

4444

45-
If you want to generate Angular components with Angular-cli , you **MUST** install `@angular/cli` in npm global context.
45+
If you want to generate Angular components with Angular-cli , you **MUST** install `@angular/cli` in npm global context.
4646
Please follow [Angular-cli documentation](https://github.com/angular/angular-cli) if you had installed a previous version of `angular-cli`.
4747

4848
``` bash
@@ -51,12 +51,12 @@ npm install -g @angular/cli
5151

5252
## To build for development
5353

54-
- **in a terminal window** -> npm start
54+
- **in a terminal window** -> npm start
5555

5656
Voila! You can use your Angular + Electron app in a local development environment with hot reload !
5757

58-
The application code is managed by `main.ts`. In this sample, the app runs with a simple Angular App (http://localhost:4200) and an Electron window.
59-
The Angular component contains an example of Electron and NodeJS native lib import.
58+
The application code is managed by `main.ts`. In this sample, the app runs with a simple Angular App (http://localhost:4200) and an Electron window.
59+
The Angular component contains an example of Electron and NodeJS native lib import.
6060
You can disable "Developer Tools" by commenting `win.webContents.openDevTools();` in `main.ts`.
6161

6262
## Included Commands
@@ -79,7 +79,7 @@ You can do this! Just by importing your library in npm dependencies (not devDepe
7979

8080
## Browser mode
8181

82-
Maybe you want to execute the application in the browser with hot reload ? You can do it with `npm run ng:serve:web`.
82+
Maybe you want to execute the application in the browser with hot reload ? You can do it with `npm run ng:serve:web`.
8383
Note that you can't use Electron or NodeJS native libraries in this case. Please check `providers/electron.service.ts` to watch how conditional import of electron/Native libraries is done.
8484

8585
## Branch & Packages version

Diff for: package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@
3939
},
4040
"dependencies": {},
4141
"devDependencies": {
42-
"@angular-devkit/build-angular": "~0.10.0",
43-
"@angular/cli": "7.0.6",
44-
"@angular/common": "7.1.1",
45-
"@angular/compiler": "7.1.1",
46-
"@angular/compiler-cli": "7.1.1",
47-
"@angular/core": "7.1.1",
48-
"@angular/forms": "7.1.1",
49-
"@angular/http": "7.1.1",
50-
"@angular/language-service": "7.1.1",
51-
"@angular/platform-browser": "7.1.1",
52-
"@angular/platform-browser-dynamic": "7.1.1",
53-
"@angular/router": "7.1.1",
42+
"@angular-devkit/build-angular": "0.11.4",
43+
"@angular/cli": "7.1.4",
44+
"@angular/common": "7.1.4",
45+
"@angular/compiler": "7.1.4",
46+
"@angular/compiler-cli": "7.1.4",
47+
"@angular/core": "7.1.4",
48+
"@angular/forms": "7.1.4",
49+
"@angular/http": "7.1.4",
50+
"@angular/language-service": "7.1.4",
51+
"@angular/platform-browser": "7.1.4",
52+
"@angular/platform-browser-dynamic": "7.1.4",
53+
"@angular/router": "7.1.4",
5454
"@ngx-translate/core": "11.0.1",
5555
"@ngx-translate/http-loader": "4.0.0",
5656
"@types/jasmine": "2.8.7",
5757
"@types/jasminewd2": "2.0.3",
5858
"@types/node": "8.9.4",
5959
"codelyzer": "4.5.0",
6060
"conventional-changelog-cli": "2.0.11",
61-
"core-js": "2.5.7",
62-
"electron": "3.0.10",
61+
"core-js": "2.6.1",
62+
"electron": "4.0.0",
6363
"electron-builder": "20.36.2",
6464
"electron-reload": "1.3.0",
6565
"jasmine-core": "3.3.0",

0 commit comments

Comments
 (0)