Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tanstack/react-query

Package Overview
Dependencies
Maintainers
2
Versions
522
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-query - npm Package Compare versions

Comparing version
5.90.11
to
5.90.12
+1
-1
build/query-codemods/root.eslint.config.js
// @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'

{
"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 @@ },