diff --git a/bun.lockb b/bun.lockb index a593db43..595a5812 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index d84b45a1..cf214483 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,7 +8,7 @@ "preview": "nuxi preview" }, "devDependencies": { - "@nuxt-themes/docus": "^1.15.0", - "nuxt": "^3.11.2" + "@nuxt-themes/docus": "^1.15.1", + "nuxt": "^3.17.7" } } diff --git a/package.json b/package.json index 864ae432..332f9846 100644 --- a/package.json +++ b/package.json @@ -22,21 +22,21 @@ }, "devDependencies": { "@hebilicious/eslint-config": "0.0.3-beta.3", - "@nuxt/test-utils": "^3.12.1", - "@types/node": "20.12.7", - "bumpp": "^9.4.0", - "bun-types": "^1.1.4", + "@nuxt/test-utils": "^3.19.2", + "@types/node": "20.19.9", + "bumpp": "^9.11.1", + "bun-types": "^1.2.19", "conventional-changelog-cli": "^4.1.0", - "eslint": "8.57.0", - "eslint-plugin-import": "^2.29.1", - "lint-staged": "^15.2.2", + "eslint": "8.57.1", + "eslint-plugin-import": "^2.32.0", + "lint-staged": "^15.5.2", "pnpm": "8.15.7", - "prettier": "^3.2.5", - "rimraf": "^5.0.5", - "simple-git-hooks": "^2.11.1", - "taze": "^0.13.6", - "typescript": "^5.4.5", - "vitest": "^1.5.0" + "prettier": "^3.6.2", + "rimraf": "^5.0.10", + "simple-git-hooks": "^2.13.0", + "taze": "^0.18.0", + "typescript": "^5.8.3", + "vitest": "^1.6.1" }, "simple-git-hooks": { "pre-commit": "bunx lint-staged" diff --git a/packages/vue-query-nuxt/package.json b/packages/vue-query-nuxt/package.json index 5dbddf51..6ad88735 100644 --- a/packages/vue-query-nuxt/package.json +++ b/packages/vue-query-nuxt/package.json @@ -55,16 +55,16 @@ "dev": "nuxi dev" }, "peerDependencies": { - "@tanstack/vue-query": "^5.31.0", - "nuxt": "^3.11.2" + "@tanstack/vue-query": "^5.83.0", + "nuxt": "^3.17.7" }, "dependencies": { - "@nuxt/kit": "^3.11.2", + "@nuxt/kit": "^3.17.7", "defu": "^6.1.4", "esbuild": "^0.20.2", - "magicast": "^0.3.4" + "magicast": "^0.3.5" }, "devDependencies": { - "@nuxt/module-builder": "^0.5.5" + "@nuxt/module-builder": "^0.8.4" } } diff --git a/playgrounds/advanced/package.json b/playgrounds/advanced/package.json index 23eb85cc..916582e2 100644 --- a/playgrounds/advanced/package.json +++ b/playgrounds/advanced/package.json @@ -9,11 +9,11 @@ }, "dependencies": { "@hebilicious/vue-query-nuxt": "workspace:*", - "@tanstack/vue-query": "^5.31.0", - "@wundergraph/vue-query": "^0.2.32" + "@tanstack/vue-query": "^5.83.0", + "@wundergraph/vue-query": "^0.2.33" }, "devDependencies": { - "@nuxt/devtools": "^1.2.0", - "nuxt": "^3.11.2" + "@nuxt/devtools": "^1.7.0", + "nuxt": "^3.17.7" } } diff --git a/playgrounds/simple/package.json b/playgrounds/simple/package.json index b9167ede..5cb09df3 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.31.0", - "nuxt": "^3.11.2" + "@tanstack/vue-query": "^5.83.0", + "nuxt": "^3.17.7" } } diff --git a/playgrounds/wagmi/package.json b/playgrounds/wagmi/package.json index 1945f54a..174cde10 100644 --- a/playgrounds/wagmi/package.json +++ b/playgrounds/wagmi/package.json @@ -9,9 +9,9 @@ }, "dependencies": { "@hebilicious/vue-query-nuxt": "workspace:*", - "@tanstack/vue-query": "5.31.0", + "@tanstack/vue-query": "5.83.0", "@use-wagmi/nuxt": "^1.1.8", - "nuxt": "^3.11.2", + "nuxt": "^3.17.7", "use-wagmi": "^0.4.10", "viem": "^1.21.4" }