Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 9, 2023
1 parent bb4c814 commit e69e55f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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": "^7.0.0",
"execa": "^6.0.0",
"execa": "^7.0.0",
"mdast-util-assert": "^4.0.0",
"mdast-util-gfm": "^2.0.0",
"micromark-extension-gfm": "^2.0.0",
Expand All @@ -30,10 +30,10 @@
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"unified": "^10.0.0",
"unist-util-remove-position": "^4.0.0",
"xo": "^0.53.0"
"xo": "^0.54.0"
},
"scripts": {
"build": "npm run build --workspaces && rimraf \"*.d.ts\" \"{test,script}/**/*.d.ts\" && tsc && type-coverage",
Expand Down
1 change: 1 addition & 0 deletions packages/remark-cli/cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env node
import {createRequire} from 'node:module'
import {args} from 'unified-args'
// eslint-disable-next-line import/order
import {remark} from 'remark'

const require = createRequire(import.meta.url)
Expand Down

0 comments on commit e69e55f

Please sign in to comment.