|
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", |
| 24 | + "@infisical/sdk": "^4.0.0", |
25 | 25 | "@ngneat/falso": "^7.3.0", |
26 | 26 | "@octokit/request-error": "^5.0.1", |
27 | 27 | "@payloadcms/db-mongodb": "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.514.0", |
62 | 62 | "next": "15.2.3", |
63 | 63 | "next-themes": "^0.4.6", |
64 | | - "nodemailer": "^6.10.0", |
| 64 | + "nodemailer": "^7.0.0", |
65 | 65 | "nodemailer-sendgrid": "^1.0.3", |
66 | 66 | "payload": "3.34.0", |
67 | 67 | "prism-react-renderer": "^2.4.1", |
|
88 | 88 | "@commitlint/config-angular": "^19.0.0", |
89 | 89 | "@commitlint/config-conventional": "^19.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 | 93 | "@evilmartians/lefthook": "^1.8.0", |
94 | 94 | "@homebridge/node-pty-prebuilt-multiarch": "^0.12.0", |
|
109 | 109 | "@nx/web": "20.4.5", |
110 | 110 | "@nx/webpack": "20.4.5", |
111 | 111 | "@nx/workspace": "20.4.5", |
112 | | - "@octokit/core": "6.1.5", |
| 112 | + "@octokit/core": "7.0.2", |
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": "^14.0.0", |
116 | 116 | "@octokit/webhooks-types": "^7.6.1", |
117 | 117 | "@payloadcms/graphql": "3.34.0", |
118 | 118 | "@playwright/test": "^1.36.0", |
|
146 | 146 | "@vitejs/plugin-react-swc": "^3.5.0", |
147 | 147 | "@vitest/coverage-v8": "^1.0.4", |
148 | 148 | "@vitest/ui": "^1.3.1", |
149 | | - "babel-jest": "^29.7.0", |
| 149 | + "babel-jest": "^30.0.0", |
150 | 150 | "chalk": "^4.1.0", |
151 | 151 | "concurrently": "^9.1.2", |
152 | 152 | "create-nx-workspace": "20.4.5", |
|
195 | 195 | "verdaccio": "^5.0.4", |
196 | 196 | "vite": "^5.0.0", |
197 | 197 | "vitest": "^1.3.1", |
198 | | - "yargs": "^17.7.2" |
| 198 | + "yargs": "^18.0.0" |
199 | 199 | }, |
200 | 200 | "nx": { |
201 | 201 | "includedScripts": [ |
202 | 202 | "c", |
203 | 203 | "commit" |
204 | 204 | ] |
205 | 205 | }, |
206 | | - "packageManager": "pnpm@9.15.9", |
| 206 | + "packageManager": "pnpm@10.12.1", |
207 | 207 | "engines": { |
208 | 208 | "node": ">=20" |
209 | 209 | }, |
|
0 commit comments