diff options
author | Chocobozzz <me@florianbigard.com> | 2019-10-21 16:53:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-10-21 16:53:46 +0200 |
commit | 576ddf645ff2223126d28ef172bb6388602c35f4 (patch) | |
tree | 816bec17fbc51cede40114a72f67a79a4e0d4a12 /client/package.json | |
parent | 4c8ef0ec684f5dd1856ec751420b1e85369fd1bf (diff) | |
download | PeerTube-576ddf645ff2223126d28ef172bb6388602c35f4.tar.gz PeerTube-576ddf645ff2223126d28ef172bb6388602c35f4.tar.zst PeerTube-576ddf645ff2223126d28ef172bb6388602c35f4.zip |
Update client dependencies
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/client/package.json b/client/package.json index 39fd63434..994f2cfa9 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -31,7 +31,7 @@ | |||
31 | "punycode": "^1.4.1" | 31 | "punycode": "^1.4.1" |
32 | }, | 32 | }, |
33 | "devDependencies": { | 33 | "devDependencies": { |
34 | "@angular-devkit/build-angular": "~0.802.0", | 34 | "@angular-devkit/build-angular": "~0.803.12", |
35 | "@angular/animations": "~8.2.0", | 35 | "@angular/animations": "~8.2.0", |
36 | "@angular/cdk": "^8.1.1", | 36 | "@angular/cdk": "^8.1.1", |
37 | "@angular/cli": "~8.3.0", | 37 | "@angular/cli": "~8.3.0", |
@@ -66,9 +66,9 @@ | |||
66 | "@types/sanitize-html": "1.18.0", | 66 | "@types/sanitize-html": "1.18.0", |
67 | "@types/socket.io-client": "^1.4.32", | 67 | "@types/socket.io-client": "^1.4.32", |
68 | "@types/video.js": "^7.2.5", | 68 | "@types/video.js": "^7.2.5", |
69 | "@types/webtorrent": "^0.98.4", | 69 | "@types/webtorrent": "^0.107.0", |
70 | "angular2-hotkeys": "^2.1.2", | 70 | "angular2-hotkeys": "^2.1.2", |
71 | "angularx-qrcode": "^1.6.4", | 71 | "angularx-qrcode": "^1.7.0-beta.5", |
72 | "awesome-typescript-loader": "5.2.1", | 72 | "awesome-typescript-loader": "5.2.1", |
73 | "bootstrap": "^4.1.3", | 73 | "bootstrap": "^4.1.3", |
74 | "buffer": "^5.1.0", | 74 | "buffer": "^5.1.0", |
@@ -95,8 +95,8 @@ | |||
95 | "linkifyjs": "^2.1.5", | 95 | "linkifyjs": "^2.1.5", |
96 | "lodash-es": "^4.17.4", | 96 | "lodash-es": "^4.17.4", |
97 | "markdown-it": "^9.0.1", | 97 | "markdown-it": "^9.0.1", |
98 | "ngx-chips": "2.0.2", | 98 | "ngx-chips": "2.1.0", |
99 | "ngx-clipboard": "12.2.0", | 99 | "ngx-clipboard": "12.2.1", |
100 | "ngx-pipes": "^2.1.7", | 100 | "ngx-pipes": "^2.1.7", |
101 | "node-sass": "^4.9.3", | 101 | "node-sass": "^4.9.3", |
102 | "npm-font-source-sans-pro": "^1.0.2", | 102 | "npm-font-source-sans-pro": "^1.0.2", |
@@ -110,12 +110,12 @@ | |||
110 | "raw-loader": "^1", | 110 | "raw-loader": "^1", |
111 | "rxjs": "^6.5.2", | 111 | "rxjs": "^6.5.2", |
112 | "sanitize-html": "^1.18.4", | 112 | "sanitize-html": "^1.18.4", |
113 | "sass-loader": "^7.1.0", | 113 | "sass-loader": "7", |
114 | "sass-resources-loader": "^2.0.0", | 114 | "sass-resources-loader": "^2.0.0", |
115 | "socket.io-client": "^2.2.0", | 115 | "socket.io-client": "^2.2.0", |
116 | "stream-browserify": "^2.0.1", | 116 | "stream-browserify": "^2.0.1", |
117 | "stream-http": "^3.0.0", | 117 | "stream-http": "^3.0.0", |
118 | "terser-webpack-plugin": "^1.1.0", | 118 | "terser-webpack-plugin": "^2.1.3", |
119 | "tslint": "^5.7.0", | 119 | "tslint": "^5.7.0", |
120 | "tslint-angular": "^3.0.2", | 120 | "tslint-angular": "^3.0.2", |
121 | "tslint-config-standard": "^8.0.1", | 121 | "tslint-config-standard": "^8.0.1", |
@@ -125,10 +125,10 @@ | |||
125 | "videojs-contrib-quality-levels": "^2.0.9", | 125 | "videojs-contrib-quality-levels": "^2.0.9", |
126 | "videojs-dock": "^2.0.2", | 126 | "videojs-dock": "^2.0.2", |
127 | "videojs-hotkeys": "^0.2.21", | 127 | "videojs-hotkeys": "^0.2.21", |
128 | "videostream": "~3.1", | 128 | "videostream": "~3.2.1", |
129 | "webpack-bundle-analyzer": "^3.0.2", | 129 | "webpack-bundle-analyzer": "^3.0.2", |
130 | "webpack-cli": "^3.0.8", | 130 | "webpack-cli": "^3.0.8", |
131 | "webtorrent": "^0.105.1", | 131 | "webtorrent": "^0.107.16", |
132 | "whatwg-fetch": "^3.0.0", | 132 | "whatwg-fetch": "^3.0.0", |
133 | "zone.js": "~0.10.0" | 133 | "zone.js": "~0.10.0" |
134 | } | 134 | } |