Update dependencies throughout the project (#2401)

* Update dependencies

* Update stable node ID hashes again, for some reason?
This commit is contained in:
Keavon Chambers
2025-03-07 21:32:52 -08:00
committed by GitHub
parent c4cf47703a
commit 381dcbf17f
13 changed files with 2532 additions and 2175 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -13,8 +13,8 @@
"build-profiling": "npm run wasm:build-profiling && vite build",
"build": "npm run wasm:build-production && vite build",
"---------- UTILITIES ----------": "",
"lint": "eslint . && tsc --noEmit",
"lint-fix": "eslint . --fix && tsc --noEmit",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . && tsc --noEmit",
"lint-fix": "ESLINT_USE_FLAT_CONFIG=false eslint . --fix && tsc --noEmit",
"---------- INTERNAL ----------": "",
"setup": "node package-installer.js",
"wasm:build-dev": "wasm-pack build ./wasm --dev --target=web",