UPDATE: Update readme and Next 16.07 (CVE-2025-66478)
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 56s

This commit is contained in:
2025-12-04 23:37:59 +07:00
parent ff0d0fd08d
commit 69670281a1
3 changed files with 115 additions and 137 deletions

View File

@@ -9,21 +9,21 @@
"lint": "eslint ."
},
"dependencies": {
"@next/bundle-analyzer": "16.0.3",
"@next/bundle-analyzer": "16.0.7",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"framer-motion": "^12.23.24",
"framer-motion": "^12.23.25",
"html-to-image": "^1.11.13",
"next": "16.0.3",
"next-intl": "^4.5.3",
"react": "19.2.0",
"next": "16.0.7",
"next-intl": "^4.5.8",
"react": "19.2.1",
"react-chartjs-2": "^5.3.1",
"react-dom": "19.2.0",
"react-dom": "19.2.1",
"react-toastify": "^11.0.5",
"sharp": "^0.34.5",
"socket.io-client": "^4.8.1",
"zustand": "^5.0.8"
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
@@ -31,9 +31,9 @@
"@types/node": "^24.10.1",
"@types/react": "19.2.6",
"@types/react-dom": "19.2.3",
"daisyui": "^5.5.5",
"daisyui": "^5.5.8",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.3",
"eslint-config-next": "16.0.7",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"