Skip to content

Commit 56f6980

Browse files
committed
Update dev-dependencies
1 parent 1e58f86 commit 56f6980

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"chalk": "^5.0.0",
5151
"hastscript": "^7.0.0",
5252
"prettier": "^2.0.0",
53-
"remark-cli": "^10.0.0",
53+
"remark-cli": "^11.0.0",
5454
"remark-preset-wooorm": "^9.0.0",
5555
"retext": "^8.0.0",
5656
"rimraf": "^3.0.0",
@@ -61,7 +61,7 @@
6161
"unist-builder": "^3.0.0",
6262
"xast-util-from-xml": "^2.0.0",
6363
"xastscript": "^3.0.0",
64-
"xo": "^0.49.0"
64+
"xo": "^0.51.0"
6565
},
6666
"scripts": {
6767
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)