Skip to content

Commit f1f59c4

Browse files
committed
chore: update deps, apply lint fixes (use pm catalog)
1 parent 0ff3694 commit f1f59c4

10 files changed

Lines changed: 3068 additions & 2936 deletions

File tree

apps/backend-convex/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@
1717
"_deploy": "convex deploy -y"
1818
},
1919
"dependencies": {
20-
"@ai-sdk/anthropic": "^2.0.44",
21-
"@ai-sdk/google": "^2.0.32",
22-
"@ai-sdk/groq": "^2.0.29",
23-
"@ai-sdk/openai": "^2.0.67",
24-
"@ai-sdk/provider": "^2.0.0",
25-
"@convex-dev/rate-limiter": "^0.3.0",
26-
"@convex-dev/sharded-counter": "^0.2.0",
27-
"@hono/zod-validator": "^0.7.4",
28-
"@openrouter/ai-sdk-provider": "^1.2.3",
29-
"ai": "^5.0.93",
30-
"convex-helpers": "^0.1.104",
31-
"destr": "^2.0.5",
32-
"hono": "^4.10.6",
33-
"zod": "^4.1.12"
20+
"@ai-sdk/anthropic": "catalog:",
21+
"@ai-sdk/google": "catalog:",
22+
"@ai-sdk/groq": "catalog:",
23+
"@ai-sdk/openai": "catalog:",
24+
"@ai-sdk/provider": "catalog:",
25+
"@convex-dev/rate-limiter": "catalog:",
26+
"@convex-dev/sharded-counter": "catalog:",
27+
"@hono/zod-validator": "catalog:",
28+
"@openrouter/ai-sdk-provider": "catalog:",
29+
"ai": "catalog:",
30+
"convex-helpers": "catalog:",
31+
"destr": "catalog:",
32+
"hono": "catalog:",
33+
"zod": "catalog:"
3434
},
3535
"devDependencies": {
3636
"@local/common": "workspace:*",
3737
"@local/locales": "workspace:*",
3838
"@local/tsconfig": "workspace:*",
39-
"@namesmt/utils": "^0.5.18",
40-
"convex": "^1.29.1",
41-
"kontroll": "^1.1.1",
42-
"vitest": "^4.0.9"
39+
"@namesmt/utils": "catalog:",
40+
"convex": "catalog:",
41+
"kontroll": "catalog:",
42+
"vitest": "catalog:"
4343
}
4444
}

apps/backend/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@
1717
"deploy": "dotenvx run -f .env.prod.local -f .env.prod -f .env -- sh scripts/deploy.sh"
1818
},
1919
"dependencies": {
20-
"@aws-sdk/client-dynamodb": "^3.932.0",
21-
"@aws-sdk/client-s3": "^3.932.0",
22-
"@aws-sdk/lib-dynamodb": "^3.932.0",
23-
"srvx": "^0.9.6"
20+
"@aws-sdk/client-dynamodb": "catalog:",
21+
"@aws-sdk/client-s3": "catalog:",
22+
"@aws-sdk/lib-dynamodb": "catalog:",
23+
"srvx": "catalog:"
2424
},
2525
"devDependencies": {
26-
"@hono/standard-validator": "^0.1.5",
26+
"@hono/standard-validator": "catalog:",
2727
"@local/common": "workspace:*",
2828
"@local/locales": "workspace:*",
2929
"@local/tsconfig": "workspace:*",
30-
"@namesmt/utils": "^0.5.18",
31-
"@scalar/hono-api-reference": "^0.9.24",
32-
"@vitest/coverage-v8": "^4.0.9",
33-
"@workos-inc/node": "^7.73.0",
34-
"arktype": "^2.1.26",
30+
"@namesmt/utils": "catalog:",
31+
"@scalar/hono-api-reference": "catalog:",
32+
"@vitest/coverage-v8": "catalog:",
33+
"@workos-inc/node": "catalog:",
34+
"arktype": "catalog:",
3535
"backend-convex": "workspace:*",
36-
"convex": "^1.29.1",
37-
"grammy": "^1.38.3",
38-
"hono": "^4.10.6",
39-
"hono-adapter-aws-lambda": "^1.3.3",
40-
"hono-cookie-state": "^0.1.4",
41-
"hono-openapi": "^1.1.1",
42-
"petite-vue-i18n": "^11.1.12",
43-
"std-env": "^3.10.0",
44-
"tsdown": "^0.16.4",
45-
"vitest": "^4.0.9"
36+
"convex": "catalog:",
37+
"grammy": "catalog:",
38+
"hono": "catalog:",
39+
"hono-adapter-aws-lambda": "catalog:",
40+
"hono-cookie-state": "catalog:",
41+
"hono-openapi": "catalog:",
42+
"petite-vue-i18n": "catalog:",
43+
"std-env": "catalog:",
44+
"tsdown": "catalog:",
45+
"vitest": "catalog:"
4646
}
4747
}

apps/frontend/package.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -16,60 +16,60 @@
1616
"shad-add": "pnpm dlx shadcn-vue@2 add"
1717
},
1818
"dependencies": {
19-
"embla-carousel": "^8.6.0",
20-
"embla-carousel-vue": "^8.6.0",
21-
"lenis": "^1.3.15",
22-
"lucide-vue-next": "^0.553.0",
23-
"reka-ui": "^2.6.0"
19+
"embla-carousel": "catalog:",
20+
"embla-carousel-vue": "catalog:",
21+
"lenis": "catalog:",
22+
"lucide-vue-next": "catalog:",
23+
"reka-ui": "catalog:"
2424
},
2525
"devDependencies": {
26-
"@ai-sdk/vue": "^2.0.93",
26+
"@ai-sdk/vue": "catalog:",
2727
"@local/common": "workspace:*",
2828
"@local/common-vue": "workspace:*",
2929
"@local/locales": "workspace:*",
3030
"@local/tsconfig": "workspace:*",
31-
"@namesmt/vue-query-nuxt": "^0.3.7",
32-
"@nuxt/eslint": "^1.10.0",
33-
"@nuxt/image": "^2.0.0",
34-
"@nuxtjs/color-mode": "^4.0.0",
35-
"@nuxtjs/i18n": "^10.2.0",
36-
"@nuxtjs/mdc": "0.18.3",
37-
"@nuxtjs/seo": "^3.2.2",
38-
"@tanstack/query-persist-client-core": "^5.91.8",
39-
"@tanstack/vue-query": "^5.91.1",
40-
"@unocss/nuxt": "^66.5.6",
41-
"@vueuse/core": "^14.0.0",
42-
"@vueuse/integrations": "^14.0.0",
43-
"@vueuse/motion": "^3.0.3",
44-
"@vueuse/nuxt": "^14.0.0",
45-
"@vueuse/router": "^14.0.0",
31+
"@namesmt/vue-query-nuxt": "catalog:",
32+
"@nuxt/eslint": "catalog:",
33+
"@nuxt/image": "catalog:",
34+
"@nuxtjs/color-mode": "catalog:",
35+
"@nuxtjs/i18n": "catalog:",
36+
"@nuxtjs/mdc": "catalog:",
37+
"@nuxtjs/seo": "catalog:",
38+
"@tanstack/query-persist-client-core": "catalog:",
39+
"@tanstack/vue-query": "catalog:",
40+
"@unocss/nuxt": "catalog:",
41+
"@vueuse/core": "catalog:",
42+
"@vueuse/integrations": "catalog:",
43+
"@vueuse/motion": "catalog:",
44+
"@vueuse/nuxt": "catalog:",
45+
"@vueuse/router": "catalog:",
4646
"backend": "workspace:*",
4747
"backend-convex": "workspace:*",
48-
"class-variance-authority": "^0.7.1",
49-
"clsx": "^2.1.1",
50-
"convex": "^1.29.1",
51-
"convex-nuxt": "^0.1.5",
52-
"dayjs": "^1.11.19",
53-
"destr": "^2.0.5",
54-
"fetch-result-please": "^0.2.0",
55-
"h3-proxy": "^1.13.0",
56-
"hono": "^4.10.6",
57-
"idb-keyval": "^6.2.2",
58-
"kontroll": "^1.1.1",
59-
"nuxt": "^4.2.1",
60-
"nuxt-booster": "^3.3.1",
61-
"nuxt-llms": "^0.1.3",
62-
"nuxt-svgo": "4.2.6",
63-
"ohash": "^2.0.11",
64-
"sass": "^1.94.0",
65-
"shadcn-nuxt": "^2.3.3",
66-
"tailwind-merge": "^3.4.0",
67-
"ufo": "^1.6.1",
68-
"unocss": "^66.5.6",
69-
"unocss-preset-animations": "^1.3.0",
70-
"unocss-preset-shadcn": "^1.0.1",
71-
"vite-plugin-optimize-exclude": "^0.0.1",
72-
"vue": "^3.5.24",
73-
"vue-router": "^4.6.3"
48+
"class-variance-authority": "catalog:",
49+
"clsx": "catalog:",
50+
"convex": "catalog:",
51+
"convex-nuxt": "catalog:",
52+
"dayjs": "catalog:",
53+
"destr": "catalog:",
54+
"fetch-result-please": "catalog:",
55+
"h3-proxy": "catalog:",
56+
"hono": "catalog:",
57+
"idb-keyval": "catalog:",
58+
"kontroll": "catalog:",
59+
"nuxt": "catalog:",
60+
"nuxt-booster": "catalog:",
61+
"nuxt-llms": "catalog:",
62+
"nuxt-svgo": "catalog:",
63+
"ohash": "catalog:",
64+
"sass": "catalog:",
65+
"shadcn-nuxt": "catalog:",
66+
"tailwind-merge": "catalog:",
67+
"ufo": "catalog:",
68+
"unocss": "catalog:",
69+
"unocss-preset-animations": "catalog:",
70+
"unocss-preset-shadcn": "catalog:",
71+
"vite-plugin-optimize-exclude": "catalog:",
72+
"vue": "catalog:",
73+
"vue-router": "catalog:"
7474
}
7575
}

locals/common-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"quickcheck": "pnpm run lint && pnpm run test:types"
1010
},
1111
"dependencies": {
12-
"unocss": "^66.5.6",
13-
"vue": "^3.5.24"
12+
"unocss": "catalog:",
13+
"vue": "catalog:"
1414
},
1515
"devDependencies": {
1616
"@local/tsconfig": "workspace:*",
17-
"vue-tsc": "^3.1.4"
17+
"vue-tsc": "catalog:"
1818
}
1919
}

locals/common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"quickcheck": "pnpm run lint && pnpm run test:types"
1010
},
1111
"dependencies": {
12-
"pathe": "^2.0.3"
12+
"pathe": "catalog:"
1313
},
1414
"devDependencies": {
1515
"@local/tsconfig": "workspace:*",
16-
"dotenv": "^16.6.1",
17-
"type-fest": "^5.2.0"
16+
"dotenv": "catalog:",
17+
"type-fest": "catalog:"
1818
}
1919
}

locals/locales/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"postinstall": "tsx entry.ts"
1212
},
1313
"dependencies": {
14-
"petite-vue-i18n": "^11.1.12",
15-
"spreadsheet-i18n": "^0.3.8",
16-
"vue": "^3.5.24"
14+
"petite-vue-i18n": "catalog:",
15+
"spreadsheet-i18n": "catalog:",
16+
"vue": "catalog:"
1717
},
1818
"devDependencies": {
1919
"@local/tsconfig": "workspace:*"

locals/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"version": "0.0.0",
55
"private": true,
66
"devDependencies": {
7-
"@vue/tsconfig": "^0.8.1"
7+
"@vue/tsconfig": "catalog:"
88
}
99
}

package.json

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.3.0",
55
"private": true,
6-
"packageManager": "pnpm@10.22.0",
6+
"packageManager": "pnpm@10.24.0",
77
"engines": {
88
"node": ">=20.13.1"
99
},
@@ -21,37 +21,24 @@
2121
"prepare": "simple-git-hooks"
2222
},
2323
"dependencies": {
24-
"pathe": "^2.0.3",
25-
"sst": "^3.17.23",
26-
"std-env": "^3.10.0"
24+
"pathe": "catalog:",
25+
"sst": "catalog:",
26+
"std-env": "catalog:"
2727
},
2828
"devDependencies": {
29-
"@antfu/eslint-config": "^6.2.0",
30-
"@dotenvx/dotenvx": "1.51.1",
31-
"@namesmt/utils": "^0.5.18",
32-
"@types/aws-lambda": "^8.10.158",
33-
"@types/node": "^24.10.1",
34-
"@unocss/eslint-plugin": "^66.5.6",
35-
"eslint": "^9.39.1",
29+
"@antfu/eslint-config": "catalog:",
30+
"@dotenvx/dotenvx": "catalog:",
31+
"@namesmt/utils": "catalog:",
32+
"@types/aws-lambda": "catalog:",
33+
"@types/node": "catalog:",
34+
"@unocss/eslint-plugin": "catalog:",
35+
"eslint": "catalog:",
3636
"frontend": "workspace:*",
37-
"lint-staged": "^16.2.6",
38-
"simple-git-hooks": "^2.13.1",
39-
"tsx": "^4.20.6",
40-
"turbo": "^2.6.1",
41-
"typescript": "^5.9.3"
42-
},
43-
"pnpm": {
44-
"overrides": {
45-
"is-arguments": "npm:@nolyfill/is-arguments@^1.0.44",
46-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
47-
"is-generator-function": "npm:@nolyfill/is-generator-function@^1.0.44",
48-
"is-typed-array": "npm:@nolyfill/is-typed-array@^1.0.44",
49-
"isarray": "npm:@nolyfill/isarray@^1.0.44",
50-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.44",
51-
"side-channel": "npm:@nolyfill/side-channel@^1.0.44",
52-
"string.prototype.codepointat": "npm:@nolyfill/string.prototype.codepointat@^1.0.44",
53-
"which-typed-array": "npm:@nolyfill/which-typed-array@^1.0.44"
54-
}
37+
"lint-staged": "catalog:",
38+
"simple-git-hooks": "catalog:",
39+
"tsx": "catalog:",
40+
"turbo": "catalog:",
41+
"typescript": "catalog:"
5542
},
5643
"simple-git-hooks": {
5744
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)