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 11, 2024
1 parent fc147a5 commit 3104c58
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
Binary file modified bun.lockb
Binary file not shown.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,67 +19,67 @@
"presets": ["next/babel"]
},
"resolutions": {
"postcss": "8.4.47"
"postcss": "8.4.49"
},
"dependencies": {
"@headlessui/react": "2.2.0",
"@heroicons/react": "2.2.0",
"@hookform/devtools": "4.3.1",
"@hookform/resolvers": "3.9.1",
"@prisma/client": "6.0.0",
"@prisma/client": "6.0.1",
"@tailwindcss/typography": "0.5.15",
"@tanstack/react-query": "5.62.0",
"@tanstack/react-query-devtools": "5.62.0",
"daisyui": "4.12.14",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query-devtools": "5.62.7",
"daisyui": "4.12.20",
"fastest-validator": "1.19.0",
"jotai": "2.10.3",
"loglevel": "1.9.2",
"next": "15.0.3",
"next-auth": "4.24.10",
"next": "15.1.0",
"next-auth": "4.24.11",
"next-secure-headers": "2.2.0",
"next-validations": "1.0.3",
"quick-lru": "7.0.0",
"react": "18.3.1",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.3.1",
"react-hook-form": "7.53.2",
"yup": "1.4.0"
"react-hook-form": "7.54.0",
"yup": "1.5.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@storybook/addon-actions": "8.4.6",
"@storybook/addon-essentials": "8.4.6",
"@storybook/addon-links": "8.4.6",
"@storybook/react": "8.4.6",
"@storybook/addon-actions": "8.4.7",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/react": "8.4.7",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react": "18.3.12",
"@types/react": "18.3.15",
"@types/react-copy-to-clipboard": "5.0.7",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vitejs/plugin-react": "4.3.4",
"@vitest/ui": "2.1.6",
"@vitest/ui": "2.1.8",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"babel-loader": "9.2.1",
"c8": "10.1.2",
"c8": "10.1.3",
"eslint": "9.16.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.1.0",
"eslint-config-productsway": "1.3.4",
"identity-obj-proxy": "3.0.0",
"jest-fetch-mock": "3.0.3",
"jsdom": "25.0.1",
"msw": "2.6.6",
"msw": "2.6.8",
"postcss": "8.4.49",
"prettier": "3.4.1",
"prisma": "6.0.0",
"prettier": "3.4.2",
"prisma": "6.0.1",
"sort-package-json": "2.12.0",
"tailwindcss": "3.4.15",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"vite": "6.0.1",
"vitest": "2.1.6"
"vite": "6.0.3",
"vitest": "2.1.8"
},
"msw": {
"workerDirectory": "public"
Expand Down

0 comments on commit 3104c58

Please sign in to comment.