aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json18
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 }