diff --git a/package.json b/package.json index 8f439747..e521d403 100644 --- a/package.json +++ b/package.json @@ -6,15 +6,15 @@ "homepage": "http://akveo.github.io/ng2-admin/", "license": "MIT", "dependencies": { - "@angular/common": "~2.4.3", - "@angular/compiler": "~2.4.3", - "@angular/core": "~2.4.3", - "@angular/forms": "~2.4.3", - "@angular/http": "~2.4.3", - "@angular/platform-browser": "~2.4.3", - "@angular/platform-browser-dynamic": "~2.4.3", - "@angular/platform-server": "~2.4.3", - "@angular/router": "~3.4.3", + "@angular/common": "~2.4.4", + "@angular/compiler": "~2.4.4", + "@angular/core": "~2.4.4", + "@angular/forms": "~2.4.4", + "@angular/http": "~2.4.4", + "@angular/platform-browser": "~2.4.4", + "@angular/platform-browser-dynamic": "~2.4.4", + "@angular/platform-server": "~2.4.4", + "@angular/router": "~3.4.4", "@angularclass/conventions-loader": "^1.0.2", "@angularclass/hmr": "~1.2.2", "@angularclass/hmr-loader": "~3.0.2", @@ -41,10 +41,10 @@ "leaflet-map": "^0.2.1", "lodash": "^4.12.0", "ng2-bootstrap": "1.1.16-11", - "ng2-ckeditor": "1.1.4", + "ng2-ckeditor": "1.1.5", "ng2-smart-table": "^0.3.2", "ng2-tree": "^0.0.2-7", - "ng2-uploader": "1.6.1", + "ngx-uploader": "^2.0.24", "normalize.css": "^4.1.1", "reflect-metadata": "^0.1.9", "rxjs": "~5.0.2", diff --git a/src/app/pages/pages.menu.ts b/src/app/pages/pages.menu.ts index 82f87da8..0a148476 100644 --- a/src/app/pages/pages.menu.ts +++ b/src/app/pages/pages.menu.ts @@ -36,28 +36,28 @@ export const PAGES_MENU = [ } ] }, - //{ - // path: 'components', - // data: { - // menu: { - // title: 'Components', - // icon: 'ion-gear-a', - // selected: false, - // expanded: false, - // order: 250, - // } - // }, - // children: [ - // { - // path: 'treeview', - // data: { - // menu: { - // title: 'Tree View', - // } - // } - // } - // ] - //}, + // { + // path: 'components', + // data: { + // menu: { + // title: 'Components', + // icon: 'ion-gear-a', + // selected: false, + // expanded: false, + // order: 250, + // } + // }, + // children: [ + // { + // path: 'treeview', + // data: { + // menu: { + // title: 'Tree View', + // } + // } + // } + // ] + // }, { path: 'charts', data: { @@ -184,14 +184,14 @@ export const PAGES_MENU = [ } } }, - { - path: 'smarttables', - data: { - menu: { - title: 'Smart Tables', - } - } - } + // { + // path: 'smarttables', + // data: { + // menu: { + // title: 'Smart Tables', + // } + // } + // } ] }, {