Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent aa91574 commit de6b5d9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
Binary file modified bun.lockb
Binary file not shown.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
"postcss": "8.4.47"
},
"dependencies": {
"@headlessui/react": "2.1.8",
"@headlessui/react": "2.1.10",
"@heroicons/react": "2.1.5",
"@hookform/devtools": "4.3.1",
"@hookform/resolvers": "3.9.0",
"@prisma/client": "5.19.1",
"@prisma/client": "5.21.0",
"@tailwindcss/typography": "0.5.15",
"@tanstack/react-query": "5.56.2",
"@tanstack/react-query-devtools": "5.56.2",
"daisyui": "4.12.10",
"@tanstack/react-query": "5.59.15",
"@tanstack/react-query-devtools": "5.59.15",
"daisyui": "4.12.13",
"fastest-validator": "1.19.0",
"jotai": "2.9.3",
"jotai": "2.10.1",
"loglevel": "1.9.2",
"next": "14.2.11",
"next-auth": "4.24.7",
"next": "14.2.15",
"next-auth": "4.24.8",
"next-secure-headers": "2.2.0",
"next-validations": "1.0.1",
"next-validations": "1.0.2",
"quick-lru": "7.0.0",
"react": "18.3.1",
"react-copy-to-clipboard": "5.1.0",
Expand All @@ -46,40 +46,40 @@
"yup": "1.4.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@storybook/addon-actions": "8.3.0",
"@storybook/addon-essentials": "8.3.0",
"@storybook/addon-links": "8.3.0",
"@storybook/react": "8.3.0",
"@testing-library/jest-dom": "6.5.0",
"@babel/core": "7.25.8",
"@babel/eslint-parser": "7.25.8",
"@storybook/addon-actions": "8.3.5",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-links": "8.3.5",
"@storybook/react": "8.3.5",
"@testing-library/jest-dom": "6.6.1",
"@testing-library/react": "16.0.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react": "18.3.5",
"@types/react": "18.3.11",
"@types/react-copy-to-clipboard": "5.0.7",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/ui": "2.1.1",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@vitejs/plugin-react": "4.3.2",
"@vitest/ui": "2.1.3",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"c8": "10.1.2",
"eslint": "9.10.0",
"eslint-config-next": "14.2.11",
"eslint": "9.12.0",
"eslint-config-next": "14.2.15",
"eslint-config-productsway": "1.3.4",
"identity-obj-proxy": "3.0.0",
"jest-fetch-mock": "3.0.3",
"jsdom": "25.0.0",
"msw": "2.4.6",
"jsdom": "25.0.1",
"msw": "2.4.11",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prisma": "5.19.1",
"prisma": "5.21.0",
"sort-package-json": "2.10.1",
"tailwindcss": "3.4.11",
"typescript": "5.6.2",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.5",
"vitest": "2.1.1"
"vitest": "2.1.3"
},
"msw": {
"workerDirectory": "public"
Expand Down

0 comments on commit de6b5d9

Please sign in to comment.