Skip to content

Commit 4c6c124

Browse files
chore(deps): update all non-major dependencies (#500)
[skip netlify] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4358680 commit 4c6c124

File tree

7 files changed

+234
-181
lines changed

7 files changed

+234
-181
lines changed

apps/client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"pinia": "^3.0.4",
2525
"tailwind-merge": "^3.4.0",
2626
"tailwind-variants": "^3.2.2",
27-
"vue": "^3.5.25",
27+
"vue": "^3.5.26",
2828
"vue-i18n": "^11.2.2",
2929
"vue-router": "^4.6.4"
3030
},
3131
"devDependencies": {
32-
"@cloudflare/vite-plugin": "^1.18.0",
32+
"@cloudflare/vite-plugin": "^1.19.0",
3333
"@hono/node-server": "^1.19.7",
3434
"@hono/trpc-server": "^0.4.1",
3535
"@tailwindcss/vite": "^4.1.18",
@@ -43,9 +43,9 @@
4343
"unplugin-vue-router": "^0.19.1",
4444
"vite": "^7.3.0",
4545
"vite-plugin-vue-devtools": "^8.0.5",
46-
"vite-tsconfig-paths": "^6.0.2",
46+
"vite-tsconfig-paths": "^6.0.3",
4747
"vue-tsc": "3.1.8",
48-
"wrangler": "^4.55.0",
48+
"wrangler": "^4.56.0",
4949
"zod": "^4.2.1"
5050
}
5151
}

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@hono/node-server": "^1.19.7",
5555
"hono": "^4.11.1",
56-
"wrangler": "^4.55.0",
56+
"wrangler": "^4.56.0",
5757
"zod": "^4.2.1"
5858
}
5959
}

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint:fix": "eslint . --fix"
2323
},
2424
"dependencies": {
25-
"vue": "^3.5.25"
25+
"vue": "^3.5.26"
2626
},
2727
"devDependencies": {
2828
"@braintree/sanitize-url": "^7.1.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"es-toolkit": "^1.43.0",
5858
"eslint": "^9.39.2",
5959
"execa": "^9.6.1",
60-
"fs-extra": "^11.3.2",
60+
"fs-extra": "^11.3.3",
6161
"husky": "^9.1.7",
6262
"lint-staged": "^16.2.7",
6363
"only-allow": "^1.2.2",

packages/monorepo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"comment-json": "^4.5.0",
8686
"consola": "^3.4.2",
8787
"execa": "^9.6.1",
88-
"fs-extra": "^11.3.2",
88+
"fs-extra": "^11.3.3",
8989
"git-url-parse": "^16.1.0",
9090
"klaw": "^4.1.0",
9191
"p-queue": "^9.0.1",

packages/vue-lib-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"unplugin-vue-router": "^0.19.1",
5555
"vite": "^7.3.0",
5656
"vite-plugin-dts": "^4.5.4",
57-
"vue": "^3.5.25",
57+
"vue": "^3.5.26",
5858
"vue-router": "^4.6.4",
5959
"vue-tsc": "^3.1.8"
6060
}

0 commit comments

Comments
 (0)