Skip to content

Commit e0b5da3

Browse files
committed
chore: update deps (vue-tsc 3.0)
1 parent bdc16a9 commit e0b5da3

6 files changed

Lines changed: 544 additions & 787 deletions

File tree

apps/backend-convex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@ai-sdk/anthropic": "^1.2.12",
21-
"@ai-sdk/google": "^1.2.19",
21+
"@ai-sdk/google": "^1.2.22",
2222
"@ai-sdk/groq": "^1.2.9",
2323
"@ai-sdk/openai": "^1.3.22",
2424
"@convex-dev/rate-limiter": "^0.2.10",
@@ -36,7 +36,7 @@
3636
"@local/locales": "workspace:*",
3737
"@local/tsconfig": "workspace:*",
3838
"@namesmt/utils": "^0.5.15",
39-
"convex": "^1.25.1",
39+
"convex": "^1.25.2",
4040
"kontroll": "^1.1.1",
4141
"vitest": "^3.2.4"
4242
}

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"arktype": "^2.1.20",
3232
"backend-convex": "workspace:*",
33-
"convex": "^1.25.1",
33+
"convex": "^1.25.2",
3434
"hono": "^4.8.3",
3535
"hono-adapter-aws-lambda": "^1.3.3",
3636
"hono-openapi": "^0.4.8",

apps/frontend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"embla-carousel-vue": "^8.6.0",
2020
"lenis": "^1.3.4",
2121
"lucide-vue-next": "^0.525.0",
22-
"reka-ui": "^2.3.1"
22+
"reka-ui": "^2.3.2"
2323
},
2424
"devDependencies": {
2525
"@ai-sdk/vue": "^1.2.12",
@@ -28,7 +28,7 @@
2828
"@local/locales": "workspace:*",
2929
"@local/tsconfig": "workspace:*",
3030
"@namesmt/vue-query-nuxt": "^0.3.7",
31-
"@nuxt/eslint": "^1.4.1",
31+
"@nuxt/eslint": "^1.5.0",
3232
"@nuxt/image": "^1.10.0",
3333
"@nuxtjs/color-mode": "^3.5.2",
3434
"@nuxtjs/i18n": "^9.5.6",
@@ -37,16 +37,16 @@
3737
"@tanstack/query-persist-client-core": "^5.81.5",
3838
"@tanstack/vue-query": "^5.81.5",
3939
"@unocss/nuxt": "^66.3.2",
40-
"@vueuse/core": "^13.4.0",
41-
"@vueuse/integrations": "^13.4.0",
40+
"@vueuse/core": "^13.5.0",
41+
"@vueuse/integrations": "^13.5.0",
4242
"@vueuse/motion": "^3.0.3",
43-
"@vueuse/nuxt": "^13.4.0",
44-
"@vueuse/router": "^13.4.0",
43+
"@vueuse/nuxt": "^13.5.0",
44+
"@vueuse/router": "^13.5.0",
4545
"backend": "workspace:*",
4646
"backend-convex": "workspace:*",
4747
"class-variance-authority": "^0.7.1",
4848
"clsx": "^2.1.1",
49-
"convex": "^1.25.1",
49+
"convex": "^1.25.2",
5050
"convex-nuxt": "0.0.7",
5151
"dayjs": "^1.11.13",
5252
"destr": "^2.0.5",

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": "^2.2.10"
17+
"vue-tsc": "^3.0.0"
1818
}
1919
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"std-env": "^3.9.0"
2727
},
2828
"devDependencies": {
29-
"@antfu/eslint-config": "^4.16.1",
29+
"@antfu/eslint-config": "^4.16.2",
3030
"@dotenvx/dotenvx": "1.11.4",
3131
"@namesmt/utils": "^0.5.15",
3232
"@types/aws-lambda": "^8.10.150",
33-
"@types/node": "^22.15.34",
33+
"@types/node": "^22.16.0",
3434
"@unocss/eslint-plugin": "^66.3.2",
35-
"eslint": "^9.30.0",
35+
"eslint": "^9.30.1",
3636
"frontend": "workspace:*",
3737
"lint-staged": "^16.1.2",
3838
"simple-git-hooks": "^2.13.0",

0 commit comments

Comments
 (0)