diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-12 15:16:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-12 15:16:31 +0200 |
commit | f8ddccf23984ee866057ca50064b688c0909ab7a (patch) | |
tree | 54f7f9f6369d060a40bbb91a808257c928c65226 /client/package.json | |
parent | 6214bc7dde6843162cab3bf529cf2e16f89238b9 (diff) | |
download | PeerTube-f8ddccf23984ee866057ca50064b688c0909ab7a.tar.gz PeerTube-f8ddccf23984ee866057ca50064b688c0909ab7a.tar.zst PeerTube-f8ddccf23984ee866057ca50064b688c0909ab7a.zip |
Upgrade linkifyjs
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 8e06b63d7..ac85366c3 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -102,7 +102,9 @@ | |||
102 | "html-webpack-plugin": "^5.3.1", | 102 | "html-webpack-plugin": "^5.3.1", |
103 | "https-browserify": "^1.0.0", | 103 | "https-browserify": "^1.0.0", |
104 | "jschannel": "^1.0.2", | 104 | "jschannel": "^1.0.2", |
105 | "linkifyjs": "^2.1.5", | 105 | "linkify-html": "^3.0.2", |
106 | "linkify-plugin-mention": "^3.0.2", | ||
107 | "linkifyjs": "^3.0.2", | ||
106 | "lodash-es": "^4.17.4", | 108 | "lodash-es": "^4.17.4", |
107 | "markdown-it": "12.2.0", | 109 | "markdown-it": "12.2.0", |
108 | "mini-css-extract-plugin": "^2.2.0", | 110 | "mini-css-extract-plugin": "^2.2.0", |