Update client dependencies

pull/87/head
Chocobozzz 2017-08-25 12:11:42 +02:00
parent 0aef76c479
commit d15ab38a90
4 changed files with 1032 additions and 605 deletions

View File

@ -299,8 +299,7 @@ module.exports = function (options) {
new ngcWebpack.NgcWebpackPlugin({
disabled: !AOT,
tsConfig: helpers.root('tsconfig.webpack.json'),
resourceOverride: helpers.root('config/resource-override.js')
tsConfig: helpers.root('tsconfig.webpack.json')
}),
new BundleAnalyzerPlugin({

View File

@ -20,16 +20,16 @@
},
"license": "GPLv3",
"dependencies": {
"@angular/animations": "~4.2.0",
"@angular/common": "~4.2.0",
"@angular/compiler": "~4.2.0",
"@angular/compiler-cli": "~4.2.0",
"@angular/core": "~4.2.0",
"@angular/forms": "~4.2.0",
"@angular/http": "~4.2.0",
"@angular/platform-browser": "~4.2.0",
"@angular/platform-browser-dynamic": "~4.2.0",
"@angular/router": "~4.2.0",
"@angular/animations": "~4.3.0",
"@angular/common": "~4.3.0",
"@angular/compiler": "~4.3.0",
"@angular/compiler-cli": "~4.3.0",
"@angular/core": "~4.3.0",
"@angular/forms": "~4.3.0",
"@angular/http": "~4.3.0",
"@angular/platform-browser": "~4.3.0",
"@angular/platform-browser-dynamic": "~4.3.0",
"@angular/router": "~4.3.0",
"@angularclass/hmr": "^2.1.0",
"@angularclass/hmr-loader": "^3.0.2",
"@ngx-meta/core": "^0.4.0-rc.2",
@ -38,17 +38,17 @@
"@types/source-map": "^0.1.26",
"@types/uglify-js": "^2.0.27",
"@types/video.js": "5.16.0",
"@types/webpack": "^2.0.0",
"angular-pipes": "^5.0.0",
"angular2-notifications": "^0.5.4",
"@types/webpack": "^3.0.0",
"angular-pipes": "^6.0.0",
"angular2-notifications": "^0.7.7",
"angular2-template-loader": "^0.6.0",
"assets-webpack-plugin": "^3.4.0",
"awesome-typescript-loader": "3.1.3",
"awesome-typescript-loader": "3.2.3",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-env": "^1.5.2",
"bootstrap": "^3.3.6",
"bootstrap-loader": "2.1.0",
"bootstrap-loader": "2.2.0",
"bootstrap-sass": "^3.3.6",
"copy-webpack-plugin": "^4.0.0",
"core-js": "^2.4.1",
@ -63,9 +63,9 @@
"ng-router-loader": "^2.0.0",
"ng2-file-upload": "^1.1.4-2",
"ng2-smart-table": "1.2.1",
"ngc-webpack": "3.0.0",
"ngx-bootstrap": "1.6.6",
"ngx-chips": "1.4.5-beta",
"ngc-webpack": "3.2.2",
"ngx-bootstrap": "1.9.1",
"ngx-chips": "1.5.3",
"node-sass": "^4.1.1",
"normalize.css": "^7.0.0",
"optimize-js-plugin": "0.0.4",

View File

@ -3,6 +3,7 @@ import { CommonModule } from '@angular/common'
import { HttpModule } from '@angular/http'
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
import { RouterModule } from '@angular/router'
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'
import { KeysPipe } from 'angular-pipes/src/object/keys.pipe'
@ -26,6 +27,7 @@ import { VideoAbuseService } from './video-abuse'
ReactiveFormsModule,
HttpModule,
RouterModule,
BrowserAnimationsModule,
BsDropdownModule.forRoot(),
ModalModule.forRoot(),

File diff suppressed because it is too large Load Diff