diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..35d2d08 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22.12 diff --git a/bun.lockb b/bun.lockb index 96e95cc..75d36cd 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ab089cf..c363840 100644 --- a/package.json +++ b/package.json @@ -56,12 +56,12 @@ "@types/random-seed": "^0.3.5", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", - "@vitejs/plugin-react-swc": "^4.0.1", + "@vitejs/plugin-react": "^5.1.4", "drizzle-kit": "0.31.4", "oxlint": "^1.51.0", "tailwindcss": "^4.1.13", "typescript": "^5.9.2", - "vite": "^7.1.5", + "vite": "^8.0.0-beta.14", "vite-bundle-analyzer": "^1.2.3", "vite-imagetools": "^8.0.0" } diff --git a/vite.config.ts b/vite.config.ts index 435d5c5..5915457 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,5 +1,5 @@ import { defineConfig } from "vite"; -import react from "@vitejs/plugin-react-swc"; +import react from "@vitejs/plugin-react"; import tailwindcss from "@tailwindcss/vite"; import { imagetools } from "vite-imagetools"; // import { analyzer } from "vite-bundle-analyzer";