mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-18 15:35:30 +01:00
chore(angular): update angular to rc3
This commit is contained in:
parent
0236ea72e9
commit
9312084fa4
3 changed files with 33 additions and 19 deletions
20
package.json
20
package.json
|
|
@ -6,14 +6,14 @@
|
|||
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular/common": "2.0.0-rc.2",
|
||||
"@angular/compiler": "2.0.0-rc.2",
|
||||
"@angular/core": "2.0.0-rc.2",
|
||||
"@angular/http": "2.0.0-rc.2",
|
||||
"@angular/platform-browser": "2.0.0-rc.2",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
|
||||
"@angular/platform-server": "2.0.0-rc.2",
|
||||
"@angular/router": "2.0.0-rc.2",
|
||||
"@angular/common": "2.0.0-rc.3",
|
||||
"@angular/compiler": "2.0.0-rc.3",
|
||||
"@angular/core": "2.0.0-rc.3",
|
||||
"@angular/http": "2.0.0-rc.3",
|
||||
"@angular/platform-browser": "2.0.0-rc.3",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
|
||||
"@angular/platform-server": "2.0.0-rc.3",
|
||||
"@angular/router": "3.0.0-alpha.8",
|
||||
"@angular/router-deprecated": "2.0.0-rc.2",
|
||||
"amcharts3": "github:amcharts/amcharts3",
|
||||
"ammap3": "github:amcharts/ammap3",
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"angular2-hmr": "~0.7.0",
|
||||
"awesome-typescript-loader": "^1.0.0",
|
||||
"awesome-typescript-loader": "1.1.1",
|
||||
"codelyzer": "~0.0.19",
|
||||
"compression-webpack-plugin": "^0.3.1",
|
||||
"copy-webpack-plugin": "^3.0.1",
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"ts-node": "^0.9.0",
|
||||
"tslint": "^3.7.1",
|
||||
"tslint-loader": "^2.1.3",
|
||||
"typedoc": "^0.4.2",
|
||||
"typedoc": "^0.4.4",
|
||||
"typescript": "~1.8.9",
|
||||
"typings": "^1.0.5",
|
||||
"url-loader": "^0.5.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue