Skip to content

Commit 1a9e75c

Browse files
committed
Update dev-dependencies
1 parent 5730ad2 commit 1a9e75c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typescript": "^4.0.0",
3434
"unified": "^10.0.0",
3535
"unist-util-remove-position": "^4.0.0",
36-
"xo": "^0.47.0"
36+
"xo": "^0.48.0"
3737
},
3838
"scripts": {
3939
"build": "npm run build --workspaces && rimraf \"*.d.ts\" \"{test,script}/**/*.d.ts\" && tsc && type-coverage",

packages/remark-cli/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test('remark-cli', (t) => {
66
t.plan(2)
77

88
t.test('should show help on `--help`', (t) => {
9-
const bin = fileURLToPath(new URL('./cli.js', import.meta.url))
9+
const bin = fileURLToPath(new URL('cli.js', import.meta.url))
1010

1111
t.plan(1)
1212

@@ -63,7 +63,7 @@ test('remark-cli', (t) => {
6363
})
6464

6565
t.test('should show version on `--version`', (t) => {
66-
const bin = fileURLToPath(new URL('./cli.js', import.meta.url))
66+
const bin = fileURLToPath(new URL('cli.js', import.meta.url))
6767

6868
t.plan(2)
6969

0 commit comments

Comments
 (0)