File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 3
3
* @typedef {import('./lib/ast-to-react.js').Components } Components
4
4
*/
5
5
6
- import { ReactMarkdown } from './lib/react-markdown.js'
7
-
8
6
export { uriTransformer } from './lib/uri-transformer.js'
9
7
10
- export default ReactMarkdown
8
+ export { ReactMarkdown as default } from './lib/react-markdown.js'
Original file line number Diff line number Diff line change 103
103
"@types/react-dom" : " ^17.0.0" ,
104
104
"@types/react-is" : " ^17.0.0" ,
105
105
"c8" : " ^7.0.0" ,
106
- "esbuild" : " ^0.13 .0" ,
106
+ "esbuild" : " ^0.14 .0" ,
107
107
"eslint-config-xo-react" : " ^0.25.0" ,
108
108
"eslint-plugin-es" : " ^4.0.0" ,
109
109
"eslint-plugin-react" : " ^7.0.0" ,
121
121
"type-coverage" : " ^2.0.0" ,
122
122
"typescript" : " ~4.4.0" ,
123
123
"uvu" : " ^0.5.0" ,
124
- "xo" : " ^0.46 .0"
124
+ "xo" : " ^0.47 .0"
125
125
},
126
126
"scripts" : {
127
127
"prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments