aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-11-15 14:17:14 +0100
committerChocobozzz <me@florianbigard.com>2022-11-15 14:17:14 +0100
commit6bcb559fc9a491fc3ce83e7c077ee9dc742b1d63 (patch)
treea0c3596d4b3183ced0d27113097a62ffc8eb03ef /client/package.json
parent2160dfa95cf6e347958a7296e85033eae9c4c31e (diff)
downloadPeerTube-6bcb559fc9a491fc3ce83e7c077ee9dc742b1d63.tar.gz
PeerTube-6bcb559fc9a491fc3ce83e7c077ee9dc742b1d63.tar.zst
PeerTube-6bcb559fc9a491fc3ce83e7c077ee9dc742b1d63.zip
Update client dependencies
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/client/package.json b/client/package.json
index f2adffc8c..913df04ea 100644
--- a/client/package.json
+++ b/client/package.json
@@ -78,7 +78,7 @@
78 "@wdio/spec-reporter": "^7.25.1", 78 "@wdio/spec-reporter": "^7.25.1",
79 "angular2-hotkeys": "^13.1.0", 79 "angular2-hotkeys": "^13.1.0",
80 "angularx-qrcode": "14.0.0", 80 "angularx-qrcode": "14.0.0",
81 "babel-loader": "^8.2.5", 81 "babel-loader": "^9.1.0",
82 "bootstrap": "^5.1.3", 82 "bootstrap": "^5.1.3",
83 "buffer": "^6.0.3", 83 "buffer": "^6.0.3",
84 "cache-chunk-store": "^3.0.0", 84 "cache-chunk-store": "^3.0.0",
@@ -96,15 +96,15 @@
96 "expect-webdriverio": "^3.4.0", 96 "expect-webdriverio": "^3.4.0",
97 "focus-visible": "^5.0.2", 97 "focus-visible": "^5.0.2",
98 "geckodriver": "^3.2.0", 98 "geckodriver": "^3.2.0",
99 "hls.js": "1.2.2", 99 "hls.js": "1.2.7",
100 "html-loader": "^4.1.0", 100 "html-loader": "^4.1.0",
101 "html-webpack-plugin": "^5.3.1", 101 "html-webpack-plugin": "^5.3.1",
102 "https-browserify": "^1.0.0", 102 "https-browserify": "^1.0.0",
103 "intl-messageformat": "^10.1.0", 103 "intl-messageformat": "^10.1.0",
104 "jschannel": "^1.0.2", 104 "jschannel": "^1.0.2",
105 "linkify-html": "^3.0.2", 105 "linkify-html": "^4.0.2",
106 "linkify-plugin-mention": "^3.0.2", 106 "linkify-plugin-mention": "^4.0.2",
107 "linkifyjs": "^3.0.2", 107 "linkifyjs": "^4.0.2",
108 "lodash-es": "^4.17.4", 108 "lodash-es": "^4.17.4",
109 "markdown-it": "13.0.1", 109 "markdown-it": "13.0.1",
110 "mini-css-extract-plugin": "^2.2.0", 110 "mini-css-extract-plugin": "^2.2.0",
@@ -139,7 +139,7 @@
139 "webpack-cli": "^4.10.0", 139 "webpack-cli": "^4.10.0",
140 "webtorrent": "1.8.26", 140 "webtorrent": "1.8.26",
141 "whatwg-fetch": "^3.0.0", 141 "whatwg-fetch": "^3.0.0",
142 "zone.js": "~0.11.4" 142 "zone.js": "~0.12.0"
143 }, 143 },
144 "dependencies": {} 144 "dependencies": {}
145} 145}