@tanstack/react-query
Advanced tools
Comparing version 5.52.2 to 5.52.3
@@ -0,3 +1,3 @@ | ||
import { UseSuspenseQueryOptions, UseSuspenseQueryResult } from './types.js'; | ||
import { DefaultError, QueryClient, QueryFunction, ThrowOnError } from '@tanstack/query-core'; | ||
import { UseSuspenseQueryOptions, UseSuspenseQueryResult } from './types.js'; | ||
@@ -4,0 +4,0 @@ type MAXIMUM_DEPTH = 20; |
"use client"; | ||
// src/useSuspenseQueries.ts | ||
import { | ||
skipToken | ||
} from "@tanstack/query-core"; | ||
import { skipToken } from "@tanstack/query-core"; | ||
import { useQueries } from "./useQueries.js"; | ||
@@ -8,0 +6,0 @@ import { defaultThrowOnError } from "./suspense.js"; |
@@ -0,3 +1,3 @@ | ||
import { UseSuspenseQueryOptions, UseSuspenseQueryResult } from './types.js'; | ||
import { DefaultError, QueryClient, QueryFunction, ThrowOnError } from '@tanstack/query-core'; | ||
import { UseSuspenseQueryOptions, UseSuspenseQueryResult } from './types.js'; | ||
@@ -4,0 +4,0 @@ type MAXIMUM_DEPTH = 20; |
"use client"; | ||
// src/useSuspenseQueries.ts | ||
import { | ||
skipToken | ||
} from "@tanstack/query-core"; | ||
import { skipToken } from "@tanstack/query-core"; | ||
import { useQueries } from "./useQueries.js"; | ||
@@ -8,0 +6,0 @@ import { defaultThrowOnError } from "./suspense.js"; |
@@ -35,4 +35,4 @@ { | ||
"@types/jscodeshift": "0.11.11", | ||
"jscodeshift": "0.16.1" | ||
"jscodeshift": "17.0.0" | ||
} | ||
} |
{ | ||
"name": "@tanstack/react-query", | ||
"version": "5.52.2", | ||
"version": "5.52.3", | ||
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React", | ||
@@ -44,3 +44,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-core": "5.52.2" | ||
"@tanstack/query-core": "5.52.3" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
'use client' | ||
import { | ||
type DefaultError, | ||
type QueryClient, | ||
type QueryFunction, | ||
type ThrowOnError, | ||
skipToken, | ||
} from '@tanstack/query-core' | ||
import { skipToken } from '@tanstack/query-core' | ||
import { useQueries } from './useQueries' | ||
import { defaultThrowOnError } from './suspense' | ||
import type { UseSuspenseQueryOptions, UseSuspenseQueryResult } from './types' | ||
import type { | ||
DefaultError, | ||
QueryClient, | ||
QueryFunction, | ||
ThrowOnError, | ||
} from '@tanstack/query-core' | ||
@@ -13,0 +13,0 @@ // Avoid TS depth-limit error in case of large array literal |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1105801
22059
+ Added@tanstack/query-core@5.52.3(transitive)
- Removed@tanstack/query-core@5.52.2(transitive)
Updated@tanstack/query-core@5.52.3