Skip to content

Commit

Permalink
Migrate to Angular 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Nov 13, 2017
1 parent 73494b7 commit 3a3ffe1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Bootstrap and package your project with Angular 4(+) and Electron (Typescript +

Currently runs with:

- Angular v4.3.5
- Angular-CLI v1.4.1
- Angular v5.0.1
- Angular-CLI v1.5.0
- Electron v1.7.6
- Electron Packager v9.0.1

Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "angular-electron",
"version": "1.9.0",
"description": "Angular 4 with Electron (Typescript + SASS + Hot Reload)",
"version": "2.0.0",
"description": "Angular 5 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
"name": "Maxime GRIS",
"email": "maxime.gris@gmail.com"
},
"keywords": [
"angular",
"angular 5",
"electron",
"typescript",
"sass"
Expand Down Expand Up @@ -36,32 +37,32 @@
"e2e": "protractor ./protractor.conf.js"
},
"dependencies": {
"@angular/common": "4.4.3",
"@angular/compiler": "4.4.3",
"@angular/core": "4.4.3",
"@angular/forms": "4.4.3",
"@angular/http": "4.4.3",
"@angular/platform-browser": "4.4.3",
"@angular/platform-browser-dynamic": "4.4.3",
"@angular/router": "4.4.3",
"@angular/common": "5.0.1",
"@angular/compiler": "5.0.1",
"@angular/core": "5.0.1",
"@angular/forms": "5.0.1",
"@angular/http": "5.0.1",
"@angular/platform-browser": "5.0.1",
"@angular/platform-browser-dynamic": "5.0.1",
"@angular/router": "5.0.1",
"core-js": "2.4.1",
"enhanced-resolve": "3.3.0",
"rxjs": "5.4.3",
"rxjs": "5.5.2",
"zone.js": "0.8.17"
},
"devDependencies": {
"@angular/cli": "1.4.3",
"@angular/compiler-cli": "4.4.3",
"@angular/cli": "1.5.0",
"@angular/compiler-cli": "5.0.1",
"@types/core-js": "0.9.36",
"@types/jasmine": "2.5.54",
"@types/node": "7.0.7",
"autoprefixer": "7.1.4",
"codelyzer": "3.2.0",
"codelyzer": "4.0.1",
"copyfiles": "1.2.0",
"cross-env": "5.0.5",
"css-loader": "0.28.7",
"cssnano": "3.10.0",
"electron": "1.7.6",
"electron": "1.7.8",
"electron-packager": "9.1.0",
"electron-reload": "1.2.1",
"exports-loader": "0.6.4",
Expand Down Expand Up @@ -93,7 +94,7 @@
"stylus-loader": "3.0.1",
"ts-node": "3.3.0",
"tslint": "5.7.0",
"typescript": "2.5.2",
"typescript": "2.4.2",
"url-loader": "0.5.9",
"webdriver-manager": "12.0.6",
"webpack": "3.6.0",
Expand Down

0 comments on commit 3a3ffe1

Please sign in to comment.