fix(node): fix @types/node version

TODO lock to a specific node/npm version.
this is a fix for a diff between 10 and 11.
This commit is contained in:
ethernet
2026-06-11 15:36:39 -04:00
parent 08b1c44a53
commit 5e5308d34d
5 changed files with 34 additions and 21 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/node": "^24.12.0",
"@types/node": "^24.13.2",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",