We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c626dd3 commit 0971571Copy full SHA for 0971571
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/erbium
+ - lts/fermium
21
- node
package.json
@@ -53,7 +53,7 @@
53
"hastscript": "^7.0.0",
54
"prettier": "^2.0.0",
55
"rehype-stringify": "^9.0.0",
56
- "remark-cli": "^10.0.0",
+ "remark-cli": "^11.0.0",
57
"remark-parse": "^10.0.0",
58
"remark-preset-wooorm": "^9.0.0",
59
"remark-rehype": "^10.0.0",
@@ -63,7 +63,7 @@
63
"typescript": "^4.0.0",
64
"unified": "^10.0.0",
65
"unist-builder": "^3.0.0",
66
- "xo": "^0.49.0"
+ "xo": "^0.50.0"
67
},
68
"scripts": {
69
"prepack": "npm run build && npm run format",
0 commit comments