Upgrade client dependencies

pull/603/head
Chocobozzz 2018-05-29 11:40:46 +02:00
parent a9729e21d1
commit 230de99e71
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 372 additions and 213 deletions

View File

@ -43,9 +43,9 @@
"@angular/router": "~6.0.2",
"@angular/service-worker": "^6.0.1",
"@angularclass/hmr": "^2.1.3",
"@ngx-loading-bar/core": "^1.1.1",
"@ngx-loading-bar/http-client": "^1.0.0-rc.1",
"@ngx-loading-bar/router": "^1.2.0",
"@ngx-loading-bar/core": "^2.0.0",
"@ngx-loading-bar/http-client": "^2.0.0",
"@ngx-loading-bar/router": "^2.0.0",
"@ngx-meta/core": "^6.0.0-rc.1",
"@types/core-js": "^0.9.28",
"@types/jasmine": "^2.8.7",
@ -71,15 +71,15 @@
"jasmine-spec-reporter": "^4.2.1",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.1.0",
"linkifyjs": "^2.1.5",
"lodash-es": "^4.17.4",
"markdown-it": "^8.4.0",
"ngx-bootstrap": "2.0.5",
"ngx-bootstrap": "3.0.0",
"ngx-chips": "1.9.2",
"ngx-clipboard": "11.0.0",
"ngx-clipboard": "11.1.0",
"ngx-pipes": "^2.1.7",
"node-sass": "^4.1.1",
"npm-font-source-sans-pro": "^1.0.2",
@ -104,7 +104,7 @@
"webpack": "^4.5.0",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-cli": "^2.0.14",
"webtorrent": "^0.99.4",
"webtorrent": "^0.100.0",
"whatwg-fetch": "^2.0.4",
"zone.js": "~0.8.5"
}

View File

@ -5,6 +5,7 @@ import { ServerService } from '@app/core'
import { ResetPasswordModule } from '@app/reset-password'
import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core'
import { ClipboardModule } from 'ngx-clipboard'
import { AppRoutingModule } from './app-routing.module'
import { AppComponent } from './app.component'
@ -38,6 +39,8 @@ export function metaFactory (serverService: ServerService): MetaLoader {
],
imports: [
BrowserModule,
// FIXME: https://github.com/maxisam/ngx-clipboard/issues/133
ClipboardModule,
CoreModule,
SharedModule,

File diff suppressed because it is too large Load Diff