Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 58959b9 commit c638b19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@
"dependencies": {
"@headlessui/react": "2.2.0",
"@heroicons/react": "2.2.0",
"@hookform/devtools": "4.3.2",
"@hookform/devtools": "4.3.3",
"@hookform/resolvers": "3.9.1",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/client": "6.0.1",
"@prisma/client": "6.1.0",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-slot": "1.1.1",
"@tailwindcss/forms": "0.5.9",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query-devtools": "5.62.7",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query-devtools": "5.62.8",
"@typeschema/zod": "0.14.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"consola": "3.2.3",
"jotai": "2.10.3",
"consola": "3.3.0",
"jotai": "2.10.4",
"loglevel": "1.9.2",
"lucide-react": "0.468.0",
"next": "15.1.0",
"lucide-react": "0.469.0",
"next": "15.1.2",
"next-auth": "4.24.11",
"next-secure-headers": "2.2.0",
"next-validations": "1.0.3",
"nodemailer": "6.9.16",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.1",
"react-hook-form": "7.54.2",
"tailwind-merge": "2.5.5",
"tailwindcss-animate": "1.0.7",
"zod": "3.24.1"
Expand All @@ -63,7 +63,7 @@
"@storybook/testing-library": "0.2.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"@vitest/ui": "2.1.8",
"autoprefixer": "10.4.20",
Expand All @@ -75,15 +75,15 @@
"identity-obj-proxy": "3.0.0",
"jest-fetch-mock": "3.0.3",
"jsdom": "25.0.1",
"msw": "2.6.8",
"msw": "2.7.0",
"postcss": "8.4.49",
"prisma": "6.0.1",
"prisma": "6.1.0",
"rustywind": "0.23.1",
"sort-package-json": "2.12.0",
"storybook": "8.4.7",
"tailwindcss": "3.4.16",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite": "6.0.5",
"vitest": "2.1.8"
},
"msw": {
Expand Down

0 comments on commit c638b19

Please sign in to comment.