mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Bump react-markdown from 6.0.3 to 7.0.1 (#313)
This commit is contained in:
parent
ef11892708
commit
92c79ced92
@ -1,10 +1,9 @@
|
||||
// This displays a clickable user name (or whatever children element you provide), and displays a simple tooltip of created time. OnClick a modal with more information about the user is displayed.
|
||||
|
||||
import { useState } from 'react';
|
||||
import { useState, ReactNode } from 'react';
|
||||
import { Divider, Modal, Tooltip, Typography, Row, Col } from 'antd';
|
||||
import formatDistanceToNow from 'date-fns/formatDistanceToNow';
|
||||
import format from 'date-fns/format';
|
||||
import { ReactNode } from 'react-markdown';
|
||||
import { uniq } from 'lodash';
|
||||
|
||||
import BlockUserbutton from './ban-user-button';
|
||||
|
1717
web/package-lock.json
generated
1717
web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -24,7 +24,7 @@
|
||||
"react-chartkick": "^0.5.0",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-linkify": "^1.0.0-alpha",
|
||||
"react-markdown": "^6.0.3",
|
||||
"react-markdown": "^7.0.1",
|
||||
"react-markdown-editor-lite": "^1.3.0",
|
||||
"sass": "^1.42.0",
|
||||
"ua-parser-js": "^0.7.28"
|
||||
|
Loading…
x
Reference in New Issue
Block a user