Skip to content

Commit bba4b03

Browse files
committed
Update dev-dependencies
1 parent d9b2ddd commit bba4b03

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
@@ -60,19 +60,19 @@
6060
"mdast-util-assert": "^4.0.0",
6161
"prettier": "^2.0.0",
6262
"rehype-parse": "^8.0.0",
63-
"remark-cli": "^10.0.0",
63+
"remark-cli": "^11.0.0",
6464
"remark-gfm": "^3.0.0",
6565
"remark-parse": "^10.0.0",
6666
"remark-preset-wooorm": "^9.0.0",
6767
"remark-stringify": "^10.0.0",
6868
"rimraf": "^3.0.0",
6969
"tape": "^5.0.0",
7070
"type-coverage": "^2.0.0",
71-
"typescript": "~4.4.0",
71+
"typescript": "^4.0.0",
7272
"unified": "^10.0.0",
7373
"unist-builder": "^3.0.0",
7474
"unist-util-remove-position": "^4.0.0",
75-
"xo": "^0.47.0"
75+
"xo": "^0.51.0"
7676
},
7777
"scripts": {
7878
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)