Skip to content

Commit

Permalink
feat: bump @angular to 5.0.0-beta.4 and @angular/cli to 1.4.0-beta.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Aug 25, 2017
1 parent be2e4e4 commit 7f1ae65
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --open",
"build": "ng build",
"test": "npm run lint && ng test --single-run",
"lint": "ng lint",
Expand All @@ -20,22 +20,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^4.3.0",
"@angular/animations": "^5.0.0-beta.4",
"@angular/cdk": "^2.0.0-beta.8",
"@angular/common": "^4.3.0",
"@angular/compiler": "^4.3.0",
"@angular/core": "^4.3.0",
"@angular/forms": "^4.3.0",
"@angular/http": "^4.3.0",
"@angular/common": "^5.0.0-beta.4",
"@angular/compiler": "^5.0.0-beta.4",
"@angular/core": "^5.0.0-beta.4",
"@angular/forms": "^5.0.0-beta.4",
"@angular/http": "^5.0.0-beta.4",
"@angular/material": "^2.0.0-beta.8",
"@angular/platform-browser": "^4.3.0",
"@angular/platform-browser-dynamic": "^4.3.0",
"@angular/router": "^4.3.0",
"@angular/platform-browser": "^5.0.0-beta.4",
"@angular/platform-browser-dynamic": "^5.0.0-beta.4",
"@angular/router": "^5.0.0-beta.4",
"@ngrx/effects": "^4.0.0",
"@ngrx/router-store": "^4.0.0",
"@ngrx/store": "^4.0.0",
"@types/node-uuid": "0.0.28",
"bootstrap": "^4.0.0-alpha.6",
"bootstrap": "4.0.0-alpha.6",
"classlist.js": "^1.1",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
Expand All @@ -46,8 +46,8 @@
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/cli": "~1.3.0",
"@angular/compiler-cli": "^4.3.0",
"@angular/cli": "~1.4.0-beta.21",
"@angular/compiler-cli": "^5.0.0-beta.4",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"codelyzer": "~2.0.0",
Expand Down

0 comments on commit 7f1ae65

Please sign in to comment.