Skip to content

Commit a1ef674

Browse files
renovate[bot]sonofmagic
authored andcommitted
chore(deps): update all non-major dependencies
[skip netlify]
1 parent 616c7f7 commit a1ef674

File tree

7 files changed

+178
-177
lines changed

7 files changed

+178
-177
lines changed

apps/client/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@
2626
"tailwind-variants": "^3.2.2",
2727
"vue": "^3.5.25",
2828
"vue-i18n": "^11.2.2",
29-
"vue-router": "^4.6.3"
29+
"vue-router": "^4.6.4"
3030
},
3131
"devDependencies": {
32-
"@cloudflare/vite-plugin": "^1.17.0",
32+
"@cloudflare/vite-plugin": "^1.17.1",
3333
"@hono/node-server": "^1.19.7",
3434
"@hono/trpc-server": "^0.4.1",
35-
"@tailwindcss/vite": "^4.1.17",
35+
"@tailwindcss/vite": "^4.1.18",
3636
"@trpc/server": "^11.7.2",
3737
"@vitejs/plugin-vue": "^6.0.2",
3838
"@vitejs/plugin-vue-jsx": "^5.1.2",
3939
"@vue/tsconfig": "^0.8.1",
4040
"hono": "^4.10.8",
41-
"tailwindcss": "^4.1.17",
41+
"tailwindcss": "^4.1.18",
4242
"typescript": "~5.9.3",
4343
"unplugin-vue-router": "^0.19.0",
4444
"vite": "^7.2.7",
4545
"vite-plugin-vue-devtools": "^8.0.5",
4646
"vite-tsconfig-paths": "^5.1.4",
4747
"vue-tsc": "3.1.8",
48-
"wrangler": "^4.53.0",
48+
"wrangler": "^4.54.0",
4949
"zod": "^4.1.13"
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.10.8",
56-
"wrangler": "^4.53.0",
56+
"wrangler": "^4.54.0",
5757
"zod": "^4.1.13"
5858
}
5959
}

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
},
2727
"devDependencies": {
2828
"@braintree/sanitize-url": "^7.1.1",
29-
"@tailwindcss/vite": "^4.1.17",
29+
"@tailwindcss/vite": "^4.1.18",
3030
"cytoscape": "^3.33.1",
3131
"cytoscape-cose-bilkent": "^4.1.0",
3232
"dayjs": "^1.11.19",
3333
"debug": "^4.4.3",
3434
"mermaid": "^11.12.2",
35-
"tailwindcss": "^4.1.17",
35+
"tailwindcss": "^4.1.18",
3636
"vitepress": "^1.6.4",
3737
"vitepress-plugin-mermaid": "^2.0.17"
3838
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"pkg-types": "^2.3.0",
6666
"rimraf": "^6.1.2",
6767
"stylelint": "^16.26.1",
68-
"tsdown": "0.17.2",
68+
"tsdown": "0.17.3",
6969
"tslib": "^2.8.1",
7070
"tsup": "^8.5.1",
7171
"tsx": "^4.21.0",

packages/monorepo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@pnpm/workspace.read-manifest": "^1000.2.8",
8383
"c12": "^3.3.2",
8484
"commander": "^14.0.2",
85-
"comment-json": "^4.4.1",
85+
"comment-json": "^4.5.0",
8686
"consola": "^3.4.2",
8787
"execa": "^9.6.1",
8888
"fs-extra": "^11.3.2",

packages/vue-lib-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
"types": "./dist/index.d.ts"
4646
},
4747
"devDependencies": {
48-
"@tailwindcss/vite": "^4.1.17",
48+
"@tailwindcss/vite": "^4.1.18",
4949
"@vitejs/plugin-vue": "^6.0.2",
5050
"@vue/test-utils": "^2.4.6",
5151
"@vue/tsconfig": "^0.8.1",
5252
"jsdom": "^27.3.0",
53-
"tailwindcss": "^4.1.17",
53+
"tailwindcss": "^4.1.18",
5454
"unplugin-vue-router": "^0.19.0",
5555
"vite": "^7.2.7",
5656
"vite-plugin-dts": "^4.5.4",
5757
"vue": "^3.5.25",
58-
"vue-router": "^4.6.3",
58+
"vue-router": "^4.6.4",
5959
"vue-tsc": "^3.1.8"
6060
}
6161
}

0 commit comments

Comments
 (0)