diff --git a/bun.lockb b/bun.lockb index 3c2e625..a13c153 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6333d7f..e50351b 100644 --- a/package.json +++ b/package.json @@ -19,35 +19,35 @@ }, "dependencies": { "@solidjs/meta": "^0.29.4", - "@solidjs/router": "^0.13.6", + "@solidjs/router": "^0.15.2", "@solidjs/start": "^1.0.10", - "@types/three": "^0.165.0", + "@types/three": "^0.171.0", "solid-js": "^1.9.3", - "three": "^0.165.0", - "vinxi": "^0.3.14" + "three": "^0.172.0", + "vinxi": "^0.5.1" }, "engines": { "node": ">=20" }, "devDependencies": { - "@happy-dom/global-registrator": "^14.12.3", + "@happy-dom/global-registrator": "^16.3.0", "@solidjs/testing-library": "^0.8.10", "@testing-library/jest-dom": "^6.6.3", "@testing-library/user-event": "^14.5.2", "autoprefixer": "^10.4.20", "git-format-staged": "^3.1.1", - "happy-dom": "^14.12.3", + "happy-dom": "^16.3.0", "husky": "^9.1.7", - "jsdom": "^24.1.3", + "jsdom": "^25.0.1", "postcss": "^8.4.49", "prettier": "^3.4.2", "solid-start": "^0.3.11", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.7", "vite-plugin-glsl": "^1.3.1", "vite-plugin-solid": "^2.11.0", - "vitest": "^1.6.0", + "vitest": "^2.1.8", "wrangler": "^3.99.0" } }