@tanstack/vue-query-devtools
Advanced tools
Comparing version 5.51.14 to 5.51.15
{ | ||
"name": "@tanstack/vue-query-devtools", | ||
"version": "5.51.14", | ||
"version": "5.51.15", | ||
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache", | ||
@@ -42,3 +42,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-devtools": "5.51.9" | ||
"@tanstack/query-devtools": "5.51.15" | ||
}, | ||
@@ -51,9 +51,9 @@ "devDependencies": { | ||
"vue-tsc": "^2.0.26", | ||
"@tanstack/vue-query": "5.51.14" | ||
"@tanstack/vue-query": "5.51.15" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.3.0", | ||
"@tanstack/vue-query": "^5.51.14" | ||
"@tanstack/vue-query": "^5.51.15" | ||
}, | ||
"scripts": {} | ||
} |
19896
+ Added@tanstack/query-devtools@5.51.15(transitive)
- Removed@tanstack/query-devtools@5.51.9(transitive)