@tanstack/react-query
Advanced tools
| // @ts-check | ||
| // @ts-ignore Needed due to moduleResolution Node vs Bundler | ||
| import { tanstackConfig } from '@tanstack/config/eslint' | ||
| import { tanstackConfig } from '@tanstack/eslint-config' | ||
| import pluginCspell from '@cspell/eslint-plugin' | ||
@@ -6,0 +6,0 @@ import vitest from '@vitest/eslint-plugin' |
+7
-7
| { | ||
| "name": "@tanstack/react-query", | ||
| "version": "5.90.11", | ||
| "version": "5.90.12", | ||
| "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", | ||
@@ -47,3 +47,3 @@ "author": "tannerlinsley", | ||
| "dependencies": { | ||
| "@tanstack/query-core": "5.90.11" | ||
| "@tanstack/query-core": "5.90.12" | ||
| }, | ||
@@ -53,11 +53,11 @@ "devDependencies": { | ||
| "@testing-library/react-render-stream": "^2.0.0", | ||
| "@types/react": "^19.0.1", | ||
| "@types/react-dom": "^19.0.2", | ||
| "@types/react": "^19.2.7", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@vitejs/plugin-react": "^4.3.4", | ||
| "cpy-cli": "^5.0.0", | ||
| "npm-run-all2": "^5.0.0", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | ||
| "react": "^19.2.1", | ||
| "react-dom": "^19.2.1", | ||
| "react-error-boundary": "^4.1.2", | ||
| "@tanstack/query-persist-client-core": "5.91.10", | ||
| "@tanstack/query-persist-client-core": "5.91.11", | ||
| "@tanstack/query-test-utils": "0.0.0" | ||
@@ -64,0 +64,0 @@ }, |
+ Added
- Removed
Updated