Skip to content

Commit 03d0c61

Browse files
committed
Update dev-dependencies
1 parent 22d0caa commit 03d0c61

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
@@ -60,7 +60,7 @@
6060
"tape": "^5.0.0",
6161
"type-coverage": "^2.0.0",
6262
"typescript": "^4.0.0",
63-
"unified": "^9.0.0",
63+
"unified": "^10.0.0",
6464
"unist-builder": "^3.0.0",
6565
"xo": "^0.39.0"
6666
},

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import fs from 'fs'
1313
import path from 'path'
1414
import test from 'tape'
15-
import unified from 'unified'
15+
import {unified} from 'unified'
1616
import remarkParse from 'remark-parse'
1717
import remarkGfm from 'remark-gfm'
1818
import remarkFootnotes from 'remark-footnotes'

0 commit comments

Comments
 (0)