🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@tanstack/react-query

Package Overview
Dependencies
Maintainers
2
Versions
414
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

to
5.72.0

5

build/query-codemods/vite.config.ts
import { defineConfig } from 'vitest/config'
import tsconfigPaths from 'vite-tsconfig-paths'
import { dynamicAliases } from './root.vite.config'
import packageJson from './package.json'
export default defineConfig({
plugins: [tsconfigPaths({ ignoreConfigErrors: true })],
resolve: {
alias: dynamicAliases,
conditions: ['@tanstack/custom-condition'],
},

@@ -12,0 +9,0 @@ test: {

7

package.json
{
"name": "@tanstack/react-query",
"version": "5.71.10",
"version": "5.72.0",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",

@@ -25,2 +25,3 @@ "author": "tannerlinsley",

"import": {
"@tanstack/custom-condition": "./src/index.ts",
"types": "./build/modern/index.d.ts",

@@ -47,3 +48,3 @@ "default": "./build/modern/index.js"

"dependencies": {
"@tanstack/query-core": "5.71.10"
"@tanstack/query-core": "5.72.0"
},

@@ -61,3 +62,3 @@ "devDependencies": {

"react-error-boundary": "^4.1.2",
"@tanstack/query-persist-client-core": "5.71.10"
"@tanstack/query-persist-client-core": "5.72.0"
},

@@ -64,0 +65,0 @@ "peerDependencies": {