UPDATE: Fix bug daisyui
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 40s

This commit is contained in:
2026-02-09 15:07:05 +07:00
parent cc0efd8dd1
commit b5713c3138
10 changed files with 201 additions and 328 deletions

View File

@@ -9,31 +9,32 @@
"lint": "eslint ."
},
"dependencies": {
"@next/bundle-analyzer": "16.1.0",
"axios": "^1.13.2",
"@next/bundle-analyzer": "16.1.6",
"axios": "^1.13.5",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"framer-motion": "^12.23.26",
"framer-motion": "^12.33.0",
"html-to-image": "^1.11.13",
"next": "16.1.0",
"next-intl": "^4.6.1",
"react": "19.2.3",
"next": "16.1.6",
"next-intl": "^4.8.2",
"react": "19.2.4",
"react-chartjs-2": "^5.3.1",
"react-dom": "19.2.3",
"react-dom": "19.2.4",
"react-toastify": "^11.0.5",
"sharp": "^0.34.5",
"socket.io-client": "^4.8.1",
"zustand": "^5.0.9"
"socket.io-client": "^4.8.3",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/jest": "^30.0.0",
"@types/node": "^25.0.3",
"@types/node": "^25.2.2",
"@types/react": "19.2.6",
"@types/react-dom": "19.2.3",
"daisyui": "^5.5.14",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.0",
"baseline-browser-mapping": "^2.9.19",
"daisyui": "^5.5.18",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"