Skip to content

Commit 5627362

Browse files
committed
Update dev-dependencies
1 parent 65a598c commit 5627362

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
"web-namespaces": "^2.0.0"
3939
},
4040
"devDependencies": {
41-
"@types/glob": "^7.0.0",
42-
"@types/jsdom": "^16.0.0",
41+
"@types/glob": "^8.0.0",
42+
"@types/jsdom": "^20.0.0",
4343
"@types/tape": "^4.0.0",
4444
"c8": "^7.0.0",
45-
"glob": "^7.0.0",
46-
"jsdom": "^19.0.0",
45+
"glob": "^8.0.0",
46+
"jsdom": "^20.0.0",
4747
"prettier": "^2.0.0",
48-
"remark-cli": "^10.0.0",
48+
"remark-cli": "^11.0.0",
4949
"remark-preset-wooorm": "^9.0.0",
5050
"rimraf": "^3.0.0",
5151
"tape": "^5.0.0",
5252
"type-coverage": "^2.0.0",
5353
"typescript": "^4.0.0",
54-
"xo": "^0.48.0"
54+
"xo": "^0.52.0"
5555
},
5656
"scripts": {
5757
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)