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 fa0be0e commit 2a9bd42Copy full SHA for 2a9bd42
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/erbium
+ - lts/fermium
21
- node
package.json
@@ -47,15 +47,15 @@
47
"is-hidden": "^2.0.0",
48
"parse5": "^7.0.0",
49
"prettier": "^2.0.0",
50
- "remark-cli": "^10.0.0",
+ "remark-cli": "^11.0.0",
51
"remark-preset-wooorm": "^9.0.0",
52
"rimraf": "^3.0.0",
53
"tape": "^5.0.0",
54
"to-vfile": "^7.0.0",
55
"type-coverage": "^2.0.0",
56
"typescript": "^4.0.0",
57
"unist-util-visit": "^4.0.0",
58
- "xo": "^0.49.0"
+ "xo": "^0.52.0"
59
},
60
"scripts": {
61
"prepack": "npm run build && npm run format",
0 commit comments