Skip to content

Commit 8a3060b

Browse files
committed
Update dev-dependencies
1 parent 4185f06 commit 8a3060b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* @typedef {import('./lib/ast-to-react.js').Components} Components
44
*/
55

6-
import {ReactMarkdown} from './lib/react-markdown.js'
7-
86
export {uriTransformer} from './lib/uri-transformer.js'
97

10-
export default ReactMarkdown
8+
export {ReactMarkdown as default} from './lib/react-markdown.js'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
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",
@@ -121,7 +121,7 @@
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",

0 commit comments

Comments
 (0)