Skip to content

Commit

Permalink
build(dependencies): update angular to 2.4.10, angular-cli to RC.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Mar 21, 2017
1 parent 375843c commit 3b14b6f
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 144 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
"vsicons.presets.angular": true
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"framework"
],
"dependencies": {
"@angular/common": "2.4.9",
"@angular/compiler": "2.4.9",
"@angular/core": "2.4.9",
"@angular/forms": "2.4.9",
"@angular/http": "2.4.9",
"@angular/platform-browser": "2.4.9",
"@angular/platform-browser-dynamic": "2.4.9",
"@angular/router": "3.4.9",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.20",
"@angular/common": "2.4.10",
"@angular/compiler": "2.4.10",
"@angular/core": "2.4.10",
"@angular/forms": "2.4.10",
"@angular/http": "2.4.10",
"@angular/platform-browser": "2.4.10",
"@angular/platform-browser-dynamic": "2.4.10",
"@angular/router": "3.4.10",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.21",
"bootstrap": "4.0.0-alpha.6",
"core-js": "2.4.1",
"font-awesome": "4.7.0",
Expand All @@ -65,8 +65,8 @@
"zone.js": "0.7.7"
},
"devDependencies": {
"@angular/cli": "1.0.0-rc.2",
"@angular/compiler-cli": "2.4.9",
"@angular/cli": "1.0.0-rc.4",
"@angular/compiler-cli": "2.4.10",
"@angularclass/hmr": "1.2.2",
"@types/jasmine": "2.5.38",
"@types/node": "6.0.63",
Expand Down
Loading

0 comments on commit 3b14b6f

Please sign in to comment.