Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 18, 2021
1 parent 87c50a5 commit c98e00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"camelcase": "^6.0.0",
"execa": "^5.0.0",
"execa": "^6.0.0",
"mdast-util-assert": "^4.0.0",
"mdast-util-gfm": "^2.0.0",
"micromark-extension-gfm": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-cli/test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {URL, fileURLToPath} from 'node:url'
import execa from 'execa'
import {execa} from 'execa'
import test from 'tape'

test('remark-cli', (t) => {
Expand Down

0 comments on commit c98e00f

Please sign in to comment.