|
3 | 3 | "type": "module", |
4 | 4 | "version": "3.0.0", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@10.12.4", |
| 6 | + "packageManager": "pnpm@10.13.1", |
7 | 7 | "engines": { |
8 | 8 | "node": ">=20.13.1" |
9 | 9 | }, |
|
25 | 25 | "std-env": "^3.9.0" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@antfu/eslint-config": "^4.16.2", |
| 28 | + "@antfu/eslint-config": "^4.17.0", |
29 | 29 | "@dotenvx/dotenvx": "1.11.4", |
30 | 30 | "@namesmt/utils": "^0.5.16", |
31 | 31 | "@types/aws-lambda": "^8.10.150", |
32 | | - "@types/node": "^22.16.0", |
| 32 | + "@types/node": "^22.16.4", |
33 | 33 | "@unocss/eslint-plugin": "^66.3.3", |
34 | | - "eslint": "^9.30.1", |
| 34 | + "eslint": "^9.31.0", |
35 | 35 | "frontend": "workspace:*", |
36 | 36 | "lint-staged": "^16.1.2", |
37 | 37 | "simple-git-hooks": "^2.13.0", |
38 | 38 | "tsx": "^4.20.3", |
39 | | - "turbo": "^2.5.4", |
| 39 | + "turbo": "^2.5.5", |
40 | 40 | "typescript": "^5.8.3" |
41 | 41 | }, |
42 | 42 | "pnpm": { |
43 | 43 | "overrides": { |
44 | | - "convex-vue": "npm:@namesmt/convex-vue@^0.1.1", |
| 44 | + "convex-vue": "npm:@namesmt/convex-vue@^0.1.5-fix", |
45 | 45 | "is-arguments": "npm:@nolyfill/is-arguments@^1.0.44", |
46 | 46 | "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
47 | 47 | "is-generator-function": "npm:@nolyfill/is-generator-function@^1.0.44", |
|
53 | 53 | "which-typed-array": "npm:@nolyfill/which-typed-array@^1.0.44" |
54 | 54 | }, |
55 | 55 | "patchedDependencies": { |
56 | | - "convex-nuxt": "patches/convex-nuxt.patch", |
57 | 56 | "hono-sessions": "patches/hono-sessions.patch" |
58 | 57 | } |
59 | 58 | }, |
|
0 commit comments