@tanstack/angular-query-experimental 5.80.7 → 5.80.9

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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -131,3 +131,5 @@ export interface Post {
131
131
  body: string
132
132
  }
133
133
  ```
134
+
135
+ <!-- -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/angular-query-experimental",
3
- "version": "5.80.7",
3
+ "version": "5.80.9",
4
4
  "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular",
5
5
  "author": "Arnoud de Vries",
6
6
  "license": "MIT",
@@ -46,8 +46,8 @@
46
46
  "!src/__tests__"
47
47
  ],
48
48
  "dependencies": {
49
- "@tanstack/query-devtools": "5.80.0",
50
- "@tanstack/query-core": "5.80.7"
49
+ "@tanstack/query-core": "5.80.7",
50
+ "@tanstack/query-devtools": "5.80.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@angular/common": "^20.0.0",