diff --git a/bun.lockb b/bun.lockb index 2ba23094..3efa62e4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7a3e6cf7..14fff60c 100644 --- a/package.json +++ b/package.json @@ -23,19 +23,19 @@ "devDependencies": { "@hebilicious/eslint-config": "0.0.3-beta.3", "@nuxt/test-utils": "^3.9.0", - "@types/node": "20.8.10", - "bumpp": "^9.2.0", - "bun-types": "^1.0.7", + "@types/node": "20.10.5", + "bumpp": "^9.2.1", + "bun-types": "^1.0.17", "conventional-changelog-cli": "^4.1.0", - "eslint": "8.52.0", - "eslint-plugin-import": "^2.29.0", - "lint-staged": "^15.0.2", - "pnpm": "8.10.2", - "prettier": "^3.0.3", + "eslint": "8.56.0", + "eslint-plugin-import": "^2.29.1", + "lint-staged": "^15.2.0", + "pnpm": "8.12.1", + "prettier": "^3.1.1", "rimraf": "^5.0.5", "simple-git-hooks": "^2.9.0", - "taze": "^0.12.0", - "typescript": "^5.2.2", + "taze": "^0.13.0", + "typescript": "^5.3.3", "vitest": "^1.1.0" }, "simple-git-hooks": { diff --git a/packages/vue-query-nuxt/package.json b/packages/vue-query-nuxt/package.json index e3a94026..f6d4a0fd 100644 --- a/packages/vue-query-nuxt/package.json +++ b/packages/vue-query-nuxt/package.json @@ -55,14 +55,14 @@ "dev": "nuxi dev" }, "peerDependencies": { - "@tanstack/vue-query": "^5.4.3", - "nuxt": "^3.8.0" + "@tanstack/vue-query": "^5.14.4", + "nuxt": "^3.8.2" }, "dependencies": { "@nuxt/kit": "^3.8.2", "defu": "^6.1.3", - "esbuild": "^0.19.5", - "magicast": "^0.3.0" + "esbuild": "^0.19.10", + "magicast": "^0.3.2" }, "devDependencies": { "@nuxt/module-builder": "^0.5.4" diff --git a/playgrounds/advanced/package.json b/playgrounds/advanced/package.json index 9ea3f109..1f2f6aab 100644 --- a/playgrounds/advanced/package.json +++ b/playgrounds/advanced/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@hebilicious/vue-query-nuxt": "workspace:*", - "@tanstack/vue-query": "^5.4.3", - "@wundergraph/vue-query": "^0.2.22" + "@tanstack/vue-query": "^5.14.4", + "@wundergraph/vue-query": "^0.2.27" }, "devDependencies": { "@nuxt/devtools": "^1.0.6", diff --git a/playgrounds/simple/package.json b/playgrounds/simple/package.json index 8ad1e985..321b65f9 100644 --- a/playgrounds/simple/package.json +++ b/playgrounds/simple/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@hebilicious/vue-query-nuxt": "workspace:*", - "@tanstack/vue-query": "^5.4.3", + "@tanstack/vue-query": "^5.14.4", "nuxt": "^3.8.2" } } diff --git a/playgrounds/wagmi/package.json b/playgrounds/wagmi/package.json index ec2a5a2f..faaf9909 100644 --- a/playgrounds/wagmi/package.json +++ b/playgrounds/wagmi/package.json @@ -9,10 +9,10 @@ }, "dependencies": { "@hebilicious/vue-query-nuxt": "workspace:*", - "@tanstack/vue-query": "5.4.3", + "@tanstack/vue-query": "5.14.4", "@use-wagmi/nuxt": "^1.1.8", "nuxt": "^3.8.2", - "use-wagmi": "^0.4.4", - "viem": "^1.18.3" + "use-wagmi": "^0.4.9", + "viem": "^1.20.2" } }