@tanstack/solid-query
Advanced tools
Comparing version 5.0.0-alpha.87 to 5.0.0-alpha.88
{ | ||
"name": "@tanstack/solid-query", | ||
"version": "5.0.0-alpha.87", | ||
"version": "5.0.0-alpha.88", | ||
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", | ||
@@ -44,3 +44,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-core": "5.0.0-alpha.87" | ||
"@tanstack/query-core": "5.0.0-alpha.88" | ||
}, | ||
@@ -57,3 +57,3 @@ "devDependencies": { | ||
"test:eslint": "eslint --ext .ts,.tsx ./src", | ||
"test:types": "tsc --noEmit", | ||
"test:types": "tsc", | ||
"test:lib": "vitest run --coverage", | ||
@@ -60,0 +60,0 @@ "test:lib:dev": "pnpm run test:lib --watch", |
412570
+ Added@tanstack/query-core@5.0.0-alpha.88(transitive)
- Removed@tanstack/query-core@5.0.0-alpha.87(transitive)