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
@@ -105,7 +105,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.2",
"@types/hast": "^3.0.4",
"@types/node": "^24.12.0",
"@types/node": "^24.13.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.59.1",