chore: update dependencies and improve chart tooltip styling
- Updated package versions in package.json: - "@next/mdx" from "^16.1.3" to "^16.1.6" - "framer-motion" from "^12.26.2" to "^12.34.0" - "lucide-react" from "^0.562.0" to "^0.564.0" - "next" from "16.1.3" to "16.1.6" - "react" from "19.2.3" to "19.2.4" - "react-day-picker" from "^9.13.0" to "^9.13.2" - "react-dom" from "19.2.3" to "19.2.4" - "react-resizable-panels" from "^4.4.1" to "^4.6.3" - "shadcn" from "^3.7.0" to "^3.8.4" - "zod" from "^4.3.5" to "^4.3.6" - "@biomejs/biome" from "2.3.11" to "2.3.15" - "@types/node" from "^25.0.9" to "^25.2.3" - Refactored ChartTooltipContent component in chart.tsx: - Simplified className construction for better readability and consistency.
This commit is contained in:
parent
f073dfb7d3
commit
ebaa0b9e68
4 changed files with 3621 additions and 952 deletions
24
package.json
24
package.json
|
|
@ -13,7 +13,7 @@
|
|||
"@hookform/resolvers": "^5.2.2",
|
||||
"@mdx-js/loader": "^3.1.1",
|
||||
"@mdx-js/react": "^3.1.1",
|
||||
"@next/mdx": "^16.1.3",
|
||||
"@next/mdx": "^16.1.6",
|
||||
"@radix-ui/react-accordion": "^1.2.12",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||||
"@radix-ui/react-aspect-ratio": "^1.1.8",
|
||||
|
|
@ -45,31 +45,31 @@
|
|||
"cmdk": "^1.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"framer-motion": "^12.26.2",
|
||||
"framer-motion": "^12.34.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"highlight.js": "^11.11.1",
|
||||
"input-otp": "^1.4.2",
|
||||
"lucide-react": "^0.562.0",
|
||||
"next": "16.1.3",
|
||||
"lucide-react": "^0.564.0",
|
||||
"next": "16.1.6",
|
||||
"next-themes": "^0.4.6",
|
||||
"radix-ui": "^1.4.3",
|
||||
"react": "19.2.3",
|
||||
"react-day-picker": "^9.13.0",
|
||||
"react-dom": "19.2.3",
|
||||
"react": "19.2.4",
|
||||
"react-day-picker": "^9.13.2",
|
||||
"react-dom": "19.2.4",
|
||||
"react-hook-form": "^7.71.1",
|
||||
"react-resizable-panels": "^4.4.1",
|
||||
"react-resizable-panels": "^4.6.3",
|
||||
"react-snowfall": "^2.4.0",
|
||||
"recharts": "2.15.4",
|
||||
"shadcn": "^3.7.0",
|
||||
"shadcn": "^3.8.4",
|
||||
"sonner": "^2.0.7",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"vaul": "^1.1.2",
|
||||
"zod": "^4.3.5"
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.3.11",
|
||||
"@biomejs/biome": "2.3.15",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@types/node": "^25.0.9",
|
||||
"@types/node": "^25.2.3",
|
||||
"@types/react": "19.2.2",
|
||||
"@types/react-dom": "19.2.2",
|
||||
"tailwindcss": "^4.1.18",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue