@tanstack/vue-query-devtools
Advanced tools
Comparing version 5.62.12 to 5.62.16
{ | ||
"name": "@tanstack/vue-query-devtools", | ||
"version": "5.62.12", | ||
"version": "5.62.16", | ||
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache", | ||
@@ -43,3 +43,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-devtools": "5.62.9" | ||
"@tanstack/query-devtools": "5.62.16" | ||
}, | ||
@@ -53,9 +53,9 @@ "devDependencies": { | ||
"vue-tsc": "^2.1.10", | ||
"@tanstack/vue-query": "5.62.12" | ||
"@tanstack/vue-query": "5.62.16" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.3.0", | ||
"@tanstack/vue-query": "^5.62.12" | ||
"@tanstack/vue-query": "^5.62.16" | ||
}, | ||
"scripts": {} | ||
} |
19913
+ Added@tanstack/query-devtools@5.62.16(transitive)
- Removed@tanstack/query-devtools@5.62.9(transitive)