Skip to content

Commit cff97c3

Browse files
committed
Update dev-dependencies
1 parent 07b435d commit cff97c3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,16 @@
3939
"mdast-util-to-string": "^3.0.0"
4040
},
4141
"devDependencies": {
42-
"@types/node": "^18.0.0",
43-
"c8": "^7.0.0",
42+
"@types/node": "^20.0.0",
43+
"c8": "^8.0.0",
4444
"mdast-util-from-markdown": "^1.0.0",
4545
"mdast-util-to-markdown": "^1.0.0",
4646
"prettier": "^2.0.0",
4747
"remark-cli": "^11.0.0",
4848
"remark-preset-wooorm": "^9.0.0",
49-
"tape": "^5.0.0",
5049
"type-coverage": "^2.0.0",
51-
"typescript": "^4.0.0",
52-
"xo": "^0.53.0"
50+
"typescript": "^5.0.0",
51+
"xo": "^0.54.0"
5352
},
5453
"scripts": {
5554
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)