@tanstack/vue-query 5.7.3 → 5.8.1

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
@@ -13,7 +13,7 @@ Support for Vue 2.x via [vue-demi](https://github.com/vueuse/vue-demi)
13
13
 
14
14
  # Documentation
15
15
 
16
- Visit https://tanstack.com/query/v4/docs/adapters/vue-query
16
+ Visit https://tanstack.com/query/latest/docs/vue/overview
17
17
 
18
18
  # Quick Features
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/vue-query",
3
- "version": "5.7.3",
3
+ "version": "5.8.1",
4
4
  "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue",
5
5
  "author": "Damian Osipiuk",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "@tanstack/match-sorter-utils": "^8.8.4",
50
50
  "@vue/devtools-api": "^6.5.0",
51
51
  "vue-demi": "^0.14.6",
52
- "@tanstack/query-core": "5.7.2"
52
+ "@tanstack/query-core": "5.8.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@vue/composition-api": "1.7.2",