Skip to content

Commit 2b71dea

Browse files
committed
chore(deps): upgrade
1 parent d0300e4 commit 2b71dea

File tree

8 files changed

+377
-429
lines changed

8 files changed

+377
-429
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json",
33
"changelog": [
4-
"@changesets/changelog-github",
4+
"@icebreakers/changelog-github",
55
{
66
"repo": "sonofmagic/monorepo-template"
77
}

.changeset/floppy-cities-stick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@icebreakers/monorepo": patch
3+
---
4+
5+
chore(deps): upgrade

apps/client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@faker-js/faker": "^10.1.0",
18-
"@tanstack/vue-query": "^5.92.1",
19-
"@tanstack/vue-query-devtools": "^6.1.2",
18+
"@tanstack/vue-query": "^5.92.4",
19+
"@tanstack/vue-query-devtools": "^6.1.3",
2020
"@tanstack/vue-table": "^8.21.3",
2121
"@tanstack/vue-virtual": "^3.13.13",
2222
"@trpc/client": "^11.8.1",
@@ -38,10 +38,10 @@
3838
"@vitejs/plugin-vue-jsx": "^5.1.3",
3939
"@vue/tsconfig": "^0.8.1",
4040
"consola": "^3.4.2",
41-
"hono": "^4.11.1",
41+
"hono": "^4.11.3",
4242
"tailwindcss": "^4.1.18",
4343
"typescript": "~5.9.3",
44-
"unplugin-vue-router": "^0.19.1",
44+
"unplugin-vue-router": "^0.19.2",
4545
"vite": "^7.3.0",
4646
"vite-plugin-vue-devtools": "^8.0.5",
4747
"vite-tsconfig-paths": "^6.0.3",

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
"consola": "^3.4.2",
56-
"hono": "^4.11.1",
56+
"hono": "^4.11.3",
5757
"wrangler": "^4.56.0",
5858
"zod": "^4.2.1"
5959
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"script:mirror": "monorepo mirror"
4646
},
4747
"devDependencies": {
48-
"@changesets/changelog-github": "^0.5.2",
4948
"@changesets/cli": "^2.29.8",
5049
"@commitlint/cli": "^20.2.0",
50+
"@icebreakers/changelog-github": "^0.1.0",
5151
"@icebreakers/commitlint-config": "^1.2.3",
52-
"@icebreakers/eslint-config": "^1.6.9",
52+
"@icebreakers/eslint-config": "^1.6.10",
5353
"@icebreakers/monorepo": "workspace:*",
5454
"@icebreakers/stylelint-config": "^1.2.4",
5555
"@types/fs-extra": "^11.0.4",

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.9",
8383
"c12": "^3.3.3",
8484
"commander": "^14.0.2",
85-
"comment-json": "^4.5.0",
85+
"comment-json": "^4.5.1",
8686
"consola": "^3.4.2",
8787
"execa": "^9.6.1",
8888
"fs-extra": "^11.3.3",

packages/vue-lib-template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"@vitejs/plugin-vue": "^6.0.3",
5050
"@vue/test-utils": "^2.4.6",
5151
"@vue/tsconfig": "^0.8.1",
52-
"jsdom": "^27.3.0",
52+
"jsdom": "^27.4.0",
5353
"tailwindcss": "^4.1.18",
54-
"unplugin-vue-router": "^0.19.1",
54+
"unplugin-vue-router": "^0.19.2",
5555
"vite": "^7.3.0",
5656
"vite-plugin-dts": "^4.5.4",
5757
"vue": "^3.5.26",

0 commit comments

Comments
 (0)