Skip to content

Commit 4987f4a

Browse files
fix(deps): update all non-major dependencies
1 parent fc147a5 commit 4987f4a

2 files changed

Lines changed: 40 additions & 40 deletions

File tree

bun.lockb

73.1 KB
Binary file not shown.

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -19,65 +19,65 @@
1919
"presets": ["next/babel"]
2020
},
2121
"resolutions": {
22-
"postcss": "8.4.47"
22+
"postcss": "8.5.8"
2323
},
2424
"dependencies": {
25-
"@headlessui/react": "2.2.0",
25+
"@headlessui/react": "2.2.9",
2626
"@heroicons/react": "2.2.0",
27-
"@hookform/devtools": "4.3.1",
28-
"@hookform/resolvers": "3.9.1",
29-
"@prisma/client": "6.0.0",
30-
"@tailwindcss/typography": "0.5.15",
31-
"@tanstack/react-query": "5.62.0",
32-
"@tanstack/react-query-devtools": "5.62.0",
33-
"daisyui": "4.12.14",
34-
"fastest-validator": "1.19.0",
35-
"jotai": "2.10.3",
27+
"@hookform/devtools": "4.4.0",
28+
"@hookform/resolvers": "3.10.0",
29+
"@prisma/client": "6.19.2",
30+
"@tailwindcss/typography": "0.5.19",
31+
"@tanstack/react-query": "5.90.21",
32+
"@tanstack/react-query-devtools": "5.91.3",
33+
"daisyui": "4.12.24",
34+
"fastest-validator": "1.19.1",
35+
"jotai": "2.18.1",
3636
"loglevel": "1.9.2",
3737
"next": "15.0.3",
3838
"next-auth": "4.24.10",
3939
"next-secure-headers": "2.2.0",
40-
"next-validations": "1.0.3",
41-
"quick-lru": "7.0.0",
40+
"next-validations": "1.1.0",
41+
"quick-lru": "7.3.0",
4242
"react": "18.3.1",
43-
"react-copy-to-clipboard": "5.1.0",
43+
"react-copy-to-clipboard": "5.1.1",
4444
"react-dom": "18.3.1",
45-
"react-hook-form": "7.53.2",
46-
"yup": "1.4.0"
45+
"react-hook-form": "7.71.2",
46+
"yup": "1.7.1"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "7.26.0",
50-
"@babel/eslint-parser": "7.25.9",
51-
"@storybook/addon-actions": "8.4.6",
52-
"@storybook/addon-essentials": "8.4.6",
53-
"@storybook/addon-links": "8.4.6",
54-
"@storybook/react": "8.4.6",
55-
"@testing-library/jest-dom": "6.6.3",
56-
"@testing-library/react": "16.0.1",
49+
"@babel/core": "7.29.0",
50+
"@babel/eslint-parser": "7.28.6",
51+
"@storybook/addon-actions": "8.6.18",
52+
"@storybook/addon-essentials": "8.6.14",
53+
"@storybook/addon-links": "8.6.18",
54+
"@storybook/react": "8.6.18",
55+
"@testing-library/jest-dom": "6.9.1",
56+
"@testing-library/react": "16.3.2",
5757
"@trivago/prettier-plugin-sort-imports": "4.3.0",
58-
"@types/react": "18.3.12",
58+
"@types/react": "18.3.28",
5959
"@types/react-copy-to-clipboard": "5.0.7",
60-
"@typescript-eslint/eslint-plugin": "8.16.0",
61-
"@typescript-eslint/parser": "8.16.0",
62-
"@vitejs/plugin-react": "4.3.4",
63-
"@vitest/ui": "2.1.6",
64-
"autoprefixer": "10.4.20",
60+
"@typescript-eslint/eslint-plugin": "8.57.1",
61+
"@typescript-eslint/parser": "8.57.1",
62+
"@vitejs/plugin-react": "4.7.0",
63+
"@vitest/ui": "2.1.9",
64+
"autoprefixer": "10.4.27",
6565
"babel-jest": "29.7.0",
6666
"babel-loader": "9.2.1",
67-
"c8": "10.1.2",
68-
"eslint": "9.16.0",
69-
"eslint-config-next": "15.0.3",
67+
"c8": "10.1.3",
68+
"eslint": "9.39.4",
69+
"eslint-config-next": "15.5.13",
7070
"eslint-config-productsway": "1.3.4",
7171
"identity-obj-proxy": "3.0.0",
7272
"jest-fetch-mock": "3.0.3",
7373
"jsdom": "25.0.1",
74-
"msw": "2.6.6",
75-
"postcss": "8.4.49",
76-
"prettier": "3.4.1",
77-
"prisma": "6.0.0",
78-
"sort-package-json": "2.12.0",
79-
"tailwindcss": "3.4.15",
80-
"typescript": "5.7.2",
74+
"msw": "2.12.13",
75+
"postcss": "8.5.8",
76+
"prettier": "3.8.1",
77+
"prisma": "6.19.2",
78+
"sort-package-json": "2.15.1",
79+
"tailwindcss": "3.4.19",
80+
"typescript": "5.9.3",
8181
"vite": "6.0.1",
8282
"vitest": "2.1.6"
8383
},

0 commit comments

Comments
 (0)