|
19 | 19 | "@headlessui/react": "^2.2.0", |
20 | 20 | "@heroicons/react": "^2.2.0", |
21 | 21 | "@hono/node-server": "^1.13.7", |
22 | | - "@hookform/resolvers": "^4.1.3", |
| 22 | + "@hookform/resolvers": "^5.0.0", |
23 | 23 | "@icons-pack/react-simple-icons": "^12.6.0", |
24 | | - "@infisical/sdk": "^3.0.4", |
25 | | - "@ngneat/falso": "^7.3.0", |
| 24 | + "@infisical/sdk": "^4.0.0", |
| 25 | + "@ngneat/falso": "^8.0.0", |
26 | 26 | "@octokit/request-error": "^5.0.1", |
27 | 27 | "@payloadcms/db-mongodb": "3.34.0", |
28 | 28 | "@payloadcms/db-postgres": "3.34.0", |
|
57 | 57 | "graphql": "^16.10.0", |
58 | 58 | "hono": "^4.6.10", |
59 | 59 | "http-status-codes": "^2.3.0", |
60 | | - "isbot": "^4.4.0", |
| 60 | + "isbot": "^5.0.0", |
61 | 61 | "lucide-react": "^0.539.0", |
62 | 62 | "next": "15.2.5", |
63 | 63 | "next-themes": "^0.4.6", |
|
77 | 77 | "sonner": "^2.0.1", |
78 | 78 | "tailwind-merge": "^3.1.0", |
79 | 79 | "tailwindcss": "^4.0.17", |
80 | | - "zod": "^3.24.2" |
| 80 | + "zod": "^4.0.0" |
81 | 81 | }, |
82 | 82 | "devDependencies": { |
83 | 83 | "@babel/core": "^7.14.5", |
84 | 84 | "@babel/preset-react": "^7.14.5", |
85 | 85 | "@cdwr/nx-payload": "2.0.0", |
86 | 86 | "@clack/prompts": "^0.11.0", |
87 | | - "@commitlint/cli": "^19.0.0", |
88 | | - "@commitlint/config-angular": "^19.0.0", |
89 | | - "@commitlint/config-conventional": "^19.0.0", |
| 87 | + "@commitlint/cli": "^20.0.0", |
| 88 | + "@commitlint/config-angular": "^20.0.0", |
| 89 | + "@commitlint/config-conventional": "^20.0.0", |
90 | 90 | "@eslint/compat": "^1.1.1", |
91 | | - "@eslint/eslintrc": "^2.1.1", |
| 91 | + "@eslint/eslintrc": "^3.0.0", |
92 | 92 | "@eslint/js": "^9.8.0", |
93 | | - "@evilmartians/lefthook": "^1.8.0", |
| 93 | + "@evilmartians/lefthook": "^2.0.0", |
94 | 94 | "@homebridge/node-pty-prebuilt-multiarch": "^0.13.0", |
95 | 95 | "@nx/cypress": "21.6.5", |
96 | 96 | "@nx/devkit": "21.6.5", |
|
109 | 109 | "@nx/web": "21.6.5", |
110 | 110 | "@nx/webpack": "21.6.5", |
111 | 111 | "@nx/workspace": "21.6.5", |
112 | | - "@octokit/core": "6.1.6", |
| 112 | + "@octokit/core": "7.0.5", |
113 | 113 | "@octokit/graphql-schema": "^15.25.0", |
114 | | - "@octokit/plugin-rest-endpoint-methods": "^13.2.6", |
115 | | - "@octokit/types": "^13.6.1", |
| 114 | + "@octokit/plugin-rest-endpoint-methods": "^16.0.0", |
| 115 | + "@octokit/types": "^15.0.0", |
116 | 116 | "@octokit/webhooks-types": "^7.6.1", |
117 | 117 | "@payloadcms/graphql": "3.34.0", |
118 | 118 | "@playwright/test": "^1.36.0", |
|
134 | 134 | "@types/jest": "30.0.0", |
135 | 135 | "@types/kill-port": "^2.0.3", |
136 | 136 | "@types/node": "22.17.1", |
137 | | - "@types/nodemailer": "^6.4.17", |
| 137 | + "@types/nodemailer": "^7.0.0", |
138 | 138 | "@types/nodemailer-sendgrid": "^1.0.3", |
139 | 139 | "@types/npm-whoami": "^1.1.2", |
140 | 140 | "@types/react": "19.0.0", |
|
162 | 162 | "eslint-plugin-jsx-a11y": "6.10.2", |
163 | 163 | "eslint-plugin-playwright": "^2.0.0", |
164 | 164 | "eslint-plugin-react": "7.37.5", |
165 | | - "eslint-plugin-react-hooks": "5.2.0", |
| 165 | + "eslint-plugin-react-hooks": "7.0.0", |
166 | 166 | "graphql-config": "^5.1.3", |
167 | 167 | "jest": "30.0.5", |
168 | 168 | "jest-diff": "^29.7.0", |
169 | 169 | "jest-environment-jsdom": "30.0.5", |
170 | 170 | "jest-environment-node": "^30.1.2", |
171 | 171 | "jest-util": "~30.0.0", |
172 | 172 | "jiti": "2.4.2", |
173 | | - "jsdom": "~26.1.0", |
| 173 | + "jsdom": "~27.0.0", |
174 | 174 | "kill-port": "^2.0.1", |
175 | 175 | "memfs": "^4.14.0", |
176 | 176 | "nodemon": "^3.1.9", |
|
191 | 191 | "ts-node": "10.9.2", |
192 | 192 | "tslib": "^2.4.1", |
193 | 193 | "tsx": "^4.19.2", |
194 | | - "type-fest": "^4.26.1", |
| 194 | + "type-fest": "^5.0.0", |
195 | 195 | "typescript": "5.9.2", |
196 | 196 | "typescript-eslint": "^8.0.0", |
197 | 197 | "verdaccio": "6.1.6", |
198 | 198 | "vite": "6.3.6", |
199 | 199 | "vitest": "^1.3.1", |
200 | | - "yargs": "^17.7.2" |
| 200 | + "yargs": "^18.0.0" |
201 | 201 | }, |
202 | 202 | "nx": { |
203 | 203 | "includedScripts": [ |
204 | 204 | "c", |
205 | 205 | "commit" |
206 | 206 | ] |
207 | 207 | }, |
208 | | - "packageManager": "pnpm@9.15.9", |
| 208 | + "packageManager": "pnpm@10.19.0", |
209 | 209 | "engines": { |
210 | 210 | "node": ">=20" |
211 | 211 | }, |
|
0 commit comments