chore: Remove Dockerfile and docker-compose.yml, update README and migration guide for backend log checks
Some checks failed
Documentation / build-docs (push) Has been cancelled
Tests / test (macos-latest, 3.11) (push) Has been cancelled
Tests / test (macos-latest, 3.12) (push) Has been cancelled
Tests / test (macos-latest, 3.13) (push) Has been cancelled
Tests / test (macos-latest, 3.14) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.14) (push) Has been cancelled

This commit is contained in:
kfox
2026-01-02 22:46:03 -05:00
parent 6834655e03
commit 3c6770acf5
134 changed files with 3025 additions and 18054 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@tanstack/react-query",
"version": "5.90.12",
"version": "5.90.16",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
"author": "tannerlinsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/query.git",
"url": "git+https://github.com/TanStack/query.git",
"directory": "packages/react-query"
},
"homepage": "https://tanstack.com/query",
@@ -44,7 +44,7 @@
"!build/codemods/**/__tests__"
],
"dependencies": {
"@tanstack/query-core": "5.90.12"
"@tanstack/query-core": "5.90.16"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
@@ -57,7 +57,7 @@
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-error-boundary": "^4.1.2",
"@tanstack/query-persist-client-core": "5.91.11",
"@tanstack/query-persist-client-core": "5.91.15",
"@tanstack/query-test-utils": "0.0.0"
},
"peerDependencies": {