We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7d811 commit 5bd2e1eCopy full SHA for 5bd2e1e
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/erbium
+ - lts/fermium
21
- node
package.json
@@ -49,14 +49,14 @@
49
"mdast-util-from-markdown": "^1.0.0",
50
"micromark-extension-directive": "^2.0.0",
51
"prettier": "^2.0.0",
52
- "remark-cli": "^10.0.0",
+ "remark-cli": "^11.0.0",
53
"remark-preset-wooorm": "^9.0.0",
54
"rimraf": "^3.0.0",
55
"tape": "^5.0.0",
56
"type-coverage": "^2.0.0",
57
"typescript": "^4.0.0",
58
"unist-util-remove-position": "^4.0.0",
59
- "xo": "^0.49.0"
+ "xo": "^0.52.0"
60
},
61
"scripts": {
62
"build": "rimraf \"{index,test}.d.ts\" && tsc && type-coverage",
0 commit comments