Skip to content

Commit 88a89ee

Browse files
committed
chore: update deps
1 parent 9174350 commit 88a89ee

6 files changed

Lines changed: 484 additions & 485 deletions

File tree

apps/backend-convex/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"@ai-sdk/google": "^1.2.22",
2222
"@ai-sdk/groq": "^1.2.9",
2323
"@ai-sdk/openai": "^1.3.23",
24-
"@convex-dev/rate-limiter": "^0.2.11",
24+
"@convex-dev/rate-limiter": "^0.2.12",
2525
"@convex-dev/sharded-counter": "^0.1.8",
2626
"@hono/zod-validator": "^0.7.2",
2727
"@openrouter/ai-sdk-provider": "^0.7.3",
2828
"ai": "^4.3.19",
29-
"convex-helpers": "^0.1.99",
29+
"convex-helpers": "^0.1.100",
3030
"destr": "^2.0.5",
31-
"hono": "^4.8.5",
31+
"hono": "^4.8.7",
3232
"zod": "^3.25.76"
3333
},
3434
"devDependencies": {

apps/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"arktype": "^2.1.20",
3232
"backend-convex": "workspace:*",
3333
"convex": "^1.25.4",
34-
"hono": "^4.8.5",
34+
"hono": "^4.8.7",
3535
"hono-adapter-aws-lambda": "^1.3.3",
3636
"hono-openapi": "^0.4.8",
3737
"hono-sessions": "^0.8.0",
3838
"petite-vue-i18n": "^11.1.11",
3939
"std-env": "^3.9.0",
40-
"tsdown": "^0.12.9",
40+
"tsdown": "^0.13.0",
4141
"vitest": "^3.2.4"
4242
}
4343
}

apps/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"embla-carousel-vue": "^8.6.0",
2020
"lenis": "^1.3.8",
2121
"lucide-vue-next": "^0.525.0",
22-
"reka-ui": "^2.3.2"
22+
"reka-ui": "^2.4.0"
2323
},
2424
"devDependencies": {
2525
"@ai-sdk/vue": "^1.2.12",
@@ -28,10 +28,10 @@
2828
"@local/locales": "workspace:*",
2929
"@local/tsconfig": "workspace:*",
3030
"@namesmt/vue-query-nuxt": "^0.3.7",
31-
"@nuxt/eslint": "^1.7.0",
31+
"@nuxt/eslint": "^1.7.1",
3232
"@nuxt/image": "^1.10.0",
3333
"@nuxtjs/color-mode": "^3.5.2",
34-
"@nuxtjs/i18n": "^10.0.2",
34+
"@nuxtjs/i18n": "^10.0.3",
3535
"@nuxtjs/mdc": "0.17.0",
3636
"@nuxtjs/seo": "^3.1.0",
3737
"@tanstack/query-persist-client-core": "^5.83.0",
@@ -51,7 +51,7 @@
5151
"dayjs": "^1.11.13",
5252
"destr": "^2.0.5",
5353
"h3-proxy": "^1.13.0",
54-
"hono": "^4.8.5",
54+
"hono": "^4.8.7",
5555
"idb-keyval": "^6.2.2",
5656
"kontroll": "^1.1.1",
5757
"nuxt": "^4.0.1",

locals/common-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"devDependencies": {
1616
"@local/tsconfig": "workspace:*",
17-
"vue-tsc": "^3.0.3"
17+
"vue-tsc": "^3.0.4"
1818
}
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"std-env": "^3.9.0"
2626
},
2727
"devDependencies": {
28-
"@antfu/eslint-config": "^4.18.0",
28+
"@antfu/eslint-config": "^5.0.0",
2929
"@dotenvx/dotenvx": "1.11.4",
3030
"@namesmt/utils": "^0.5.16",
3131
"@types/aws-lambda": "^8.10.152",

0 commit comments

Comments
 (0)