Skip to content

Commit 5bd2e1e

Browse files
committed
Update dev-dependencies
1 parent ca7d811 commit 5bd2e1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
strategy:
1818
matrix:
1919
node:
20-
- lts/erbium
20+
- lts/fermium
2121
- node

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"mdast-util-from-markdown": "^1.0.0",
5050
"micromark-extension-directive": "^2.0.0",
5151
"prettier": "^2.0.0",
52-
"remark-cli": "^10.0.0",
52+
"remark-cli": "^11.0.0",
5353
"remark-preset-wooorm": "^9.0.0",
5454
"rimraf": "^3.0.0",
5555
"tape": "^5.0.0",
5656
"type-coverage": "^2.0.0",
5757
"typescript": "^4.0.0",
5858
"unist-util-remove-position": "^4.0.0",
59-
"xo": "^0.49.0"
59+
"xo": "^0.52.0"
6060
},
6161
"scripts": {
6262
"build": "rimraf \"{index,test}.d.ts\" && tsc && type-coverage",

0 commit comments

Comments
 (0)