@tanstack/vue-query-devtools
Advanced tools
Comparing version 5.51.15 to 5.51.16
{ | ||
"name": "@tanstack/vue-query-devtools", | ||
"version": "5.51.15", | ||
"version": "5.51.16", | ||
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache", | ||
@@ -42,17 +42,17 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-devtools": "5.51.15" | ||
"@tanstack/query-devtools": "5.51.16" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"@vitejs/plugin-vue": "^5.1.1", | ||
"eslint-plugin-vue": "^9.27.0", | ||
"vite": "^5.3.3", | ||
"vite": "^5.3.5", | ||
"vue": "^3.4.27", | ||
"vue-tsc": "^2.0.26", | ||
"@tanstack/vue-query": "5.51.15" | ||
"@tanstack/vue-query": "5.51.16" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.3.0", | ||
"@tanstack/vue-query": "^5.51.15" | ||
"@tanstack/vue-query": "^5.51.16" | ||
}, | ||
"scripts": {} | ||
} |
+ Added@tanstack/query-devtools@5.51.16(transitive)
- Removed@tanstack/query-devtools@5.51.15(transitive)