chore: update dependencies in package.json
All checks were successful
Web Build / build (push) Successful in 1m50s
All checks were successful
Web Build / build (push) Successful in 1m50s
- upgraded @next/mdx from ^16.1.6 to ^16.2.3 - upgraded framer-motion from ^12.34.0 to ^12.38.0 - upgraded lucide-react from ^1.7.0 to ^1.8.0 - upgraded next from 16.2.1 to 16.2.3 - upgraded react from 19.2.4 to 19.2.5 - upgraded react-dom from 19.2.4 to 19.2.5 - upgraded react-hook-form from ^7.71.1 to ^7.72.1 - upgraded react-resizable-panels from ^4.7.6 to ^4.9.0 - upgraded recharts from 3.8.0 to 3.8.1 - upgraded shadcn from ^4.1.0 to ^4.2.0 - upgraded @biomejs/biome from 2.3.15 to 2.4.11 - upgraded @tailwindcss/postcss from ^4.1.18 to ^4.2.2 - upgraded @types/node from ^25.2.3 to ^25.6.0 - upgraded @types/react from 19.2.2 to 19.2.14 - upgraded @types/react-dom from 19.2.2 to 19.2.3 - upgraded tailwindcss from ^4.1.18 to ^4.2.2 - upgraded typescript from ^5.9.3 to ^6.0.2
This commit is contained in:
parent
e874470ca4
commit
28ffd0bce9
2 changed files with 101 additions and 99 deletions
34
package.json
34
package.json
|
|
@ -14,7 +14,7 @@
|
|||
"@hookform/resolvers": "^5.2.2",
|
||||
"@mdx-js/loader": "^3.1.1",
|
||||
"@mdx-js/react": "^3.1.1",
|
||||
"@next/mdx": "^16.1.6",
|
||||
"@next/mdx": "^16.2.3",
|
||||
"@radix-ui/react-accordion": "^1.2.12",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||||
"@radix-ui/react-aspect-ratio": "^1.1.8",
|
||||
|
|
@ -46,36 +46,36 @@
|
|||
"cmdk": "^1.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"framer-motion": "^12.34.0",
|
||||
"framer-motion": "^12.38.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"highlight.js": "^11.11.1",
|
||||
"input-otp": "^1.4.2",
|
||||
"lucide-react": "^1.7.0",
|
||||
"next": "16.2.1",
|
||||
"lucide-react": "^1.8.0",
|
||||
"next": "16.2.3",
|
||||
"next-themes": "^0.4.6",
|
||||
"radix-ui": "^1.4.3",
|
||||
"react": "19.2.4",
|
||||
"react": "19.2.5",
|
||||
"react-day-picker": "^9.14.0",
|
||||
"react-dom": "19.2.4",
|
||||
"react-hook-form": "^7.71.1",
|
||||
"react-resizable-panels": "^4.7.6",
|
||||
"react-dom": "19.2.5",
|
||||
"react-hook-form": "^7.72.1",
|
||||
"react-resizable-panels": "^4.9.0",
|
||||
"react-snowfall": "^2.4.0",
|
||||
"recharts": "3.8.0",
|
||||
"shadcn": "^4.1.0",
|
||||
"recharts": "3.8.1",
|
||||
"shadcn": "^4.2.0",
|
||||
"sonner": "^2.0.7",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"vaul": "^1.1.2",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.3.15",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@types/node": "^25.2.3",
|
||||
"@types/react": "19.2.2",
|
||||
"@types/react-dom": "19.2.2",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"@biomejs/biome": "2.4.11",
|
||||
"@tailwindcss/postcss": "^4.2.2",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/react": "19.2.14",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "^6.0.2"
|
||||
},
|
||||
"overrides": {
|
||||
"@types/react": "19.2.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue