Skip to content

Commit eb36121

Browse files
committed
chore: update deps
1 parent d312a05 commit eb36121

8 files changed

Lines changed: 1080 additions & 1168 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ To develop all apps and packages, run the following command:
139139
`pnpm run dev`
140140

141141
For local development environment variables / secrets, create a copy of `.env.dev` to `.env.dev.local`.
142-
- AI Agent will help you creating the `.env.dev.local` files if you use the AI initialization prompt.
143142

144143
### Deploy
145144

apps/backend-convex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@ai-sdk/openai": "^1.3.23",
2424
"@convex-dev/rate-limiter": "^0.2.11",
2525
"@convex-dev/sharded-counter": "^0.1.8",
26-
"@hono/zod-validator": "^0.7.1",
27-
"@openrouter/ai-sdk-provider": "^0.7.2",
26+
"@hono/zod-validator": "^0.7.2",
27+
"@openrouter/ai-sdk-provider": "^0.7.3",
2828
"ai": "^4.3.19",
2929
"convex-helpers": "^0.1.99",
3030
"destr": "^2.0.5",

apps/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@local/locales": "workspace:*",
2727
"@local/tsconfig": "workspace:*",
2828
"@namesmt/utils": "^0.5.16",
29-
"@scalar/hono-api-reference": "^0.9.11",
29+
"@scalar/hono-api-reference": "^0.9.12",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"arktype": "^2.1.20",
3232
"backend-convex": "workspace:*",
@@ -35,7 +35,7 @@
3535
"hono-adapter-aws-lambda": "^1.3.3",
3636
"hono-openapi": "^0.4.8",
3737
"hono-sessions": "^0.8.0",
38-
"petite-vue-i18n": "^11.1.10",
38+
"petite-vue-i18n": "^11.1.11",
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
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"embla-carousel": "^8.6.0",
1919
"embla-carousel-vue": "^8.6.0",
20-
"lenis": "^1.3.7",
20+
"lenis": "^1.3.8",
2121
"lucide-vue-next": "^0.525.0",
2222
"reka-ui": "^2.3.2"
2323
},
@@ -28,10 +28,10 @@
2828
"@local/locales": "workspace:*",
2929
"@local/tsconfig": "workspace:*",
3030
"@namesmt/vue-query-nuxt": "^0.3.7",
31-
"@nuxt/eslint": "^1.6.0",
31+
"@nuxt/eslint": "^1.7.0",
3232
"@nuxt/image": "^1.10.0",
3333
"@nuxtjs/color-mode": "^3.5.2",
34-
"@nuxtjs/i18n": "^10.0.0",
34+
"@nuxtjs/i18n": "^10.0.2",
3535
"@nuxtjs/mdc": "0.17.0",
3636
"@nuxtjs/seo": "^3.1.0",
3737
"@tanstack/query-persist-client-core": "^5.83.0",
@@ -54,7 +54,7 @@
5454
"hono": "^4.8.5",
5555
"idb-keyval": "^6.2.2",
5656
"kontroll": "^1.1.1",
57-
"nuxt": "^4.0.0",
57+
"nuxt": "^4.0.1",
5858
"nuxt-booster": "^3.2.9",
5959
"nuxt-llms": "^0.1.3",
6060
"nuxt-svgo": "4.2.2",
@@ -67,7 +67,7 @@
6767
"unocss-preset-animations": "^1.2.1",
6868
"unocss-preset-shadcn": "^0.5.0",
6969
"vite-plugin-optimize-exclude": "^0.0.1",
70-
"vue": "^3.5.17",
70+
"vue": "^3.5.18",
7171
"vue-router": "^4.5.1"
7272
}
7373
}

locals/common-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"unocss": "^66.3.3",
13-
"vue": "^3.5.17"
13+
"vue": "^3.5.18"
1414
},
1515
"devDependencies": {
1616
"@local/tsconfig": "workspace:*",
17-
"vue-tsc": "^3.0.2"
17+
"vue-tsc": "^3.0.3"
1818
}
1919
}

locals/locales/package.json

Lines changed: 2 additions & 2 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.10",
14+
"petite-vue-i18n": "^11.1.11",
1515
"spreadsheet-i18n": "^0.3.8",
16-
"vue": "^3.5.17"
16+
"vue": "^3.5.18"
1717
},
1818
"devDependencies": {
1919
"@local/tsconfig": "workspace:*"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"std-env": "^3.9.0"
2626
},
2727
"devDependencies": {
28-
"@antfu/eslint-config": "^4.17.0",
28+
"@antfu/eslint-config": "^4.18.0",
2929
"@dotenvx/dotenvx": "1.11.4",
3030
"@namesmt/utils": "^0.5.16",
31-
"@types/aws-lambda": "^8.10.150",
32-
"@types/node": "^22.16.4",
31+
"@types/aws-lambda": "^8.10.152",
32+
"@types/node": "^22.16.5",
3333
"@unocss/eslint-plugin": "^66.3.3",
3434
"eslint": "^9.31.0",
3535
"frontend": "workspace:*",

pnpm-lock.yaml

Lines changed: 1064 additions & 1151 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)