|
14 | 14 | "with-env": "dotenv -e ../../.env --", |
15 | 15 | "test": "vitest", |
16 | 16 | "storybook": "CI=1 storybook dev -p 6006", |
| 17 | + "docker": "docker-compose up", |
17 | 18 | "build-storybook": "CI=1 storybook build" |
18 | 19 | }, |
19 | 20 | "dependencies": { |
|
34 | 35 | "iron-session": "^8.0.4", |
35 | 36 | "lodash-es": "^4.17.21", |
36 | 37 | "nanoid": "^5.1.6", |
37 | | - "next": "16.0.3", |
| 38 | + "next": "catalog:next", |
38 | 39 | "nextjs-toploader": "^3.9.17", |
39 | | - "nuqs": "^2.7.3", |
40 | | - "react": "19.2.0", |
| 40 | + "nuqs": "^2.8.2", |
| 41 | + "react": "catalog:react", |
41 | 42 | "react-aria-components": "catalog:", |
42 | | - "react-dom": "19.2.0", |
| 43 | + "react-dom": "catalog:react", |
43 | 44 | "react-hook-form": "catalog:", |
44 | 45 | "react-icons": "^5.5.0", |
45 | 46 | "superjson": "2.2.5", |
46 | | - "type-fest": "^5.2.0", |
| 47 | + "type-fest": "^5.3.0", |
47 | 48 | "usehooks-ts": "^3.1.1", |
48 | 49 | "zod": "catalog:" |
49 | 50 | }, |
|
61 | 62 | "@tanstack/react-query-devtools": "catalog:react-query5", |
62 | 63 | "@types/lodash-es": "^4.17.12", |
63 | 64 | "@types/node": "catalog:", |
64 | | - "@types/react": "19.2.4", |
65 | | - "@types/react-dom": "19.2.3", |
| 65 | + "@types/react": "catalog:react", |
| 66 | + "@types/react-dom": "catalog:react", |
66 | 67 | "@vitest/browser": "catalog:vitest", |
67 | 68 | "@vitest/browser-playwright": "catalog:vitest", |
68 | 69 | "@vitest/coverage-v8": "catalog:vitest", |
69 | 70 | "dotenv-cli": "catalog:", |
70 | 71 | "eslint": "catalog:", |
71 | 72 | "jiti": "^2.6.1", |
72 | | - "msw": "^2.12.1", |
| 73 | + "msw": "^2.12.3", |
73 | 74 | "msw-storybook-addon": "^2.0.6", |
74 | 75 | "msw-trpc": "^2.0.1", |
75 | | - "playwright": "^1.56.1", |
| 76 | + "playwright": "^1.57.0", |
76 | 77 | "prettier": "catalog:", |
77 | 78 | "storybook": "catalog:storybook10", |
78 | 79 | "storybook-addon-vite-mock": "catalog:storybook10", |
79 | 80 | "tailwindcss": "catalog:tailwindcss4", |
80 | | - "testcontainers": "^11.8.1", |
| 81 | + "testcontainers": "^11.9.0", |
81 | 82 | "tw-animate-css": "^1.4.0", |
82 | 83 | "typescript": "catalog:", |
83 | | - "vite": "^7.2.2", |
| 84 | + "vite": "^7.2.6", |
84 | 85 | "vite-tsconfig-paths": "^5.1.4", |
85 | 86 | "vitest": "catalog:vitest", |
86 | 87 | "vitest-mock-extended": "^3.1.0" |
|
0 commit comments