|
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "dev": "next dev --turbopack", |
| 7 | + "dev": "next dev --experimental-https", |
8 | 8 | "build": "next build", |
9 | 9 | "start": "next start", |
10 | 10 | "lint": "eslint .", |
|
17 | 17 | "@apollo/client": "4.0.7", |
18 | 18 | "@apollo/client-integration-nextjs": "^0.13.2", |
19 | 19 | "@bprogress/next": "^3.2.12", |
20 | | - "@graphql-codegen/client-preset": "^5.0.3", |
| 20 | + "@graphql-codegen/client-preset": "^5.1.0", |
21 | 21 | "@hookform/resolvers": "^5.2.2", |
22 | 22 | "@radix-ui/react-alert-dialog": "^1.1.15", |
23 | 23 | "@radix-ui/react-avatar": "^1.1.10", |
|
37 | 37 | "class-variance-authority": "^0.7.1", |
38 | 38 | "clsx": "^2.1.1", |
39 | 39 | "graphql": "^16.11.0", |
40 | | - "lucide-react": "^0.544.0", |
41 | | - "next": "15.6.0-canary.45", |
| 40 | + "lucide-react": "^0.545.0", |
| 41 | + "next": "16.0.0-canary.2", |
42 | 42 | "next-themes": "^0.4.6", |
43 | | - "react": "19.3.0-canary-4fdf7cf2-20251003", |
44 | | - "react-dom": "19.3.0-canary-4fdf7cf2-20251003", |
45 | | - "react-hook-form": "^7.64.0", |
| 43 | + "react": "19.3.0-canary-ead92181-20251010", |
| 44 | + "react-dom": "19.3.0-canary-ead92181-20251010", |
| 45 | + "react-hook-form": "^7.65.0", |
46 | 46 | "react-remark": "^2.1.0", |
47 | 47 | "remark": "^15.0.1", |
48 | 48 | "remark-html": "^16.0.1", |
49 | 49 | "sonner": "^2.0.7", |
50 | 50 | "tailwind-merge": "^3.3.1", |
51 | | - "zod": "^4.1.11" |
| 51 | + "zod": "^4.1.12" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@0no-co/graphqlsp": "^1.15.0", |
|
58 | 58 | "@graphql-typed-document-node/core": "^3.2.0", |
59 | 59 | "@parcel/watcher": "^2.5.1", |
60 | 60 | "@tailwindcss/postcss": "^4.1.14", |
61 | | - "@types/node": "^24.7.0", |
62 | | - "@types/react": "^19.2.0", |
63 | | - "@types/react-dom": "^19.2.0", |
64 | | - "@typescript-eslint/parser": "^8.45.0", |
| 61 | + "@types/node": "^24.7.2", |
| 62 | + "@types/react": "^19.2.2", |
| 63 | + "@types/react-dom": "^19.2.1", |
| 64 | + "@typescript-eslint/parser": "^8.46.0", |
65 | 65 | "dprint": "^0.50.2", |
66 | 66 | "eslint": "^9.37.0", |
67 | | - "eslint-config-next": "15.6.0-canary.45", |
| 67 | + "eslint-config-next": "16.0.0-canary.2", |
68 | 68 | "eslint-plugin-better-tailwindcss": "^3.7.9", |
69 | 69 | "tailwindcss": "^4.1.14", |
70 | 70 | "tw-animate-css": "^1.4.0", |
|
0 commit comments