File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * @typedef {import('./lib/ast-to-react.js').Components } Components
44 */
55
6- import { ReactMarkdown } from './lib/react-markdown.js'
7-
86export { uriTransformer } from './lib/uri-transformer.js'
97
10- export default ReactMarkdown
8+ export { ReactMarkdown as default } from './lib/react-markdown.js'
Original file line number Diff line number Diff line change 103103 "@types/react-dom" : " ^17.0.0" ,
104104 "@types/react-is" : " ^17.0.0" ,
105105 "c8" : " ^7.0.0" ,
106- "esbuild" : " ^0.13 .0" ,
106+ "esbuild" : " ^0.14 .0" ,
107107 "eslint-config-xo-react" : " ^0.25.0" ,
108108 "eslint-plugin-es" : " ^4.0.0" ,
109109 "eslint-plugin-react" : " ^7.0.0" ,
121121 "type-coverage" : " ^2.0.0" ,
122122 "typescript" : " ~4.4.0" ,
123123 "uvu" : " ^0.5.0" ,
124- "xo" : " ^0.46 .0"
124+ "xo" : " ^0.47 .0"
125125 },
126126 "scripts" : {
127127 "prepack" : " npm run build && npm run format" ,
You canβt perform that action at this time.
0 commit comments