|
14 | 14 | "format:check": "dprint check" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@apollo/client": "4.0.6", |
| 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.1", |
| 20 | + "@graphql-codegen/client-preset": "^5.0.2", |
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", |
|
30 | 30 | "@radix-ui/react-separator": "^1.1.7", |
31 | 31 | "@radix-ui/react-slot": "^1.2.3", |
32 | 32 | "@radix-ui/react-tooltip": "^1.2.8", |
33 | | - "@swc-contrib/plugin-graphql-codegen-client-preset": "^0.7.0", |
| 33 | + "@swc-contrib/plugin-graphql-codegen-client-preset": "^0.8.0", |
34 | 34 | "@tailwindcss/typography": "^0.5.19", |
35 | 35 | "@tanstack/react-table": "^8.21.3", |
36 | 36 | "babel-plugin-react-compiler": "19.1.0-rc.3", |
37 | 37 | "class-variance-authority": "^0.7.1", |
38 | 38 | "clsx": "^2.1.1", |
39 | 39 | "graphql": "^16.11.0", |
40 | 40 | "lucide-react": "^0.544.0", |
41 | | - "next": "15.6.0-canary.34", |
| 41 | + "next": "15.6.0-canary.42", |
42 | 42 | "next-themes": "^0.4.6", |
43 | | - "react": "19.2.0-canary-df38ac9a-20250926", |
44 | | - "react-dom": "19.2.0-canary-df38ac9a-20250926", |
45 | | - "react-hook-form": "^7.63.0", |
| 43 | + "react": "19.3.0-canary-4fdf7cf2-20251003", |
| 44 | + "react-dom": "19.3.0-canary-4fdf7cf2-20251003", |
| 45 | + "react-hook-form": "^7.64.0", |
46 | 46 | "react-remark": "^2.1.0", |
47 | 47 | "remark": "^15.0.1", |
48 | 48 | "remark-html": "^16.0.1", |
|
57 | 57 | "@graphql-codegen/schema-ast": "^5.0.0", |
58 | 58 | "@graphql-typed-document-node/core": "^3.2.0", |
59 | 59 | "@parcel/watcher": "^2.5.1", |
60 | | - "@tailwindcss/postcss": "^4.1.13", |
61 | | - "@types/node": "^24.5.2", |
62 | | - "@types/react": "^19.1.15", |
63 | | - "@types/react-dom": "^19.1.9", |
64 | | - "@typescript-eslint/parser": "^8.44.1", |
| 60 | + "@tailwindcss/postcss": "^4.1.14", |
| 61 | + "@types/node": "^24.6.2", |
| 62 | + "@types/react": "^19.2.0", |
| 63 | + "@types/react-dom": "^19.2.0", |
| 64 | + "@typescript-eslint/parser": "^8.45.0", |
65 | 65 | "dprint": "^0.50.2", |
66 | | - "eslint": "^9.36.0", |
67 | | - "eslint-config-next": "15.5.4", |
| 66 | + "eslint": "^9.37.0", |
| 67 | + "eslint-config-next": "15.6.0-canary.42", |
68 | 68 | "eslint-plugin-better-tailwindcss": "^3.7.9", |
69 | | - "eslint-plugin-react-hooks": "^5.2.0", |
70 | | - "tailwindcss": "^4.1.13", |
| 69 | + "tailwindcss": "^4.1.14", |
71 | 70 | "tw-animate-css": "^1.4.0", |
72 | | - "typescript": "^5.9.2" |
| 71 | + "typescript": "^5.9.3" |
73 | 72 | } |
74 | 73 | } |
0 commit comments