@tanstack/vue-query-devtools
Advanced tools
Comparing version 5.41.0 to 5.44.0
{ | ||
"name": "@tanstack/vue-query-devtools", | ||
"version": "5.41.0", | ||
"version": "5.44.0", | ||
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache", | ||
@@ -49,9 +49,9 @@ "author": "tannerlinsley", | ||
"vue-tsc": "^1.8.26", | ||
"@tanstack/vue-query": "5.41.0" | ||
"@tanstack/vue-query": "5.44.0" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.3.0", | ||
"@tanstack/vue-query": "^5.41.0" | ||
"@tanstack/vue-query": "^5.44.0" | ||
}, | ||
"scripts": {} | ||
} |