Skip to content

Commit b3be992

Browse files
committed
Fix Vite node types conflict
1 parent 7fba9ab commit b3be992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/btoa": "^1.2.3",
5757
"@types/chai": "^4.2.18",
5858
"@types/mocha": "^8.2.2",
59-
"@types/node": "^15.6.0",
59+
"@types/node": "^20.12.7",
6060
"@types/text-encoding": "0.0.36",
6161
"atob": "^2.1.2",
6262
"btoa": "^1.2.1",

0 commit comments

Comments
 (0)