@tanstack/react-query
Advanced tools
Comparing version 5.62.9 to 5.62.10
{ | ||
"name": "@tanstack/react-query", | ||
"version": "5.62.9", | ||
"version": "5.62.10", | ||
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React", | ||
@@ -50,6 +50,6 @@ "author": "tannerlinsley", | ||
"@testing-library/react-render-stream": "^2.0.0", | ||
"@types/react": "^19.0.0", | ||
"@types/react-dom": "^19.0.0", | ||
"@types/react": "^19.0.1", | ||
"@types/react-dom": "^19.0.2", | ||
"@vitejs/plugin-react": "^4.3.3", | ||
"eslint-plugin-react-compiler": "19.0.0-beta-0dec889-20241115", | ||
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", | ||
"react": "^19.0.0", | ||
@@ -56,0 +56,0 @@ "react-dom": "^19.0.0", |
709781