@tanstack/query-devtools
Advanced tools
+3
-3
| { | ||
| "name": "@tanstack/query-devtools", | ||
| "version": "5.87.3", | ||
| "version": "5.90.1", | ||
| "description": "Developer tools to interact with and visualize the TanStack Query cache", | ||
@@ -60,3 +60,3 @@ "author": "tannerlinsley", | ||
| "vite-plugin-solid": "^2.11.6", | ||
| "@tanstack/query-core": "5.87.1" | ||
| "@tanstack/query-core": "5.90.1" | ||
| }, | ||
@@ -66,3 +66,3 @@ "scripts": { | ||
| "compile": "tsc --build", | ||
| "test:eslint": "eslint ./src", | ||
| "test:eslint": "eslint --concurrency=auto ./src", | ||
| "test:types": "npm-run-all --serial test:types:*", | ||
@@ -69,0 +69,0 @@ "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build", |
2498584
0