1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-08-01 17:37:46 +00:00

Bumped dependencies

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-10-28 18:39:34 +05:30
parent 2194cb65a2
commit 763aa8865b
6 changed files with 23911 additions and 4214 deletions

View file

@ -2,7 +2,7 @@ import React, { useRef } from 'react';
import PropTypes from 'prop-types';
import './Message.scss';
import Linkify from 'linkifyjs/react';
import Linkify from 'linkify-react';
import ReactMarkdown from 'react-markdown';
import gfm from 'remark-gfm';
import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter';

View file

@ -2,8 +2,6 @@ import React from 'react';
import PropTypes from 'prop-types';
import './TimelineChange.scss';
// import Linkify from 'linkifyjs/react';
import Text from '../../atoms/text/Text';
import RawIcon from '../../atoms/system-icons/RawIcon';

View file

@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import './RoomIntro.scss';
import Linkify from 'linkifyjs/react';
import Linkify from 'linkify-react';
import colorMXID from '../../../util/colorMXID';
import Text from '../../atoms/text/Text';

View file

@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import './RoomTile.scss';
import Linkify from 'linkifyjs/react';
import Linkify from 'linkify-react';
import colorMXID from '../../../util/colorMXID';
import Text from '../../atoms/text/Text';