mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-05 09:08:50 +01:00
feat(rc6): update to rc6
This commit is contained in:
parent
18c6912c72
commit
053473a442
54 changed files with 187 additions and 193 deletions
42
package.json
42
package.json
|
|
@ -6,18 +6,26 @@
|
|||
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angularclass/webpack-toolkit": "^1.3.3",
|
||||
|
||||
"@angular/common": "2.0.0-rc.6",
|
||||
"@angular/compiler": "2.0.0-rc.6",
|
||||
"@angular/core": "2.0.0-rc.6",
|
||||
"@angular/forms": "^2.0.0-rc.6",
|
||||
"@angular/http": "2.0.0-rc.6",
|
||||
"@angular/platform-browser": "2.0.0-rc.6",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
|
||||
"@angular/platform-server": "2.0.0-rc.6",
|
||||
"@angular/router": "3.0.0-rc.2",
|
||||
|
||||
"@angularclass/request-idle-callback": "^1.0.7",
|
||||
"@angularclass/webpack-toolkit": "^1.3.3",
|
||||
"@angularclass/conventions-loader": "^1.0.2",
|
||||
"@angular/http": "2.0.0-rc.5",
|
||||
"@angular/common": "2.0.0-rc.5",
|
||||
"@angular/compiler": "2.0.0-rc.5",
|
||||
"@angular/core": "2.0.0-rc.5",
|
||||
"@angular/forms": "^0.3.0",
|
||||
"@angular/platform-browser": "2.0.0-rc.5",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
|
||||
"@angular/platform-server": "2.0.0-rc.5",
|
||||
"@angular/router": "github:gdi2290/router-builds",
|
||||
|
||||
"http-server": "^0.9.0",
|
||||
"ie-shim": "^0.1.0",
|
||||
"rxjs": "5.0.0-beta.11",
|
||||
"zone.js": "~0.6.17",
|
||||
|
||||
"amcharts3": "github:amcharts/amcharts3",
|
||||
"ammap3": "github:amcharts/ammap3",
|
||||
"animate.css": "^3.5.1",
|
||||
|
|
@ -33,23 +41,19 @@
|
|||
"font-awesome-sass-loader": "^1.0.2",
|
||||
"fullcalendar": "^2.7.2",
|
||||
"google-maps": "^3.2.1",
|
||||
"http-server": "^0.9.0",
|
||||
"ie-shim": "^0.1.0",
|
||||
"ionicons": "^2.0.1",
|
||||
"jquery": "^2.2.3",
|
||||
"jquery-slimscroll": "^1.3.6",
|
||||
"leaflet": "^0.7.7",
|
||||
"leaflet-map": "^0.2.1",
|
||||
"lodash": "^4.12.0",
|
||||
"ng2-bootstrap": "1.1.0",
|
||||
"ng2-bootstrap": "1.1.2",
|
||||
"ng2-tree": "^0.0.2-7",
|
||||
"ng2-ckeditor": "1.0.6",
|
||||
"ng2-smart-table": "^0.1.6",
|
||||
"ng2-ckeditor": "1.0.7",
|
||||
"ng2-smart-table": "^0.2.4",
|
||||
"ng2-uploader": "0.5.14",
|
||||
"normalize.css": "^4.1.1",
|
||||
"rxjs": "5.0.0-beta.6",
|
||||
"tether": "^1.2.4",
|
||||
"zone.js": "~0.6.17"
|
||||
"tether": "^1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angularclass/hmr": "^1.0.1",
|
||||
|
|
@ -64,7 +68,7 @@
|
|||
"@types/lodash": "0.0.28",
|
||||
"angular2-hmr": "~0.8.0",
|
||||
"gh-pages": "^0.11.0",
|
||||
"parse5": "^1.5.1",
|
||||
"parse5": "^1.3.2",
|
||||
"rimraf": "^2.5.2",
|
||||
"codelyzer": "~0.0.21",
|
||||
"tslint": "^3.15.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue