fix(dependencies): update angular to 2.4.4

This commit is contained in:
Alexander Zhukov 2017-01-21 13:10:17 +03:00
parent 10f74ef6b1
commit be9c677c06
2 changed files with 41 additions and 41 deletions

View file

@ -6,15 +6,15 @@
"homepage": "http://akveo.github.io/ng2-admin/", "homepage": "http://akveo.github.io/ng2-admin/",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@angular/common": "~2.4.3", "@angular/common": "~2.4.4",
"@angular/compiler": "~2.4.3", "@angular/compiler": "~2.4.4",
"@angular/core": "~2.4.3", "@angular/core": "~2.4.4",
"@angular/forms": "~2.4.3", "@angular/forms": "~2.4.4",
"@angular/http": "~2.4.3", "@angular/http": "~2.4.4",
"@angular/platform-browser": "~2.4.3", "@angular/platform-browser": "~2.4.4",
"@angular/platform-browser-dynamic": "~2.4.3", "@angular/platform-browser-dynamic": "~2.4.4",
"@angular/platform-server": "~2.4.3", "@angular/platform-server": "~2.4.4",
"@angular/router": "~3.4.3", "@angular/router": "~3.4.4",
"@angularclass/conventions-loader": "^1.0.2", "@angularclass/conventions-loader": "^1.0.2",
"@angularclass/hmr": "~1.2.2", "@angularclass/hmr": "~1.2.2",
"@angularclass/hmr-loader": "~3.0.2", "@angularclass/hmr-loader": "~3.0.2",
@ -41,10 +41,10 @@
"leaflet-map": "^0.2.1", "leaflet-map": "^0.2.1",
"lodash": "^4.12.0", "lodash": "^4.12.0",
"ng2-bootstrap": "1.1.16-11", "ng2-bootstrap": "1.1.16-11",
"ng2-ckeditor": "1.1.4", "ng2-ckeditor": "1.1.5",
"ng2-smart-table": "^0.3.2", "ng2-smart-table": "^0.3.2",
"ng2-tree": "^0.0.2-7", "ng2-tree": "^0.0.2-7",
"ng2-uploader": "1.6.1", "ngx-uploader": "^2.0.24",
"normalize.css": "^4.1.1", "normalize.css": "^4.1.1",
"reflect-metadata": "^0.1.9", "reflect-metadata": "^0.1.9",
"rxjs": "~5.0.2", "rxjs": "~5.0.2",

View file

@ -36,7 +36,7 @@ export const PAGES_MENU = [
} }
] ]
}, },
//{ // {
// path: 'components', // path: 'components',
// data: { // data: {
// menu: { // menu: {
@ -57,7 +57,7 @@ export const PAGES_MENU = [
// } // }
// } // }
// ] // ]
//}, // },
{ {
path: 'charts', path: 'charts',
data: { data: {
@ -184,14 +184,14 @@ export const PAGES_MENU = [
} }
} }
}, },
{ // {
path: 'smarttables', // path: 'smarttables',
data: { // data: {
menu: { // menu: {
title: 'Smart Tables', // title: 'Smart Tables',
} // }
} // }
} // }
] ]
}, },
{ {