♻️ refactor: Update dependencies and improve code consistency across multiple files

This commit is contained in:
web
2025-08-27 08:03:03 -07:00
parent 973c06f0fa
commit e37ae49960
13 changed files with 63 additions and 61 deletions
@@ -93,7 +93,7 @@ export default function PaymentTable() {
{
accessorKey: 'platform',
header: t('platform'),
cell: ({ row }) => <Badge>{t(row.getValue('platform'))}</Badge>,
cell: ({ row }) => <Badge>{t(row.original.platform)}</Badge>,
},
{
accessorKey: 'notify_url',
+19 -19
View File
@@ -10,35 +10,35 @@
"start": "next start"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.12.1",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-query-next-experimental": "^5.63.0",
"@lottiefiles/dotlottie-react": "^0.15.1",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-query-next-experimental": "^5.85.5",
"@workspace/ui": "workspace:*",
"ahooks": "^3.8.4",
"axios": "^1.7.9",
"ahooks": "^3.9.4",
"axios": "^1.11.0",
"js-yaml": "^4.1.0",
"nanoid": "^5.0.9",
"next": "^15.1.4",
"nanoid": "^5.1.5",
"next": "^15.5.2",
"next-intl": "^3.26.3",
"next-runtime-env": "^3.2.2",
"next-themes": "^0.4.4",
"nextjs-toploader": "^3.7.15",
"radash": "^12.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next-runtime-env": "^3.3.0",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.8.16",
"radash": "^12.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-turnstile": "^1.1.4",
"universal-cookie": "^7.2.2",
"zustand": "^5.0.3"
"universal-cookie": "^8.0.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/node": "^24.3.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.8",
"@types/rtl-detect": "^1.0.3",
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"typescript": "^5.7.3"
"typescript": "^5.9.2"
},
"i18n": {
"entry": "./locales/en-US",