|
11 | 11 | "private": true, |
12 | 12 | "type": "module", |
13 | 13 | "dependencies": { |
14 | | - "@actions/core": "^1.11.1", |
15 | | - "@actions/exec": "^1.1.1", |
16 | | - "@actions/github": "^6.0.0", |
| 14 | + "@actions/core": "^2.0.0", |
| 15 | + "@actions/exec": "^2.0.0", |
| 16 | + "@actions/github": "^7.0.0", |
17 | 17 | "@conform-to/react": "^1.2.2", |
18 | 18 | "@conform-to/zod": "^1.2.2", |
19 | 19 | "@epic-web/client-hints": "^1.3.5", |
20 | 20 | "@headlessui/react": "^2.2.0", |
21 | 21 | "@heroicons/react": "^2.2.0", |
22 | 22 | "@hono/node-server": "^1.13.7", |
23 | | - "@hookform/resolvers": "^4.1.3", |
| 23 | + "@hookform/resolvers": "^5.0.0", |
24 | 24 | "@icons-pack/react-simple-icons": "^12.6.0", |
25 | 25 | "@infisical/sdk": "^4.0.6", |
26 | | - "@ngneat/falso": "^7.3.0", |
| 26 | + "@ngneat/falso": "^8.0.0", |
27 | 27 | "@octokit/request-error": "^5.0.1", |
28 | 28 | "@payloadcms/db-mongodb": "~3.69.0", |
29 | 29 | "@payloadcms/db-postgres": "~3.69.0", |
|
61 | 61 | "graphql": "^16.10.0", |
62 | 62 | "hono": "^4.6.10", |
63 | 63 | "http-status-codes": "^2.3.0", |
64 | | - "isbot": "^4.4.0", |
| 64 | + "isbot": "^5.0.0", |
65 | 65 | "lucide-react": "^0.562.0", |
66 | 66 | "mime-types": "^3.0.1", |
67 | 67 | "next": "~15.4.5", |
|
82 | 82 | "sonner": "^2.0.1", |
83 | 83 | "tailwind-merge": "^3.1.0", |
84 | 84 | "tailwindcss": "^4.0.17", |
85 | | - "zod": "^3.24.2", |
| 85 | + "zod": "^4.0.0", |
86 | 86 | "@remix-run/serve": "2.17.3", |
87 | 87 | "@remix-run/css-bundle": "2.17.3", |
88 | 88 | "@remix-run/eslint-config": "2.17.3" |
|
91 | 91 | "@babel/core": "^7.14.5", |
92 | 92 | "@babel/preset-react": "^7.14.5", |
93 | 93 | "@clack/prompts": "^0.11.0", |
94 | | - "@commitlint/cli": "^19.0.0", |
95 | | - "@commitlint/config-angular": "^19.0.0", |
96 | | - "@commitlint/config-conventional": "^19.0.0", |
97 | | - "@eslint/compat": "^1.1.1", |
98 | | - "@eslint/eslintrc": "^2.1.1", |
| 94 | + "@commitlint/cli": "^20.0.0", |
| 95 | + "@commitlint/config-angular": "^20.0.0", |
| 96 | + "@commitlint/config-conventional": "^20.0.0", |
| 97 | + "@eslint/compat": "^2.0.0", |
| 98 | + "@eslint/eslintrc": "^3.0.0", |
99 | 99 | "@eslint/js": "^9.8.0", |
100 | | - "@evilmartians/lefthook": "^1.8.0", |
| 100 | + "@evilmartians/lefthook": "^2.0.0", |
101 | 101 | "@homebridge/node-pty-prebuilt-multiarch": "^0.13.0", |
102 | 102 | "@nx/cypress": "22.4.0", |
103 | 103 | "@nx/devkit": "22.4.0", |
|
117 | 117 | "@nx/web": "22.4.0", |
118 | 118 | "@nx/webpack": "22.4.0", |
119 | 119 | "@nx/workspace": "22.4.0", |
120 | | - "@octokit/core": "6.1.6", |
| 120 | + "@octokit/core": "7.0.6", |
121 | 121 | "@octokit/graphql-schema": "^15.25.0", |
122 | | - "@octokit/plugin-rest-endpoint-methods": "^13.2.6", |
123 | | - "@octokit/types": "^13.6.1", |
| 122 | + "@octokit/plugin-rest-endpoint-methods": "^17.0.0", |
| 123 | + "@octokit/types": "^16.0.0", |
124 | 124 | "@octokit/webhooks-types": "^7.6.1", |
125 | 125 | "@payloadcms/graphql": "~3.69.0", |
126 | 126 | "@playwright/test": "^1.36.0", |
|
142 | 142 | "@testing-library/user-event": "^14.5.2", |
143 | 143 | "@types/jest": "30.0.0", |
144 | 144 | "@types/kill-port": "^2.0.3", |
145 | | - "@types/mime-types": "^2.1.4", |
146 | | - "@types/node": "22.19.3", |
147 | | - "@types/nodemailer": "^6.4.17", |
| 145 | + "@types/mime-types": "^3.0.0", |
| 146 | + "@types/node": "24.10.9", |
| 147 | + "@types/nodemailer": "^7.0.0", |
148 | 148 | "@types/nodemailer-sendgrid": "^1.0.3", |
149 | 149 | "@types/npm-whoami": "^1.1.2", |
150 | 150 | "@types/react": "19.0.0", |
|
174 | 174 | "eslint-plugin-jsx-a11y": "6.10.2", |
175 | 175 | "eslint-plugin-playwright": "^2.0.0", |
176 | 176 | "eslint-plugin-react": "7.37.5", |
177 | | - "eslint-plugin-react-hooks": "5.2.0", |
| 177 | + "eslint-plugin-react-hooks": "7.0.1", |
178 | 178 | "graphql-config": "^5.1.3", |
179 | 179 | "is-ci": "^4.1.0", |
180 | 180 | "jest": "30.0.5", |
|
183 | 183 | "jest-environment-node": "^30.1.2", |
184 | 184 | "jest-util": "~30.0.0", |
185 | 185 | "jiti": "2.6.1", |
186 | | - "jsdom": "~26.1.0", |
| 186 | + "jsdom": "~27.4.0", |
187 | 187 | "kill-port": "^2.0.1", |
188 | 188 | "memfs": "^4.14.0", |
189 | 189 | "nodemon": "^3.1.9", |
|
204 | 204 | "ts-node": "10.9.2", |
205 | 205 | "tslib": "^2.4.1", |
206 | 206 | "tsx": "^4.19.2", |
207 | | - "type-fest": "^4.26.1", |
| 207 | + "type-fest": "^5.0.0", |
208 | 208 | "typescript": "5.9.2", |
209 | 209 | "typescript-eslint": "^8.0.0", |
210 | 210 | "verdaccio": "6.1.6", |
211 | 211 | "vite": "6.3.6", |
212 | 212 | "vitest": "^1.3.1", |
213 | | - "yargs": "^17.7.2" |
| 213 | + "yargs": "^18.0.0" |
214 | 214 | }, |
215 | 215 | "nx": { |
216 | 216 | "includedScripts": [ |
217 | 217 | "c", |
218 | 218 | "commit" |
219 | 219 | ] |
220 | 220 | }, |
221 | | - "packageManager": "pnpm@9.15.9", |
| 221 | + "packageManager": "pnpm@10.28.1", |
222 | 222 | "engines": { |
223 | | - "node": ">=20 <22" |
| 223 | + "node": ">=20 <25" |
224 | 224 | }, |
225 | 225 | "overrides": { |
226 | 226 | "react": "$react", |
|
0 commit comments