Skip to content

Commit a9c732f

Browse files
committed
Update dev-dependencies
1 parent dd487cb commit a9c732f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"acorn-jsx": "^5.0.0",
6767
"c8": "^7.0.0",
6868
"esast-util-from-js": "^1.0.0",
69-
"estree-to-babel": "^3.0.0",
69+
"estree-to-babel": "^5.0.0",
7070
"estree-util-build-jsx": "^2.0.0",
7171
"estree-util-to-js": "^1.0.0",
7272
"hastscript": "^7.0.0",
@@ -75,14 +75,14 @@
7575
"mdast-util-to-hast": "^12.0.0",
7676
"micromark-extension-mdxjs": "^1.0.0",
7777
"prettier": "^2.0.0",
78-
"remark-cli": "^10.0.0",
78+
"remark-cli": "^11.0.0",
7979
"remark-preset-wooorm": "^9.0.0",
8080
"rimraf": "^3.0.0",
8181
"tape": "^5.0.0",
8282
"type-coverage": "^2.0.0",
8383
"typescript": "^4.0.0",
8484
"unist-util-visit": "^4.0.0",
85-
"xo": "^0.50.0"
85+
"xo": "^0.51.0"
8686
},
8787
"scripts": {
8888
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)