Skip to content

Commit 7c75a0f

Browse files
committed
chore: update deps
1 parent a52617c commit 7c75a0f

7 files changed

Lines changed: 2010 additions & 1774 deletions

File tree

apps/backend-convex/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
"@ai-sdk/anthropic": "^1.2.12",
2121
"@ai-sdk/google": "^1.2.22",
2222
"@ai-sdk/groq": "^1.2.9",
23-
"@ai-sdk/openai": "^1.3.22",
23+
"@ai-sdk/openai": "^1.3.23",
2424
"@convex-dev/rate-limiter": "^0.2.10",
2525
"@convex-dev/sharded-counter": "^0.1.8",
2626
"@hono/zod-validator": "^0.7.0",
2727
"@openrouter/ai-sdk-provider": "^0.7.2",
28-
"ai": "^4.3.16",
29-
"convex-helpers": "^0.1.95",
28+
"ai": "^4.3.17",
29+
"convex-helpers": "^0.1.96",
3030
"destr": "^2.0.5",
31-
"hono": "^4.8.3",
32-
"zod": "^3.25.67"
31+
"hono": "^4.8.4",
32+
"zod": "^3.25.75"
3333
},
3434
"devDependencies": {
3535
"@local/common": "workspace:*",
3636
"@local/locales": "workspace:*",
3737
"@local/tsconfig": "workspace:*",
38-
"@namesmt/utils": "^0.5.15",
38+
"@namesmt/utils": "^0.5.16",
3939
"convex": "^1.25.2",
4040
"kontroll": "^1.1.1",
4141
"vitest": "^3.2.4"

apps/backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@
1717
"deploy": "dotenvx run -f .env.prod.local -f .env.prod -f .env -- sh scripts/deploy.sh"
1818
},
1919
"dependencies": {
20-
"srvx": "^0.8.1"
20+
"srvx": "^0.8.2"
2121
},
2222
"devDependencies": {
2323
"@hono/arktype-validator": "^2.0.1",
24-
"@kinde-oss/kinde-typescript-sdk": "^2.11.1",
24+
"@kinde-oss/kinde-typescript-sdk": "^2.12.0",
2525
"@local/common": "workspace:*",
2626
"@local/locales": "workspace:*",
2727
"@local/tsconfig": "workspace:*",
28-
"@namesmt/utils": "^0.5.15",
29-
"@scalar/hono-api-reference": "^0.9.7",
28+
"@namesmt/utils": "^0.5.16",
29+
"@scalar/hono-api-reference": "^0.9.9",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"arktype": "^2.1.20",
3232
"backend-convex": "workspace:*",
3333
"convex": "^1.25.2",
34-
"hono": "^4.8.3",
34+
"hono": "^4.8.4",
3535
"hono-adapter-aws-lambda": "^1.3.3",
3636
"hono-openapi": "^0.4.8",
3737
"hono-sessions": "^0.7.3",
38-
"petite-vue-i18n": "^11.1.7",
38+
"petite-vue-i18n": "^11.1.9",
3939
"std-env": "^3.9.0",
4040
"tsdown": "^0.12.9",
4141
"vitest": "^3.2.4"

apps/frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"@local/locales": "workspace:*",
2929
"@local/tsconfig": "workspace:*",
3030
"@namesmt/vue-query-nuxt": "^0.3.7",
31-
"@nuxt/eslint": "^1.5.0",
31+
"@nuxt/eslint": "^1.5.2",
3232
"@nuxt/image": "^1.10.0",
3333
"@nuxtjs/color-mode": "^3.5.2",
3434
"@nuxtjs/i18n": "^9.5.6",
3535
"@nuxtjs/mdc": "0.17.0",
3636
"@nuxtjs/seo": "^3.1.0",
3737
"@tanstack/query-persist-client-core": "^5.81.5",
3838
"@tanstack/vue-query": "^5.81.5",
39-
"@unocss/nuxt": "^66.3.2",
39+
"@unocss/nuxt": "^66.3.3",
4040
"@vueuse/core": "^13.5.0",
4141
"@vueuse/integrations": "^13.5.0",
4242
"@vueuse/motion": "^3.0.3",
@@ -51,10 +51,10 @@
5151
"dayjs": "^1.11.13",
5252
"destr": "^2.0.5",
5353
"h3-proxy": "^1.13.0",
54-
"hono": "^4.8.3",
54+
"hono": "^4.8.4",
5555
"idb-keyval": "^6.2.2",
5656
"kontroll": "^1.1.1",
57-
"nuxt": "4.0.0-alpha.2",
57+
"nuxt": "^4.0.0-rc.0",
5858
"nuxt-booster": "^3.2.9",
5959
"nuxt-llms": "^0.1.3",
6060
"nuxt-svgo": "4.2.2",
@@ -63,7 +63,7 @@
6363
"shadcn-nuxt": "^1.0.3",
6464
"tailwind-merge": "^2.6.0",
6565
"ufo": "^1.6.1",
66-
"unocss": "^66.3.2",
66+
"unocss": "^66.3.3",
6767
"unocss-preset-animations": "^1.2.1",
6868
"unocss-preset-shadcn": "^0.5.0",
6969
"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.3.2",
12+
"unocss": "^66.3.3",
1313
"vue": "^3.5.17"
1414
},
1515
"devDependencies": {
1616
"@local/tsconfig": "workspace:*",
17-
"vue-tsc": "^3.0.0"
17+
"vue-tsc": "^3.0.1"
1818
}
1919
}

locals/locales/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"postinstall": "tsx entry.ts"
1212
},
1313
"dependencies": {
14-
"petite-vue-i18n": "^11.1.7",
14+
"petite-vue-i18n": "^11.1.9",
1515
"spreadsheet-i18n": "^0.3.7",
1616
"vue": "^3.5.17"
1717
},

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
},
2323
"dependencies": {
2424
"pathe": "^2.0.3",
25-
"sst": "^3.17.8",
25+
"sst": "^3.17.10",
2626
"std-env": "^3.9.0"
2727
},
2828
"devDependencies": {
2929
"@antfu/eslint-config": "^4.16.2",
3030
"@dotenvx/dotenvx": "1.11.4",
31-
"@namesmt/utils": "^0.5.15",
31+
"@namesmt/utils": "^0.5.16",
3232
"@types/aws-lambda": "^8.10.150",
3333
"@types/node": "^22.16.0",
34-
"@unocss/eslint-plugin": "^66.3.2",
34+
"@unocss/eslint-plugin": "^66.3.3",
3535
"eslint": "^9.30.1",
3636
"frontend": "workspace:*",
3737
"lint-staged": "^16.1.2",
@@ -42,8 +42,6 @@
4242
},
4343
"pnpm": {
4444
"overrides": {
45-
"@nuxt/kit": "4.0.0-alpha.2",
46-
"@nuxt/schema": "4.0.0-alpha.2",
4745
"convex-vue": "npm:@namesmt/convex-vue@^0.1.1",
4846
"is-arguments": "npm:@nolyfill/is-arguments@^1.0.44",
4947
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",

0 commit comments

Comments
 (0)