Skip to content

Commit ab6703a

Browse files
committedAug 19, 2024··
Update dev-dependencies
1 parent fd337ff commit ab6703a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"react": ">=18"
9393
},
9494
"devDependencies": {
95-
"@types/node": "^20.0.0",
95+
"@types/node": "^22.0.0",
9696
"@types/react": "^18.0.0",
9797
"@types/react-dom": "^18.0.0",
9898
"c8": "^10.0.0",
@@ -107,8 +107,8 @@
107107
"remark-preset-wooorm": "^10.0.0",
108108
"remark-toc": "^9.0.0",
109109
"type-coverage": "^2.0.0",
110-
"typescript": "^5.5.1-rc",
111-
"xo": "^0.58.0"
110+
"typescript": "^5.0.0",
111+
"xo": "^0.59.0"
112112
},
113113
"scripts": {
114114
"build": "tsc --build --clean && tsc --build && type-coverage",

0 commit comments

Comments
 (0)
Please sign in to comment.