diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-06 14:48:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-06 14:48:49 +0200 |
commit | d170c5c580abf6f90d7bf144e2417e248ce2ecf4 (patch) | |
tree | e56f6135ff882048f4d9807a041830346962932f /client/package.json | |
parent | d4eea028016092b36d9177616c9e6bb96df9abee (diff) | |
download | PeerTube-d170c5c580abf6f90d7bf144e2417e248ce2ecf4.tar.gz PeerTube-d170c5c580abf6f90d7bf144e2417e248ce2ecf4.tar.zst PeerTube-d170c5c580abf6f90d7bf144e2417e248ce2ecf4.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 7ceb12b89..313192b85 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -48,7 +48,7 @@ | |||
48 | "@ngx-loading-bar/core": "^4.2.0", | 48 | "@ngx-loading-bar/core": "^4.2.0", |
49 | "@ngx-loading-bar/http-client": "^4.2.0", | 49 | "@ngx-loading-bar/http-client": "^4.2.0", |
50 | "@ngx-loading-bar/router": "^4.2.0", | 50 | "@ngx-loading-bar/router": "^4.2.0", |
51 | "@ngx-meta/core": "^8.0.2", | 51 | "@ngx-meta/core": "^9.0.0", |
52 | "@ngx-translate/i18n-polyfill": "^1.0.0", | 52 | "@ngx-translate/i18n-polyfill": "^1.0.0", |
53 | "@types/chart.js": "^2.9.16", | 53 | "@types/chart.js": "^2.9.16", |
54 | "@types/core-js": "^2.5.2", | 54 | "@types/core-js": "^2.5.2", |
@@ -59,14 +59,14 @@ | |||
59 | "@types/jschannel": "^1.0.0", | 59 | "@types/jschannel": "^1.0.0", |
60 | "@types/linkifyjs": "^2.1.2", | 60 | "@types/linkifyjs": "^2.1.2", |
61 | "@types/lodash-es": "^4.17.0", | 61 | "@types/lodash-es": "^4.17.0", |
62 | "@types/markdown-it": "^0.0.9", | 62 | "@types/markdown-it": "^10.0.1", |
63 | "@types/node": "^12.11.1", | 63 | "@types/node": "^12.11.1", |
64 | "@types/sanitize-html": "1.18.0", | 64 | "@types/sanitize-html": "1.23.0", |
65 | "@types/socket.io-client": "^1.4.32", | 65 | "@types/socket.io-client": "^1.4.32", |
66 | "@types/video.js": "^7.3.8", | 66 | "@types/video.js": "^7.3.8", |
67 | "@types/webtorrent": "^0.107.0", | 67 | "@types/webtorrent": "^0.107.0", |
68 | "angular2-hotkeys": "^2.1.2", | 68 | "angular2-hotkeys": "^2.1.2", |
69 | "angularx-qrcode": "2.1.0", | 69 | "angularx-qrcode": "2.1.1", |
70 | "awesome-typescript-loader": "5.2.1", | 70 | "awesome-typescript-loader": "5.2.1", |
71 | "bootstrap": "^4.1.3", | 71 | "bootstrap": "^4.1.3", |
72 | "buffer": "^5.1.0", | 72 | "buffer": "^5.1.0", |
@@ -76,7 +76,7 @@ | |||
76 | "core-js": "^3.1.4", | 76 | "core-js": "^3.1.4", |
77 | "css-loader": "^3.1.0", | 77 | "css-loader": "^3.1.0", |
78 | "debug": "^4.1.1", | 78 | "debug": "^4.1.1", |
79 | "dexie": "^2.0.4", | 79 | "dexie": "^3.0.0", |
80 | "extract-text-webpack-plugin": "4.0.0-beta.0", | 80 | "extract-text-webpack-plugin": "4.0.0-beta.0", |
81 | "file-loader": "^6.0.0", | 81 | "file-loader": "^6.0.0", |
82 | "focus-visible": "^5.0.2", | 82 | "focus-visible": "^5.0.2", |
@@ -87,9 +87,9 @@ | |||
87 | "jasmine-core": "^3.1.0", | 87 | "jasmine-core": "^3.1.0", |
88 | "jasmine-spec-reporter": "^5.0.1", | 88 | "jasmine-spec-reporter": "^5.0.1", |
89 | "jschannel": "^1.0.2", | 89 | "jschannel": "^1.0.2", |
90 | "karma": "^4.0.1", | 90 | "karma": "^5.0.4", |
91 | "karma-chrome-launcher": "^3.0.0", | 91 | "karma-chrome-launcher": "^3.0.0", |
92 | "karma-coverage-istanbul-reporter": "^2.0.2", | 92 | "karma-coverage-istanbul-reporter": "^3.0.2", |
93 | "karma-jasmine": "^3.1.1", | 93 | "karma-jasmine": "^3.1.1", |
94 | "karma-jasmine-html-reporter": "^1.3.1", | 94 | "karma-jasmine-html-reporter": "^1.3.1", |
95 | "linkifyjs": "^2.1.5", | 95 | "linkifyjs": "^2.1.5", |
@@ -113,9 +113,9 @@ | |||
113 | "sass-loader": "8.0.2", | 113 | "sass-loader": "8.0.2", |
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": "^3.0.0", |
117 | "stream-http": "^3.0.0", | 117 | "stream-http": "^3.0.0", |
118 | "terser-webpack-plugin": "^2.1.3", | 118 | "terser-webpack-plugin": "^3.0.0", |
119 | "tslint": "^6.1.0", | 119 | "tslint": "^6.1.0", |
120 | "tslint-angular": "^3.0.2", | 120 | "tslint-angular": "^3.0.2", |
121 | "tslint-config-standard": "^9.0.0", | 121 | "tslint-config-standard": "^9.0.0", |