|
13 | 13 | "format:check": "dprint check" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@apollo/client": "3.13.8", |
| 16 | + "@apollo/client": "3.13.9", |
17 | 17 | "@graphql-codegen/client-preset": "^4.8.3", |
18 | | - "@hookform/resolvers": "^5.1.1", |
19 | | - "@radix-ui/react-alert-dialog": "^1.1.14", |
| 18 | + "@hookform/resolvers": "^5.2.1", |
| 19 | + "@radix-ui/react-alert-dialog": "^1.1.15", |
20 | 20 | "@radix-ui/react-avatar": "^1.1.10", |
21 | | - "@radix-ui/react-checkbox": "^1.3.2", |
22 | | - "@radix-ui/react-collapsible": "^1.1.11", |
23 | | - "@radix-ui/react-dialog": "^1.1.14", |
24 | | - "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 21 | + "@radix-ui/react-checkbox": "^1.3.3", |
| 22 | + "@radix-ui/react-collapsible": "^1.1.12", |
| 23 | + "@radix-ui/react-dialog": "^1.1.15", |
| 24 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
25 | 25 | "@radix-ui/react-label": "^2.1.7", |
26 | | - "@radix-ui/react-select": "^2.2.5", |
| 26 | + "@radix-ui/react-select": "^2.2.6", |
27 | 27 | "@radix-ui/react-separator": "^1.1.7", |
28 | 28 | "@radix-ui/react-slot": "^1.2.3", |
29 | | - "@radix-ui/react-tooltip": "^1.2.7", |
| 29 | + "@radix-ui/react-tooltip": "^1.2.8", |
30 | 30 | "@tanstack/react-table": "^8.21.3", |
31 | 31 | "babel-plugin-react-compiler": "19.1.0-rc.2", |
32 | 32 | "class-variance-authority": "^0.7.1", |
33 | 33 | "clsx": "^2.1.1", |
34 | 34 | "graphql": "^16.11.0", |
35 | | - "lucide-react": "^0.525.0", |
36 | | - "next": "15.4.2", |
| 35 | + "lucide-react": "^0.539.0", |
| 36 | + "next": "15.4.6", |
37 | 37 | "next-themes": "^0.4.6", |
38 | | - "react": "^19.0.0", |
39 | | - "react-dom": "^19.0.0", |
40 | | - "react-hook-form": "^7.60.0", |
41 | | - "sonner": "^2.0.6", |
| 38 | + "react": "^19.1.1", |
| 39 | + "react-dom": "^19.1.1", |
| 40 | + "react-hook-form": "^7.62.0", |
| 41 | + "remark": "^15.0.1", |
| 42 | + "remark-html": "^16.0.1", |
| 43 | + "sonner": "^2.0.7", |
42 | 44 | "tailwind-merge": "^3.3.1", |
43 | | - "zod": "^4.0.5" |
| 45 | + "zod": "^4.0.17" |
44 | 46 | }, |
45 | 47 | "devDependencies": { |
46 | | - "@0no-co/graphqlsp": "^1.14.0", |
| 48 | + "@0no-co/graphqlsp": "^1.15.0", |
47 | 49 | "@eslint/eslintrc": "^3", |
48 | 50 | "@graphql-codegen/cli": "^5.0.7", |
49 | 51 | "@graphql-codegen/schema-ast": "^4.1.0", |
50 | 52 | "@graphql-typed-document-node/core": "^3.2.0", |
51 | 53 | "@parcel/watcher": "^2.5.1", |
52 | | - "@tailwindcss/postcss": "^4", |
53 | | - "@types/node": "^24.1.0", |
54 | | - "@types/react": "^19", |
55 | | - "@types/react-dom": "^19", |
56 | | - "@typescript-eslint/parser": "^8.38.0", |
| 54 | + "@tailwindcss/postcss": "^4.1.12", |
| 55 | + "@types/node": "^24.3.0", |
| 56 | + "@types/react": "^19.1.10", |
| 57 | + "@types/react-dom": "^19.1.7", |
| 58 | + "@typescript-eslint/parser": "^8.39.1", |
57 | 59 | "dprint": "^0.50.1", |
58 | | - "eslint": "^9.31.0", |
59 | | - "eslint-config-next": "15.4.2", |
60 | | - "eslint-plugin-better-tailwindcss": "^3.7.1", |
| 60 | + "eslint": "^9.33.0", |
| 61 | + "eslint-config-next": "15.4.6", |
| 62 | + "eslint-plugin-better-tailwindcss": "^3.7.4", |
61 | 63 | "eslint-plugin-react-hooks": "^5.2.0", |
62 | | - "tailwindcss": "^4", |
63 | | - "tw-animate-css": "^1.3.5", |
64 | | - "typescript": "^5" |
| 64 | + "tailwindcss": "^4.1.12", |
| 65 | + "tw-animate-css": "^1.3.7", |
| 66 | + "typescript": "^5.9.2" |
65 | 67 | } |
66 | 68 | } |
0 commit comments