chore: update dependencies for Vite and React plugin
All checks were successful
Build & Push Docker Image / build (push) Successful in 4m9s

This commit is contained in:
2026-03-13 22:48:08 +01:00
parent 6513fdee41
commit eed5d98ccc
3 changed files with 532 additions and 1206 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "redlight",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"license": "GPL-3.0-or-later",
"type": "module",
"scripts": {
@@ -41,10 +41,10 @@
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"vite": "^6.4.1"
"vite": "^8.0.0"
}
}