Skip to content

Commit cba99d6

Browse files
committed
Update dev-dependencies
1 parent 145019c commit cba99d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/mdast": "^3.0.0",
2121
"@types/tape": "^4.0.0",
2222
"c8": "^7.0.0",
23-
"camelcase": "^6.0.0",
23+
"camelcase": "^7.0.0",
2424
"execa": "^6.0.0",
2525
"mdast-util-assert": "^4.0.0",
2626
"mdast-util-gfm": "^2.0.0",
@@ -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.49.0"
36+
"xo": "^0.50.0"
3737
},
3838
"scripts": {
3939
"build": "npm run build --workspaces && rimraf \"*.d.ts\" \"{test,script}/**/*.d.ts\" && tsc && type-coverage",

0 commit comments

Comments
 (0)