updated vite

This commit is contained in:
MasterGordon 2026-03-06 22:22:23 +01:00
parent 2760d214c1
commit de4400c52f
4 changed files with 4 additions and 3 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
22.12

BIN
bun.lockb

Binary file not shown.

View File

@ -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"
}

View File

@ -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";