revert(frontend): some pkg reverts due to strange build behaivers

This commit is contained in:
2025-06-23 16:45:22 -05:00
parent c155e89bc7
commit 2eea2911bc
2 changed files with 148 additions and 139 deletions

View File

@@ -30,19 +30,19 @@
"@react-pdf/renderer": "^4.3.0",
"@tailwindcss/vite": "^4.1.10",
"@tanstack/react-form": "^1.12.3",
"@tanstack/react-query": "^5.80.10",
"@tanstack/react-router": "^1.121.27",
"@tanstack/react-query": "^5.81.2",
"@tanstack/react-router": "^1.121.34",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.5.0",
"hono": "^4.8.1",
"hono": "^4.8.2",
"js-cookie": "^3.0.5",
"jsbarcode": "^3.12.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.518.0",
"lucide-react": "^0.522.0",
"marked": "^15.0.12",
"next-themes": "^0.4.6",
"npm-check-updates": "^18.0.1",
@@ -53,7 +53,7 @@
"react-grid-layout": "^1.5.1",
"react-hook-form": "^7.58.1",
"react-resizable-panels": "^3.0.3",
"recharts": "^2.15.3",
"recharts": "^2.15.2",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.10",
@@ -63,8 +63,8 @@
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@tanstack/router-devtools": "^1.121.27",
"@tanstack/router-plugin": "^1.121.29",
"@tanstack/router-devtools": "^1.121.34",
"@tanstack/router-plugin": "^1.121.34",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-grid-layout": "^1.3.5",
@@ -74,7 +74,10 @@
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"typescript-eslint": "^8.35.0",
"vite": "^6.3.5"
},
"overrides": {
"react-is": "^19.0.0-rc-69d4b800-20241021"
}
}