@tanstack/react-query
Advanced tools
Comparing version 5.64.2 to 5.65.0
// @ts-check | ||
import rootConfig from '../../eslint.config.js' | ||
import rootConfig from './root.eslint.config.js' | ||
@@ -5,0 +5,0 @@ export default [ |
@@ -18,2 +18,3 @@ { | ||
"scripts": { | ||
"clean": "premove ./coverage ./dist-ts", | ||
"test:eslint": "eslint ./src", | ||
@@ -20,0 +21,0 @@ "test:lib": "vitest", |
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "./dist-ts", | ||
"rootDir": ".", | ||
"baseUrl": ".", | ||
"moduleResolution": "Bundler" | ||
}, | ||
"include": ["src", "eslint.config.js", "vite.config.ts"] | ||
"include": ["src", "*.config.js", "*.config.ts", "package.json"] | ||
} |
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, | ||
}, | ||
test: { | ||
@@ -6,0 +13,0 @@ name: packageJson.name, |
{ | ||
"name": "@tanstack/react-query", | ||
"version": "5.64.2", | ||
"version": "5.65.0", | ||
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React", | ||
@@ -46,3 +46,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-core": "5.64.2" | ||
"@tanstack/query-core": "5.65.0" | ||
}, | ||
@@ -56,6 +56,7 @@ "devDependencies": { | ||
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", | ||
"npm-run-all": "^4.1.5", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"react-error-boundary": "^4.1.2", | ||
"@tanstack/query-persist-client-core": "5.64.2" | ||
"@tanstack/query-persist-client-core": "5.65.0" | ||
}, | ||
@@ -62,0 +63,0 @@ "peerDependencies": { |
719156
326
8716
11
134
+ Added@tanstack/query-core@5.65.0(transitive)
- Removed@tanstack/query-core@5.64.2(transitive)
Updated@tanstack/query-core@5.65.0