|
204 | 204 | "publish:local": "pnpm dlx yalc push --replace --sig"
|
205 | 205 | },
|
206 | 206 | "dependencies": {
|
207 |
| - "@clerk/backend": "^1.21.4", |
208 |
| - "@clerk/shared": "^2.20.4", |
209 |
| - "@solid-primitives/context": "^0.2.3", |
210 |
| - "@solid-primitives/destructure": "^0.1.17", |
211 |
| - "@solid-primitives/memo": "^1.3.10", |
212 |
| - "@tanstack/solid-query": "^5.62.16" |
| 207 | + "@clerk/backend": "^1.23.6", |
| 208 | + "@clerk/shared": "^2.20.13", |
| 209 | + "@solid-primitives/context": "^0.3.0", |
| 210 | + "@solid-primitives/destructure": "^0.2.0", |
| 211 | + "@solid-primitives/memo": "^1.4.0", |
| 212 | + "@tanstack/solid-query": "^5.64.2" |
213 | 213 | },
|
214 | 214 | "devDependencies": {
|
215 |
| - "@clerk/clerk-js": "^5.43.4", |
216 |
| - "@clerk/localizations": "^3.9.5", |
217 |
| - "@clerk/themes": "^2.2.3", |
218 |
| - "@clerk/types": "^4.40.0", |
219 |
| - "@eslint/js": "^9.17.0", |
| 215 | + "@clerk/clerk-js": "^5.48.0", |
| 216 | + "@clerk/localizations": "^3.9.14", |
| 217 | + "@clerk/themes": "^2.2.11", |
| 218 | + "@clerk/types": "^4.43.0", |
| 219 | + "@eslint/js": "^9.18.0", |
220 | 220 | "@solidjs/testing-library": "^0.8.10",
|
221 | 221 | "@testing-library/jest-dom": "^6.6.3",
|
222 |
| - "@testing-library/user-event": "^14.5.2", |
223 |
| - "@types/node": "^22.10.5", |
224 |
| - "eslint": "^9.17.0", |
| 222 | + "@testing-library/user-event": "^14.6.1", |
| 223 | + "@types/node": "^22.10.10", |
| 224 | + "eslint": "^9.18.0", |
225 | 225 | "expect-type": "^1.1.0",
|
226 | 226 | "globals": "^15.14.0",
|
227 |
| - "jsdom": "^25.0.1", |
| 227 | + "jsdom": "^26.0.0", |
228 | 228 | "prettier": "3.4.2",
|
229 | 229 | "prettier-plugin-organize-imports": "^4.1.0",
|
230 | 230 | "rimraf": "^6.0.1",
|
231 | 231 | "tsup": "^8.3.5",
|
232 | 232 | "tsup-preset-solid": "^2.2.0",
|
233 |
| - "typescript": "^5.7.2", |
234 |
| - "typescript-eslint": "^8.19.1", |
| 233 | + "typescript": "^5.7.3", |
| 234 | + "typescript-eslint": "^8.21.0", |
235 | 235 | "vite-plugin-solid": "^2.11.0",
|
236 | 236 | "vite-tsconfig-paths": "^5.1.4",
|
237 |
| - "vitest": "^2.1.8" |
| 237 | + "vitest": "^3.0.4" |
238 | 238 | },
|
239 | 239 | "peerDependencies": {
|
240 | 240 | "@solidjs/router": ">=0.14",
|
|
0 commit comments