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 2c52778 commit 1e9e3a0Copy full SHA for 1e9e3a0
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/erbium
+ - lts/fermium
21
- node
package.json
@@ -51,14 +51,14 @@
51
"c8": "^7.0.0",
52
"mdast-util-from-markdown": "^1.0.0",
53
"prettier": "^2.0.0",
54
- "remark-cli": "^10.0.0",
+ "remark-cli": "^11.0.0",
55
"remark-preset-wooorm": "^9.0.0",
56
"rimraf": "^3.0.0",
57
"tape": "^5.0.0",
58
"type-coverage": "^2.0.0",
59
"typescript": "^4.0.0",
60
"unist-util-remove-position": "^4.0.0",
61
- "xo": "^0.49.0"
+ "xo": "^0.52.0"
62
},
63
"scripts": {
64
"build": "rimraf \"lib/**/*.d.ts\" \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
0 commit comments