@tanstack/react-query 5.55.2 → 5.55.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -40,7 +40,7 @@ Enjoy this library? Try the entire [TanStack](https://tanstack.com)! [TanStack T
40
40
  - Paginated + Cursor-based Queries
41
41
  - Load-More + Infinite Scroll Queries w/ Scroll Recovery
42
42
  - Request Cancellation
43
- - [React Suspense](https://reactjs.org/docs/concurrent-mode-suspense.html) + Fetch-As-You-Render Query Prefetching
43
+ - [React Suspense](https://react.dev/reference/react/Suspense) + Fetch-As-You-Render Query Prefetching
44
44
  - Dedicated Devtools
45
45
 
46
46
  ### [Become a Sponsor!](https://github.com/sponsors/tannerlinsley/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/react-query",
3
- "version": "5.55.2",
3
+ "version": "5.55.4",
4
4
  "description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  "!build/codemods/**/__tests__"
42
42
  ],
43
43
  "dependencies": {
44
- "@tanstack/query-core": "5.55.2"
44
+ "@tanstack/query-core": "5.55.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/react": "npm:types-react@rc",