Skip to content

Commit 40f293c

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 4ec4b38 commit 40f293c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"pnpm": "8.15.5",
3434
"prettier": "^3.2.5",
3535
"rimraf": "^5.0.5",
36-
"simple-git-hooks": "^2.11.0",
36+
"simple-git-hooks": "^2.11.1",
3737
"taze": "^0.13.3",
3838
"typescript": "^5.4.3",
3939
"vitest": "^1.4.0"

packages/vue-query-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dev": "nuxi dev"
5656
},
5757
"peerDependencies": {
58-
"@tanstack/vue-query": "^5.28.7",
58+
"@tanstack/vue-query": "^5.28.9",
5959
"nuxt": "^3.11.1"
6060
},
6161
"dependencies": {

playgrounds/advanced/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "^5.28.7",
12+
"@tanstack/vue-query": "^5.28.9",
1313
"@wundergraph/vue-query": "^0.2.31"
1414
},
1515
"devDependencies": {
16-
"@nuxt/devtools": "^1.1.3",
16+
"@nuxt/devtools": "^1.1.5",
1717
"nuxt": "^3.11.1"
1818
}
1919
}

playgrounds/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "^5.28.7",
12+
"@tanstack/vue-query": "^5.28.9",
1313
"nuxt": "^3.11.1"
1414
}
1515
}

playgrounds/wagmi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "5.28.7",
12+
"@tanstack/vue-query": "5.28.9",
1313
"@use-wagmi/nuxt": "^1.1.8",
1414
"nuxt": "^3.11.1",
1515
"use-wagmi": "^0.4.10",

0 commit comments

Comments
 (0)