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 b52db9f commit 3dabbebCopy full SHA for 3dabbeb
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/fermium
+ - lts/gallium
21
- node
package.json
@@ -46,14 +46,13 @@
46
"unist-util-visit-parents": "^5.1.3"
47
},
48
"devDependencies": {
49
- "@types/tape": "^4.0.0",
+ "@types/node": "^18.0.0",
50
"c8": "^7.0.0",
51
"mdast-util-from-markdown": "^1.0.0",
52
"micromark-extension-directive": "^2.0.0",
53
"prettier": "^2.0.0",
54
"remark-cli": "^11.0.0",
55
"remark-preset-wooorm": "^9.0.0",
56
- "tape": "^5.0.0",
57
"type-coverage": "^2.0.0",
58
"typescript": "^4.0.0",
59
"unist-util-remove-position": "^4.0.0",
0 commit comments