Skip to content

Commit 1f0ec12

Browse files
chore: bring back proper devtools version (#9917)
* chore: bring back proper devtools version * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent c7510cc commit 1f0ec12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/vue/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@tanstack/vue-query": "^5.92.0",
12-
"@tanstack/vue-query-devtools": "^7.0.0",
12+
"@tanstack/vue-query-devtools": "^6.1.2",
1313
"vue": "^3.4.27"
1414
},
1515
"devDependencies": {

examples/vue/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@tanstack/vue-query": "^5.92.0",
12-
"@tanstack/vue-query-devtools": "^7.0.0",
12+
"@tanstack/vue-query-devtools": "^6.1.2",
1313
"vue": "^3.4.27"
1414
},
1515
"devDependencies": {

packages/vue-query-devtools/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @tanstack/vue-query-devtools
22

3-
## 7.0.0
3+
## 6.1.2
44

55
### Patch Changes
66

packages/vue-query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/vue-query-devtools",
3-
"version": "7.0.0",
3+
"version": "6.1.2",
44
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)