UPDATE: Fix bug

This commit is contained in:
2026-01-14 05:56:18 +07:00
parent 2349d6d360
commit e4f014e3b4
9 changed files with 1365 additions and 895 deletions

View File

@@ -11,34 +11,34 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.16",
"@tanstack/react-router": "^1.131.27",
"@tanstack/react-router-devtools": "^1.131.27",
"lucide-react": "^0.541.0",
"motion": "^12.23.12",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-router": "^1.149.3",
"@tanstack/react-router-devtools": "^1.149.3",
"lucide-react": "^0.562.0",
"motion": "^12.26.2",
"path-browserify": "^1.0.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-easy-crop": "^5.5.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-easy-crop": "^5.5.6",
"react-toastify": "^11.0.5",
"tailwindcss": "^4.1.16",
"zustand": "^5.0.8"
"tailwindcss": "^4.1.18",
"zustand": "^5.0.10"
},
"devDependencies": {
"@tanstack/router-plugin": "^1.131.27",
"@types/node": "^24.3.0",
"@tanstack/router-plugin": "^1.149.3",
"@types/node": "^25.0.8",
"@types/path-browserify": "^1.0.3",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"@vitejs/plugin-react": "^5.0.1",
"@wailsio/runtime": "^3.0.0-alpha.66",
"daisyui": "^5.4.4",
"eslint": "^9.34.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"typescript": "^5.9.2",
"vite": "^7.1.3"
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"@vitejs/plugin-react": "^5.1.2",
"@wailsio/runtime": "^3.0.0-alpha.78",
"daisyui": "^5.5.14",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}