Skip to content

Commit 0971571

Browse files
committed
Update dev-dependencies
1 parent c626dd3 commit 0971571

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
@@ -53,7 +53,7 @@
5353
"hastscript": "^7.0.0",
5454
"prettier": "^2.0.0",
5555
"rehype-stringify": "^9.0.0",
56-
"remark-cli": "^10.0.0",
56+
"remark-cli": "^11.0.0",
5757
"remark-parse": "^10.0.0",
5858
"remark-preset-wooorm": "^9.0.0",
5959
"remark-rehype": "^10.0.0",
@@ -63,7 +63,7 @@
6363
"typescript": "^4.0.0",
6464
"unified": "^10.0.0",
6565
"unist-builder": "^3.0.0",
66-
"xo": "^0.49.0"
66+
"xo": "^0.50.0"
6767
},
6868
"scripts": {
6969
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)