|
22 | 22 | "postcss": "8.4.47" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@headlessui/react": "2.1.8", |
26 | | - "@heroicons/react": "2.1.5", |
| 25 | + "@headlessui/react": "2.2.0", |
| 26 | + "@heroicons/react": "2.2.0", |
27 | 27 | "@hookform/devtools": "4.3.1", |
28 | | - "@hookform/resolvers": "3.9.0", |
29 | | - "@prisma/client": "5.19.1", |
| 28 | + "@hookform/resolvers": "3.9.1", |
| 29 | + "@prisma/client": "6.0.0", |
30 | 30 | "@tailwindcss/typography": "0.5.15", |
31 | | - "@tanstack/react-query": "5.56.2", |
32 | | - "@tanstack/react-query-devtools": "5.56.2", |
33 | | - "daisyui": "4.12.10", |
| 31 | + "@tanstack/react-query": "5.62.0", |
| 32 | + "@tanstack/react-query-devtools": "5.62.0", |
| 33 | + "daisyui": "4.12.14", |
34 | 34 | "fastest-validator": "1.19.0", |
35 | | - "jotai": "2.9.3", |
| 35 | + "jotai": "2.10.3", |
36 | 36 | "loglevel": "1.9.2", |
37 | | - "next": "14.2.11", |
38 | | - "next-auth": "4.24.7", |
| 37 | + "next": "15.0.3", |
| 38 | + "next-auth": "4.24.10", |
39 | 39 | "next-secure-headers": "2.2.0", |
40 | | - "next-validations": "1.0.1", |
| 40 | + "next-validations": "1.0.3", |
41 | 41 | "quick-lru": "7.0.0", |
42 | 42 | "react": "18.3.1", |
43 | 43 | "react-copy-to-clipboard": "5.1.0", |
44 | 44 | "react-dom": "18.3.1", |
45 | | - "react-hook-form": "7.53.0", |
| 45 | + "react-hook-form": "7.53.2", |
46 | 46 | "yup": "1.4.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@babel/core": "7.25.2", |
50 | | - "@babel/eslint-parser": "7.25.1", |
51 | | - "@storybook/addon-actions": "8.3.0", |
52 | | - "@storybook/addon-essentials": "8.3.0", |
53 | | - "@storybook/addon-links": "8.3.0", |
54 | | - "@storybook/react": "8.3.0", |
55 | | - "@testing-library/jest-dom": "6.5.0", |
| 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 | 56 | "@testing-library/react": "16.0.1", |
57 | 57 | "@trivago/prettier-plugin-sort-imports": "4.3.0", |
58 | | - "@types/react": "18.3.5", |
| 58 | + "@types/react": "18.3.12", |
59 | 59 | "@types/react-copy-to-clipboard": "5.0.7", |
60 | | - "@typescript-eslint/eslint-plugin": "8.5.0", |
61 | | - "@typescript-eslint/parser": "8.5.0", |
62 | | - "@vitejs/plugin-react": "4.3.1", |
63 | | - "@vitest/ui": "2.1.1", |
| 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 | 64 | "autoprefixer": "10.4.20", |
65 | 65 | "babel-jest": "29.7.0", |
66 | | - "babel-loader": "9.1.3", |
| 66 | + "babel-loader": "9.2.1", |
67 | 67 | "c8": "10.1.2", |
68 | | - "eslint": "9.10.0", |
69 | | - "eslint-config-next": "14.2.11", |
| 68 | + "eslint": "9.16.0", |
| 69 | + "eslint-config-next": "15.0.3", |
70 | 70 | "eslint-config-productsway": "1.3.4", |
71 | 71 | "identity-obj-proxy": "3.0.0", |
72 | 72 | "jest-fetch-mock": "3.0.3", |
73 | | - "jsdom": "25.0.0", |
74 | | - "msw": "2.4.6", |
75 | | - "postcss": "8.4.47", |
76 | | - "prettier": "3.3.3", |
77 | | - "prisma": "5.19.1", |
78 | | - "sort-package-json": "2.10.1", |
79 | | - "tailwindcss": "3.4.11", |
80 | | - "typescript": "5.6.2", |
81 | | - "vite": "5.4.5", |
82 | | - "vitest": "2.1.1" |
| 73 | + "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", |
| 81 | + "vite": "6.0.1", |
| 82 | + "vitest": "2.1.6" |
83 | 83 | }, |
84 | 84 | "msw": { |
85 | 85 | "workerDirectory": "public" |
|
0 commit comments