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] committed Jul 11, 2024
1 parent 64724a3 commit 6a795c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
},
"dependencies": {
"@headlessui/react": "2.1.2",
"@heroicons/react": "2.1.4",
"@heroicons/react": "2.1.5",
"@hookform/devtools": "4.3.1",
"@hookform/resolvers": "3.9.0",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/client": "5.16.2",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-slot": "1.1.0",
"@tailwindcss/forms": "0.5.7",
"@tanstack/react-query": "5.50.1",
"@tanstack/react-query-devtools": "5.50.1",
"@tanstack/react-query": "5.51.1",
"@tanstack/react-query-devtools": "5.51.1",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"consola": "3.2.3",
"jotai": "2.9.0",
"loglevel": "1.9.1",
"lucide-react": "0.407.0",
"next": "14.2.4",
"next": "14.2.5",
"next-auth": "4.24.7",
"next-secure-headers": "2.2.0",
"next-validations": "0.4.2",
Expand All @@ -54,17 +54,17 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@biomejs/biome": "1.8.3",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-interactions": "8.1.11",
"@storybook/addon-links": "8.1.11",
"@storybook/nextjs": "8.1.11",
"@storybook/react": "8.1.11",
"@storybook/addon-essentials": "8.2.1",
"@storybook/addon-interactions": "8.2.1",
"@storybook/addon-links": "8.2.1",
"@storybook/nextjs": "8.2.1",
"@storybook/react": "8.2.1",
"@storybook/testing-library": "0.2.2",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@types/react": "18.3.3",
"@vitejs/plugin-react": "4.3.1",
"@vitest/ui": "2.0.1",
"@vitest/ui": "2.0.2",
"autoprefixer": "10.4.19",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
Expand All @@ -79,11 +79,11 @@
"prisma": "5.16.2",
"rustywind": "0.22.0",
"sort-package-json": "2.10.0",
"storybook": "8.1.11",
"storybook": "8.2.1",
"tailwindcss": "3.4.4",
"typescript": "5.5.3",
"vite": "5.3.3",
"vitest": "2.0.1"
"vitest": "2.0.2"
},
"msw": {
"workerDirectory": "public"
Expand Down

0 comments on commit 6a795c9

Please sign in to comment.