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 07b435d commit cff97c3Copy full SHA for cff97c3
package.json
@@ -39,17 +39,16 @@
39
"mdast-util-to-string": "^3.0.0"
40
},
41
"devDependencies": {
42
- "@types/node": "^18.0.0",
43
- "c8": "^7.0.0",
+ "@types/node": "^20.0.0",
+ "c8": "^8.0.0",
44
"mdast-util-from-markdown": "^1.0.0",
45
"mdast-util-to-markdown": "^1.0.0",
46
"prettier": "^2.0.0",
47
"remark-cli": "^11.0.0",
48
"remark-preset-wooorm": "^9.0.0",
49
- "tape": "^5.0.0",
50
"type-coverage": "^2.0.0",
51
- "typescript": "^4.0.0",
52
- "xo": "^0.53.0"
+ "typescript": "^5.0.0",
+ "xo": "^0.54.0"
53
54
"scripts": {
55
"prepack": "npm run build && npm run format",
0 commit comments