diff --git a/bun.lockb b/bun.lockb index 7ac57c0..31e5c93 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8bfb787..a9bbf66 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,9 @@ "private": true, "type": "module", "license": "MIT", - "maintainers": ["Tyler Barker "], + "maintainers": [ + "Tyler Barker " + ], "scripts": { "typecheck": "tsc --noEmit", "setup": "bun i && bun run wasm:build && bun run wasm:test && bun test", @@ -17,14 +19,14 @@ }, "devDependencies": { "@happy-dom/global-registrator": "^15.11.7", - "@tanstack/router-devtools": "^1.92.1", + "@tanstack/router-devtools": "^1.92.3", "@tanstack/router-plugin": "^1.91.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", - "@vitejs/plugin-react": "^4.3.2", + "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "bun-types": "^1.1.40", "chokidar": "^4.0.3", @@ -37,9 +39,9 @@ "vite-tsconfig-paths": "^5.1.4" }, "dependencies": { - "@tanstack/react-query": "^5.62.8", - "@tanstack/react-router": "^1.92.1", - "@tanstack/start": "^1.92.1", + "@tanstack/react-query": "^5.62.9", + "@tanstack/react-router": "^1.92.3", + "@tanstack/start": "^1.92.4", "react": "^19.0.0", "react-dom": "^19.0.0", "vinxi": "^0.5.1"