We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c50a5 commit c98e00fCopy full SHA for c98e00f
2 files changed
package.json
@@ -21,7 +21,7 @@
21
"@types/tape": "^4.0.0",
22
"c8": "^7.0.0",
23
"camelcase": "^6.0.0",
24
- "execa": "^5.0.0",
+ "execa": "^6.0.0",
25
"mdast-util-assert": "^4.0.0",
26
"mdast-util-gfm": "^2.0.0",
27
"micromark-extension-gfm": "^2.0.0",
packages/remark-cli/test.js
@@ -1,5 +1,5 @@
1
import {URL, fileURLToPath} from 'node:url'
2
-import execa from 'execa'
+import {execa} from 'execa'
3
import test from 'tape'
4
5
test('remark-cli', (t) => {
0 commit comments