Skip to content

Commit fc6027f

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 47ff9c5 commit fc6027f

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

bun.lockb

50.8 KB
Binary file not shown.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"devDependencies": {
1111
"@nuxt-themes/docus": "^1.15.0",
12-
"nuxt": "^3.7.4"
12+
"nuxt": "^3.8.0"
1313
}
1414
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"devDependencies": {
2424
"@hebilicious/eslint-config": "0.0.3-beta.3",
25-
"@nuxt/test-utils": "^3.7.4",
26-
"@types/node": "20.8.6",
25+
"@nuxt/test-utils": "^3.8.0",
26+
"@types/node": "20.8.7",
2727
"bumpp": "^9.2.0",
28-
"bun-types": "^1.0.6",
28+
"bun-types": "^1.0.7",
2929
"conventional-changelog-cli": "^4.1.0",
30-
"eslint": "8.51.0",
30+
"eslint": "8.52.0",
3131
"eslint-plugin-import": "^2.28.1",
32-
"lint-staged": "^15.0.1",
33-
"pnpm": "8.9.1",
32+
"lint-staged": "^15.0.2",
33+
"pnpm": "8.9.2",
3434
"prettier": "^3.0.3",
3535
"rimraf": "^5.0.5",
3636
"simple-git-hooks": "^2.9.0",

packages/vue-query-nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"dev": "nuxi dev"
5656
},
5757
"peerDependencies": {
58-
"@tanstack/vue-query": "^5.0.0",
59-
"nuxt": "^3.7.4"
58+
"@tanstack/vue-query": "^5.0.4",
59+
"nuxt": "^3.8.0"
6060
},
6161
"dependencies": {
62-
"@nuxt/kit": "^3.7.4",
62+
"@nuxt/kit": "^3.8.0",
6363
"defu": "^6.1.2",
64-
"esbuild": "^0.19.4",
64+
"esbuild": "^0.19.5",
6565
"magicast": "^0.3.0"
6666
},
6767
"devDependencies": {

playgrounds/advanced/package.json

Lines changed: 3 additions & 3 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.0.0",
13-
"@wundergraph/vue-query": "^0.2.18"
12+
"@tanstack/vue-query": "^5.0.4",
13+
"@wundergraph/vue-query": "^0.2.19"
1414
},
1515
"devDependencies": {
1616
"@nuxt/devtools": "^0.8.5",
17-
"nuxt": "^3.7.4"
17+
"nuxt": "^3.8.0"
1818
}
1919
}

playgrounds/simple/package.json

Lines changed: 2 additions & 2 deletions
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.0.0",
13-
"nuxt": "^3.7.4"
12+
"@tanstack/vue-query": "^5.0.4",
13+
"nuxt": "^3.8.0"
1414
}
1515
}

playgrounds/wagmi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"dependencies": {
1111
"@hebilicious/vue-query-nuxt": "workspace:*",
12-
"@tanstack/vue-query": "5.0.0",
12+
"@tanstack/vue-query": "5.0.4",
1313
"@use-wagmi/nuxt": "^1.1.8",
14-
"nuxt": "^3.7.4",
14+
"nuxt": "^3.8.0",
1515
"use-wagmi": "^0.4.2",
16-
"viem": "^1.16.5"
16+
"viem": "^1.16.6"
1717
}
1818
}

0 commit comments

Comments
 (0)