1
0
forked from baron/baron-sso

fix(web): upgrade plugin-react for vite 8

This commit is contained in:
Lectom C Han
2026-03-30 21:58:28 +09:00
parent b4342b355f
commit 4b34ab8161
4 changed files with 57 additions and 881 deletions

View File

@@ -41,12 +41,12 @@
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.9.3",
"vite": "^8.0.0"
"vite": "^8.0.3"
}
}