updated some deps
This commit is contained in:
parent
136612da24
commit
c7f353f657
48
package.json
48
package.json
|
|
@ -15,44 +15,44 @@
|
|||
"nukedb": "rm sqlite.db && bun run backend/migrate.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@msgpack/msgpack": "^3.0.0-beta2",
|
||||
"@msgpack/msgpack": "^3.1.2",
|
||||
"@pixi/canvas-display": "^7.4.2",
|
||||
"@pixi/canvas-renderer": "^7.4.2",
|
||||
"@pixi/react": "^7.1.2",
|
||||
"@radix-ui/react-dialog": "^1.1.2",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
||||
"@radix-ui/react-popover": "^1.1.2",
|
||||
"@radix-ui/react-switch": "^1.1.1",
|
||||
"@radix-ui/react-tooltip": "^1.2.7",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-popover": "^1.1.15",
|
||||
"@radix-ui/react-switch": "^1.2.6",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"@tanstack/react-query": "^5.59.11",
|
||||
"@tanstack/react-query-devtools": "^5.59.11",
|
||||
"@tsparticles/engine": "^3.5.0",
|
||||
"@tsparticles/preset-sea-anemone": "^3.1.0",
|
||||
"@tsparticles/engine": "^3.9.1",
|
||||
"@tsparticles/preset-sea-anemone": "^3.2.0",
|
||||
"@tsparticles/react": "^3.0.0",
|
||||
"@tsparticles/slim": "^3.5.0",
|
||||
"@tsparticles/slim": "^3.9.1",
|
||||
"@uidotdev/usehooks": "^2.4.1",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"dayjs": "^1.11.13",
|
||||
"dayjs": "^1.11.18",
|
||||
"drizzle-orm": "0.33.0",
|
||||
"jotai": "^2.10.0",
|
||||
"lucide-react": "^0.452.0",
|
||||
"motion": "^12.18.1",
|
||||
"lucide-react": "^0.544.0",
|
||||
"motion": "^12.23.12",
|
||||
"pixi-viewport": "^5.0.3",
|
||||
"pixi.js": "^7.0.0",
|
||||
"pixi.js-legacy": "^7.4.2",
|
||||
"prom-client": "^15.1.3",
|
||||
"random-seed": "^0.3.0",
|
||||
"react": "^18.3.1",
|
||||
"react-confetti-boom": "^1.0.0",
|
||||
"react-confetti-boom": "^2.0.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"tailwind-merge": "^2.5.3",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"wouter": "^3.3.5",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^1.2.0",
|
||||
"@eslint/js": "^9.12.0",
|
||||
"@eslint/compat": "^1.3.2",
|
||||
"@eslint/js": "^9.35.0",
|
||||
"@tailwindcss/vite": "next",
|
||||
"@types/bun": "latest",
|
||||
"@types/random-seed": "^0.3.5",
|
||||
|
|
@ -60,13 +60,13 @@
|
|||
"@types/react-dom": "^18.3.1",
|
||||
"@vitejs/plugin-react-swc": "^3.7.1",
|
||||
"drizzle-kit": "0.24.2",
|
||||
"eslint": "^9.12.0",
|
||||
"eslint-plugin-react": "^7.37.1",
|
||||
"eslint-plugin-react-hooks": "5.0.0",
|
||||
"globals": "^15.11.0",
|
||||
"tailwindcss": "^4.0.0-alpha.26",
|
||||
"typescript": "^5.6.3",
|
||||
"typescript-eslint": "^8.8.1",
|
||||
"eslint": "^9.35.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "5.2.0",
|
||||
"globals": "^16.4.0",
|
||||
"tailwindcss": "^4.1.13",
|
||||
"typescript": "^5.9.2",
|
||||
"typescript-eslint": "^8.44.0",
|
||||
"vite": "^5.4.8",
|
||||
"vite-bundle-analyzer": "^0.22.3",
|
||||
"vite-imagetools": "^7.0.4"
|
||||
|
|
|
|||
Loading…
Reference in New Issue