|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
| 6 | + "engines": { |
| 7 | + "node": ">=20.9.0" |
| 8 | + }, |
6 | 9 | "scripts": { |
7 | 10 | "dev": "next dev --experimental-https", |
8 | 11 | "build": "next build", |
|
18 | 21 | "@apollo/client-integration-nextjs": "^0.14.1", |
19 | 22 | "@bprogress/next": "^3.2.12", |
20 | 23 | "@codemirror/lang-sql": "^6.10.0", |
21 | | - "@graphql-codegen/client-preset": "^5.1.1", |
| 24 | + "@graphql-codegen/client-preset": "^5.1.3", |
22 | 25 | "@hookform/resolvers": "^5.2.2", |
23 | 26 | "@radix-ui/react-alert-dialog": "^1.1.15", |
24 | 27 | "@radix-ui/react-avatar": "^1.1.11", |
|
42 | 45 | "dayjs": "^1.11.19", |
43 | 46 | "foxact": "^0.2.49", |
44 | 47 | "graphql": "^16.12.0", |
45 | | - "lucide-react": "^0.553.0", |
46 | | - "next": "16.0.2-canary.16", |
| 48 | + "lucide-react": "^0.554.0", |
| 49 | + "next": "16.0.3", |
47 | 50 | "next-themes": "^0.4.6", |
48 | | - "react": "19.3.0-canary-100fc4a8-20251110", |
49 | | - "react-dom": "19.3.0-canary-100fc4a8-20251110", |
50 | | - "react-hook-form": "^7.66.0", |
| 51 | + "react": "19.3.0-canary-eb89912e-20251118", |
| 52 | + "react-dom": "19.3.0-canary-eb89912e-20251118", |
| 53 | + "react-hook-form": "^7.66.1", |
51 | 54 | "react-remark": "^2.1.0", |
52 | 55 | "remark": "^15.0.1", |
53 | 56 | "remark-html": "^16.0.1", |
|
59 | 62 | "devDependencies": { |
60 | 63 | "@0no-co/graphqlsp": "^1.15.1", |
61 | 64 | "@eslint/eslintrc": "^3.3.1", |
62 | | - "@graphql-codegen/cli": "^6.0.1", |
| 65 | + "@graphql-codegen/cli": "^6.0.2", |
63 | 66 | "@graphql-codegen/schema-ast": "^5.0.0", |
64 | 67 | "@graphql-typed-document-node/core": "^3.2.0", |
65 | 68 | "@parcel/watcher": "^2.5.1", |
66 | 69 | "@tailwindcss/postcss": "^4.1.17", |
67 | 70 | "@types/node": "^24.10.1", |
68 | | - "@types/react": "^19.2.3", |
| 71 | + "@types/react": "^19.2.6", |
69 | 72 | "@types/react-dom": "^19.2.3", |
70 | | - "@typescript-eslint/parser": "^8.46.4", |
| 73 | + "@typescript-eslint/parser": "^8.47.0", |
71 | 74 | "dprint": "^0.50.2", |
72 | 75 | "eslint": "^9.39.1", |
73 | | - "eslint-config-next": "16.0.2-canary.16", |
| 76 | + "eslint-config-next": "16.0.3", |
74 | 77 | "eslint-plugin-better-tailwindcss": "^3.7.10", |
75 | 78 | "tailwindcss": "^4.1.17", |
76 | 79 | "tw-animate-css": "^1.4.0", |
|
0 commit comments