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 1e58f86 commit 56f6980Copy full SHA for 56f6980
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/erbium
+ - lts/fermium
21
- node
package.json
@@ -50,7 +50,7 @@
50
"chalk": "^5.0.0",
51
"hastscript": "^7.0.0",
52
"prettier": "^2.0.0",
53
- "remark-cli": "^10.0.0",
+ "remark-cli": "^11.0.0",
54
"remark-preset-wooorm": "^9.0.0",
55
"retext": "^8.0.0",
56
"rimraf": "^3.0.0",
@@ -61,7 +61,7 @@
61
"unist-builder": "^3.0.0",
62
"xast-util-from-xml": "^2.0.0",
63
"xastscript": "^3.0.0",
64
- "xo": "^0.49.0"
+ "xo": "^0.51.0"
65
},
66
"scripts": {
67
"prepack": "npm run build && npm run format",
0 commit comments