Skip to content

Commit f9c64ab

Browse files
committed
Update dev-dependencies
1 parent a3f6d5e commit f9c64ab

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
@@ -52,13 +52,13 @@
5252
"mdast-util-to-markdown": "^1.0.0",
5353
"micromark-extension-gfm-autolink-literal": "^1.0.0",
5454
"prettier": "^2.0.0",
55-
"remark-cli": "^10.0.0",
55+
"remark-cli": "^11.0.0",
5656
"remark-preset-wooorm": "^9.0.0",
5757
"rimraf": "^3.0.0",
5858
"tape": "^5.0.0",
5959
"type-coverage": "^2.0.0",
6060
"typescript": "^4.0.0",
61-
"xo": "^0.49.0"
61+
"xo": "^0.51.0"
6262
},
6363
"scripts": {
6464
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",

0 commit comments

Comments
 (0)