|
21 | 21 | "@apollo/client-integration-nextjs": "^0.14.1", |
22 | 22 | "@bprogress/next": "^3.2.12", |
23 | 23 | "@codemirror/lang-sql": "^6.10.0", |
24 | | - "@graphql-codegen/client-preset": "^5.1.3", |
| 24 | + "@graphql-codegen/client-preset": "^5.2.1", |
25 | 25 | "@hookform/resolvers": "^5.2.2", |
26 | 26 | "@radix-ui/react-alert-dialog": "^1.1.15", |
27 | 27 | "@radix-ui/react-avatar": "^1.1.11", |
|
35 | 35 | "@radix-ui/react-slot": "^1.2.4", |
36 | 36 | "@radix-ui/react-tabs": "^1.1.13", |
37 | 37 | "@radix-ui/react-tooltip": "^1.2.8", |
38 | | - "@swc-contrib/plugin-graphql-codegen-client-preset": "~0.9", |
| 38 | + "@swc-contrib/plugin-graphql-codegen-client-preset": "~0.12.1", |
39 | 39 | "@tailwindcss/typography": "^0.5.19", |
40 | 40 | "@tanstack/react-table": "^8.21.3", |
41 | 41 | "@uiw/react-codemirror": "^4.25.3", |
|
45 | 45 | "dayjs": "^1.11.19", |
46 | 46 | "foxact": "^0.2.49", |
47 | 47 | "graphql": "^16.12.0", |
48 | | - "lucide-react": "^0.554.0", |
49 | | - "next": "16.0.3", |
| 48 | + "lucide-react": "^0.555.0", |
| 49 | + "next": "16.1.0-canary.4", |
50 | 50 | "next-themes": "^0.4.6", |
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 | + "react": "19.3.0-canary-fd524fe0-20251121", |
| 52 | + "react-dom": "19.3.0-canary-fd524fe0-20251121", |
| 53 | + "react-hook-form": "^7.67.0", |
54 | 54 | "react-remark": "^2.1.0", |
55 | 55 | "remark": "^15.0.1", |
56 | 56 | "remark-html": "^16.0.1", |
57 | 57 | "sonner": "^2.0.7", |
58 | 58 | "sql-formatter": "^15.6.10", |
59 | 59 | "tailwind-merge": "^3.4.0", |
60 | | - "zod": "^4.1.12" |
| 60 | + "zod": "^4.1.13" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@0no-co/graphqlsp": "^1.15.1", |
64 | | - "@eslint/eslintrc": "^3.3.1", |
65 | | - "@graphql-codegen/cli": "^6.0.2", |
| 64 | + "@eslint/eslintrc": "^3.3.3", |
| 65 | + "@graphql-codegen/cli": "^6.1.0", |
66 | 66 | "@graphql-codegen/schema-ast": "^5.0.0", |
67 | 67 | "@graphql-typed-document-node/core": "^3.2.0", |
68 | 68 | "@parcel/watcher": "^2.5.1", |
69 | 69 | "@tailwindcss/postcss": "^4.1.17", |
70 | 70 | "@types/node": "^24.10.1", |
71 | | - "@types/react": "^19.2.6", |
| 71 | + "@types/react": "^19.2.7", |
72 | 72 | "@types/react-dom": "^19.2.3", |
73 | | - "@typescript-eslint/parser": "^8.47.0", |
| 73 | + "@typescript-eslint/parser": "^8.48.0", |
74 | 74 | "dprint": "^0.50.2", |
75 | 75 | "eslint": "^9.39.1", |
76 | | - "eslint-config-next": "16.0.3", |
77 | | - "eslint-plugin-better-tailwindcss": "^3.7.10", |
| 76 | + "eslint-config-next": "16.1.0-canary.7", |
| 77 | + "eslint-plugin-better-tailwindcss": "^3.7.11", |
78 | 78 | "tailwindcss": "^4.1.17", |
79 | 79 | "tw-animate-css": "^1.4.0", |
80 | 80 | "typescript": "^5.9.3" |
|
0 commit comments