lock vite versions

This commit is contained in:
2026-06-10 00:03:18 +07:00
parent 8e0c9c5eaf
commit 96725731fc
2 changed files with 78 additions and 541 deletions
+75 -538
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -25,12 +25,12 @@
"@tailwindcss/vite": "^4.3.0", "@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.14", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.0", "@vitejs/plugin-react": "5.1.0",
"eslint": "^10.3.0", "eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2", "eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0", "globals": "^17.6.0",
"tailwindcss": "^4.3.0", "tailwindcss": "^4.3.0",
"vite": "^7.1.12" "vite": "7.1.12"
} }
} }