update eslint, node, and CI tests

This commit is contained in:
2026-04-01 20:09:06 -07:00
parent dee6cf773d
commit 0cc94f263a
2 changed files with 578 additions and 1223 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">=18.0.0",
"node": ">=24.0.0",
"npm": ">=9.0.0"
},
"scripts": {
@@ -27,13 +27,13 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^6.0.1",
"c8": "^10.1.3",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^5.4.0"
"vite": "^8.0.3"
}
}