Skip to content

Commit 17b0497

Browse files
committed
chore: update deps
1 parent 7befd19 commit 17b0497

7 files changed

Lines changed: 2320 additions & 2253 deletions

File tree

apps/backend-convex/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@
1717
"_deploy": "convex deploy -y"
1818
},
1919
"dependencies": {
20-
"@ai-sdk/anthropic": "^2.0.15",
21-
"@ai-sdk/google": "^2.0.13",
22-
"@ai-sdk/groq": "^2.0.18",
23-
"@ai-sdk/openai": "^2.0.27",
20+
"@ai-sdk/anthropic": "^2.0.17",
21+
"@ai-sdk/google": "^2.0.15",
22+
"@ai-sdk/groq": "^2.0.20",
23+
"@ai-sdk/openai": "^2.0.32",
2424
"@ai-sdk/provider": "^2.0.0",
2525
"@convex-dev/rate-limiter": "^0.2.12",
2626
"@convex-dev/sharded-counter": "^0.1.8",
27-
"@hono/zod-validator": "^0.7.2",
27+
"@hono/zod-validator": "^0.7.3",
2828
"@openrouter/ai-sdk-provider": "^1.2.0",
29-
"ai": "^5.0.39",
29+
"ai": "^5.0.49",
3030
"convex-helpers": "^0.1.104",
3131
"destr": "^2.0.5",
32-
"hono": "^4.9.6",
33-
"zod": "^3.25.76"
32+
"hono": "^4.9.8",
33+
"zod": "^4.1.11"
3434
},
3535
"devDependencies": {
3636
"@local/common": "workspace:*",
3737
"@local/locales": "workspace:*",
3838
"@local/tsconfig": "workspace:*",
3939
"@namesmt/utils": "^0.5.17",
40-
"convex": "^1.27.0",
40+
"convex": "^1.27.3",
4141
"kontroll": "^1.1.1",
4242
"vitest": "^3.2.4"
4343
}

apps/backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"@local/locales": "workspace:*",
2727
"@local/tsconfig": "workspace:*",
2828
"@namesmt/utils": "^0.5.17",
29-
"@scalar/hono-api-reference": "^0.9.18",
29+
"@scalar/hono-api-reference": "^0.9.19",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"arktype": "^2.1.22",
3232
"backend-convex": "workspace:*",
33-
"convex": "^1.27.0",
34-
"hono": "^4.9.6",
33+
"convex": "^1.27.3",
34+
"hono": "^4.9.8",
3535
"hono-adapter-aws-lambda": "^1.3.3",
36-
"hono-openapi": "^1.0.4",
36+
"hono-openapi": "^1.0.8",
3737
"hono-sessions": "^0.8.0",
3838
"petite-vue-i18n": "^11.1.12",
3939
"std-env": "^3.9.0",
40-
"tsdown": "^0.15.0",
40+
"tsdown": "^0.15.4",
4141
"vitest": "^3.2.4"
4242
}
4343
}

apps/frontend/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"embla-carousel": "^8.6.0",
2020
"embla-carousel-vue": "^8.6.0",
2121
"lenis": "^1.3.11",
22-
"lucide-vue-next": "^0.543.0",
22+
"lucide-vue-next": "^0.544.0",
2323
"reka-ui": "^2.5.0"
2424
},
2525
"devDependencies": {
26-
"@ai-sdk/vue": "^2.0.39",
26+
"@ai-sdk/vue": "^2.0.49",
2727
"@local/common": "workspace:*",
2828
"@local/common-vue": "workspace:*",
2929
"@local/locales": "workspace:*",
@@ -34,10 +34,10 @@
3434
"@nuxtjs/color-mode": "^3.5.2",
3535
"@nuxtjs/i18n": "^10.1.0",
3636
"@nuxtjs/mdc": "0.17.0",
37-
"@nuxtjs/seo": "^3.1.0",
38-
"@tanstack/query-persist-client-core": "^5.87.1",
39-
"@tanstack/vue-query": "^5.87.1",
40-
"@unocss/nuxt": "^66.5.1",
37+
"@nuxtjs/seo": "^3.2.2",
38+
"@tanstack/query-persist-client-core": "^5.90.2",
39+
"@tanstack/vue-query": "^5.90.2",
40+
"@unocss/nuxt": "^66.5.2",
4141
"@vueuse/core": "^13.9.0",
4242
"@vueuse/integrations": "^13.9.0",
4343
"@vueuse/motion": "^3.0.3",
@@ -47,25 +47,25 @@
4747
"backend-convex": "workspace:*",
4848
"class-variance-authority": "^0.7.1",
4949
"clsx": "^2.1.1",
50-
"convex": "^1.27.0",
50+
"convex": "^1.27.3",
5151
"convex-nuxt": "^0.1.5",
5252
"dayjs": "^1.11.18",
5353
"destr": "^2.0.5",
5454
"fetch-result-please": "^0.2.0",
5555
"h3-proxy": "^1.13.0",
56-
"hono": "^4.9.6",
56+
"hono": "^4.9.8",
5757
"idb-keyval": "^6.2.2",
5858
"kontroll": "^1.1.1",
59-
"nuxt": "^4.1.1",
59+
"nuxt": "^4.1.2",
6060
"nuxt-booster": "^3.3.0",
6161
"nuxt-llms": "^0.1.3",
6262
"nuxt-svgo": "4.2.2",
6363
"ohash": "^2.0.11",
64-
"sass": "^1.92.1",
64+
"sass": "^1.93.1",
6565
"shadcn-nuxt": "^2.2.0",
6666
"tailwind-merge": "^3.3.1",
6767
"ufo": "^1.6.1",
68-
"unocss": "^66.5.1",
68+
"unocss": "^66.5.2",
6969
"unocss-preset-animations": "^1.2.1",
7070
"unocss-preset-shadcn": "^1.0.1",
7171
"vite-plugin-optimize-exclude": "^0.0.1",

locals/common-vue/package.json

Lines changed: 2 additions & 2 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.1",
12+
"unocss": "^66.5.2",
1313
"vue": "^3.5.21"
1414
},
1515
"devDependencies": {
1616
"@local/tsconfig": "workspace:*",
17-
"vue-tsc": "^3.0.6"
17+
"vue-tsc": "^3.0.8"
1818
}
1919
}

locals/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@local/tsconfig": "workspace:*",
1616
"dotenv": "^16.6.1",
17-
"type-fest": "^4.41.0"
17+
"type-fest": "^5.0.1"
1818
}
1919
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.1.0",
55
"private": true,
6-
"packageManager": "pnpm@10.15.1",
6+
"packageManager": "pnpm@10.17.1",
77
"engines": {
88
"node": ">=20.13.1"
99
},
@@ -22,19 +22,19 @@
2222
},
2323
"dependencies": {
2424
"pathe": "^2.0.3",
25-
"sst": "^3.17.12",
25+
"sst": "^3.17.14",
2626
"std-env": "^3.9.0"
2727
},
2828
"devDependencies": {
29-
"@antfu/eslint-config": "^5.3.0",
29+
"@antfu/eslint-config": "^5.4.1",
3030
"@dotenvx/dotenvx": "1.11.4",
3131
"@namesmt/utils": "^0.5.17",
3232
"@types/aws-lambda": "^8.10.152",
33-
"@types/node": "^24.3.1",
34-
"@unocss/eslint-plugin": "^66.5.1",
35-
"eslint": "^9.35.0",
33+
"@types/node": "^24.5.2",
34+
"@unocss/eslint-plugin": "^66.5.2",
35+
"eslint": "^9.36.0",
3636
"frontend": "workspace:*",
37-
"lint-staged": "^16.1.6",
37+
"lint-staged": "^16.2.0",
3838
"simple-git-hooks": "^2.13.1",
3939
"tsx": "^4.20.5",
4040
"turbo": "^2.5.6",

0 commit comments

Comments
 (0)