Skip to content

Commit ca2627d

Browse files
authored
Bump linkifyjs 2.1.9 to 4.0.0-beta.5 (cinnyapp#665)
1 parent 47e6527 commit ca2627d

File tree

3 files changed

+24
-26
lines changed

3 files changed

+24
-26
lines changed

package-lock.json

Lines changed: 21 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"formik": "^2.2.9",
2929
"html-react-parser": "^2.0.0",
3030
"katex": "^0.15.6",
31-
"linkifyjs": "^2.1.9",
31+
"linkify-html": "^4.0.0-beta.5",
32+
"linkifyjs": "^4.0.0-beta.5",
3233
"matrix-js-sdk": "^18.1.0",
3334
"micromark": "^3.0.10",
3435
"micromark-extension-gfm": "^2.0.1",

src/util/twemojify.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable import/prefer-default-export */
22
import React, { lazy, Suspense } from 'react';
33

4-
import linkifyHtml from 'linkifyjs/html';
4+
import linkifyHtml from 'linkify-html';
55
import parse from 'html-react-parser';
66
import twemoji from 'twemoji';
77
import { sanitizeText } from './sanitize';

0 commit comments

Comments
 (0)