Skip to content

Commit 8560009

Browse files
committed
Update dev-dependencies
1 parent d080c31 commit 8560009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@types/tape": "^4.0.0",
5050
"c8": "^7.0.0",
51-
"mdast-util-from-markdown": "^0.8.0",
51+
"mdast-util-from-markdown": "^1.0.0-beta.1",
5252
"prettier": "^2.0.0",
5353
"remark-cli": "^9.0.0",
5454
"remark-preset-wooorm": "^8.0.0",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import test from 'tape'
22
import {removePosition} from 'unist-util-remove-position'
3-
import from from 'mdast-util-from-markdown'
3+
import {fromMarkdown as from} from 'mdast-util-from-markdown'
44
import {toMarkdown as to} from '../index.js'
55

66
test('core', (t) => {

0 commit comments

Comments
 (0)