|
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "dev": "PORT=3001 dotenv -e ../../.env.local -e ../../.env -- next dev --turbopack", |
8 | | - "build": "dotenv -e ../../.env.local -e ../../.env -- next build --turbopack", |
| 7 | + "dev": "PORT=3001 dotenv -e ../../.env.local -e ../../.env -- next dev", |
| 8 | + "build": "dotenv -e ../../.env.local -e ../../.env -- next build", |
9 | 9 | "start": "next start", |
10 | 10 | "typecheck": "tsc --noEmit", |
11 | 11 | "lint": "eslint", |
|
37 | 37 | "convex": "^1.28.0", |
38 | 38 | "date-fns": "^4.1.0", |
39 | 39 | "lucide-react": "^0.469.0", |
40 | | - "next": "15.5.2", |
41 | | - "react": "19.1.0", |
| 40 | + "next": "16.1.6", |
| 41 | + "react": "19.2.4", |
42 | 42 | "react-day-picker": "^9.2.3", |
43 | | - "react-dom": "19.1.0", |
| 43 | + "react-dom": "19.2.4", |
44 | 44 | "react-markdown": "^10.1.0", |
45 | 45 | "tailwind-merge": "^3.3.1", |
46 | 46 | "tailwindcss-animate": "^1.0.7", |
|
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | 53 | "@chromatic-com/storybook": "^4.1.3", |
54 | | - "@eslint/eslintrc": "^3", |
55 | 54 | "@storybook/addon-a11y": "^10.1.10", |
56 | 55 | "@storybook/addon-docs": "^10.1.10", |
57 | 56 | "@storybook/addon-onboarding": "^10.1.10", |
|
69 | 68 | "@vitest/coverage-v8": "^1.6.0", |
70 | 69 | "dotenv-cli": "^10.0.0", |
71 | 70 | "eslint": "^9", |
72 | | - "eslint-config-next": "15.5.2", |
| 71 | + "eslint-config-next": "16.1.6", |
73 | 72 | "eslint-plugin-storybook": "^10.1.10", |
74 | 73 | "msw": "^2.3.1", |
75 | 74 | "node-mocks-http": "^1.15.1", |
|
0 commit comments