Skip to content

Commit

Permalink
feat(dependency): use angular 5 and angular cli 1.5, use correct type…
Browse files Browse the repository at this point in the history
…script version
  • Loading branch information
tomastrajan committed Nov 5, 2017
1 parent 711c84a commit 33abbb6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
Empty file modified CHANGELOG.md
100755 → 100644
Empty file.
25 changes: 12 additions & 13 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,31 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^5.0.0-rc.1",
"@angular/animations": "^5.0.0",
"@angular/cdk": "^2.0.0-beta.12",
"@angular/common": "^5.0.0-rc.1",
"@angular/compiler": "^5.0.0-rc.1",
"@angular/core": "^5.0.0-rc.1",
"@angular/forms": "^5.0.0-rc.1",
"@angular/http": "^5.0.0-rc.1",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/material": "^2.0.0-beta.12",
"@angular/platform-browser": "^5.0.0-rc.1",
"@angular/platform-browser-dynamic": "^5.0.0-rc.1",
"@angular/router": "^5.0.0-rc.1",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@ngrx/effects": "^4.0.0",
"@ngrx/router-store": "^4.0.0",
"@ngrx/store": "^4.0.0",
"bootstrap": "4.0.0-alpha.6",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"rxjs": "^5.5.0",
"uuid": "^3.1.0",
"web-animations-js": "^2.2.5",
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/cli": "1.5.0-beta.4",
"@angular/compiler-cli": "^5.0.0-rc.1",
"@angular/cli": "1.5.0",
"@angular/compiler-cli": "^5.0.0",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"codelyzer": "~2.0.0",
Expand All @@ -68,7 +67,7 @@
"standard-version": "^4.2.0",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "~2.5.0",
"typescript": "~2.4.0",
"webpack-bundle-analyzer": "^2.9.0"
}
}

0 comments on commit 33abbb6

Please sign in to comment.