diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/client/package.json b/client/package.json index ff429ea73..fe7dd28a3 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -23,26 +23,27 @@ | |||
23 | "ngx-extractor": "ngx-extractor" | 23 | "ngx-extractor": "ngx-extractor" |
24 | }, | 24 | }, |
25 | "license": "GPLv3", | 25 | "license": "GPLv3", |
26 | "typings": "*.d.ts", | ||
26 | "resolutions": { | 27 | "resolutions": { |
27 | "video.js": "^7", | 28 | "video.js": "^7", |
28 | "webtorrent/create-torrent/junk": "^1", | 29 | "webtorrent/create-torrent/junk": "^1", |
29 | "simple-get": "^2.8.1" | 30 | "simple-get": "^2.8.1" |
30 | }, | 31 | }, |
31 | "devDependencies": { | 32 | "devDependencies": { |
32 | "@angular-devkit/build-angular": "~0.6.1", | 33 | "@angular-devkit/build-angular": "^0.7.1", |
33 | "@angular/animations": "~6.0.2", | 34 | "@angular/animations": "~6.1.0", |
34 | "@angular/cli": "6.0.8", | 35 | "@angular/cli": "~6.1.0", |
35 | "@angular/common": "~6.0.2", | 36 | "@angular/common": "~6.1.0", |
36 | "@angular/compiler": "~6.0.2", | 37 | "@angular/compiler": "~6.1.0", |
37 | "@angular/compiler-cli": "~6.0.2", | 38 | "@angular/compiler-cli": "~6.1.0", |
38 | "@angular/core": "~6.0.2", | 39 | "@angular/core": "~6.1.0", |
39 | "@angular/forms": "~6.0.2", | 40 | "@angular/forms": "~6.1.0", |
40 | "@angular/http": "~6.0.2", | 41 | "@angular/http": "~6.1.0", |
41 | "@angular/language-service": "^6.0.1", | 42 | "@angular/language-service": "~6.1.0", |
42 | "@angular/platform-browser": "~6.0.2", | 43 | "@angular/platform-browser": "~6.1.0", |
43 | "@angular/platform-browser-dynamic": "~6.0.2", | 44 | "@angular/platform-browser-dynamic": "~6.1.0", |
44 | "@angular/router": "~6.0.2", | 45 | "@angular/router": "~6.1.0", |
45 | "@angular/service-worker": "^6.0.1", | 46 | "@angular/service-worker": "~6.1.0", |
46 | "@angularclass/hmr": "^2.1.3", | 47 | "@angularclass/hmr": "^2.1.3", |
47 | "@ngx-loading-bar/core": "^2.0.0", | 48 | "@ngx-loading-bar/core": "^2.0.0", |
48 | "@ngx-loading-bar/http-client": "^2.0.0", | 49 | "@ngx-loading-bar/http-client": "^2.0.0", |
@@ -85,7 +86,7 @@ | |||
85 | "lodash-es": "^4.17.4", | 86 | "lodash-es": "^4.17.4", |
86 | "markdown-it": "^8.4.0", | 87 | "markdown-it": "^8.4.0", |
87 | "ngx-bootstrap": "3.0.1", | 88 | "ngx-bootstrap": "3.0.1", |
88 | "ngx-chips": "1.9.2", | 89 | "ngx-chips": "1.9.3", |
89 | "ngx-clipboard": "11.1.1", | 90 | "ngx-clipboard": "11.1.1", |
90 | "ngx-pipes": "^2.1.7", | 91 | "ngx-pipes": "^2.1.7", |
91 | "ngx-qrcode2": "^0.0.9", | 92 | "ngx-qrcode2": "^0.0.9", |
@@ -106,9 +107,9 @@ | |||
106 | "stream-http": "^2.8.3", | 107 | "stream-http": "^2.8.3", |
107 | "tslint": "^5.7.0", | 108 | "tslint": "^5.7.0", |
108 | "tslint-config-standard": "^7.0.0", | 109 | "tslint-config-standard": "^7.0.0", |
109 | "typescript": "2.7", | 110 | "typescript": "2.9", |
110 | "uglifyjs-webpack-plugin": "^1.1.2", | 111 | "uglifyjs-webpack-plugin": "^1.1.2", |
111 | "video.js": "7.2.0", | 112 | "video.js": "7.2", |
112 | "videojs-contextmenu": "^2.0.0", | 113 | "videojs-contextmenu": "^2.0.0", |
113 | "videojs-contextmenu-ui": "^4.0.0", | 114 | "videojs-contextmenu-ui": "^4.0.0", |
114 | "videojs-dock": "^2.0.2", | 115 | "videojs-dock": "^2.0.2", |