UPDATE: go 1.26.1, new data, fix ui

This commit is contained in:
2026-04-03 12:35:11 +07:00
parent 2b7ebfb4e6
commit d0427142e3
8 changed files with 1034 additions and 1537 deletions

View File

@@ -11,34 +11,34 @@
"preview": "vite preview"
},
"dependencies": {
"@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",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-router": "^1.168.10",
"@tanstack/react-router-devtools": "^1.166.11",
"lucide-react": "^1.7.0",
"motion": "^12.38.0",
"path-browserify": "^1.0.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-easy-crop": "^5.5.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-easy-crop": "^5.5.7",
"react-toastify": "^11.0.5",
"tailwindcss": "^4.1.18",
"zustand": "^5.0.10"
"tailwindcss": "^4.2.2",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tanstack/router-plugin": "^1.149.3",
"@types/node": "^25.0.8",
"@tanstack/router-plugin": "^1.167.12",
"@types/node": "^25.5.0",
"@types/path-browserify": "^1.0.3",
"@types/react": "^19.2.8",
"@types/react": "^19.2.14",
"@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",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitejs/plugin-react": "^6.0.1",
"@wailsio/runtime": "^3.0.0-alpha.79",
"daisyui": "^5.5.19",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"typescript": "^5.9.3",
"vite": "^7.3.1"
"eslint-plugin-react-refresh": "^0.5.2",
"typescript": "^6.0.2",
"vite": "^8.0.3"
}
}