Skip to content

Commit e32cb87

Browse files
committed
Merge branch 'main' into worktree-starry-skipping-waffle
2 parents aab2fb3 + b75b84d commit e32cb87

21 files changed

Lines changed: 62 additions & 28 deletions

File tree

examples/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/devtools-client": "0.0.5",
1313
"@tanstack/devtools-event-client": "0.4.0",
14-
"@tanstack/react-devtools": "^0.9.6",
14+
"@tanstack/react-devtools": "^0.9.7",
1515
"@tanstack/react-form": "^1.23.7",
1616
"@tanstack/react-query": "^5.90.1",
1717
"@tanstack/react-query-devtools": "^5.90.1",

examples/react/custom-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/devtools-event-client": "0.4.0",
13-
"@tanstack/react-devtools": "^0.9.6",
13+
"@tanstack/react-devtools": "^0.9.7",
1414
"react": "^19.2.0",
1515
"react-dom": "^19.2.0"
1616
},

examples/react/drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "vite start"
99
},
1010
"dependencies": {
11-
"@tanstack/react-devtools": "^0.9.6",
11+
"@tanstack/react-devtools": "^0.9.7",
1212
"@tanstack/react-router": "^1.132.0",
1313
"@tanstack/react-router-devtools": "^1.132.0",
1414
"@tanstack/react-start": "^1.132.0",

examples/react/https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/devtools-event-client": "0.4.0",
13-
"@tanstack/react-devtools": "^0.9.6",
13+
"@tanstack/react-devtools": "^0.9.7",
1414
"@tanstack/react-query": "^5.90.1",
1515
"@tanstack/react-query-devtools": "^5.90.1",
1616
"@tanstack/react-router": "^1.132.0",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tailwindcss/vite": "^4.0.6",
1313
"@tanstack/devtools-event-client": "workspace:*",
14-
"@tanstack/react-devtools": "^0.9.6",
14+
"@tanstack/react-devtools": "^0.9.7",
1515
"@tanstack/react-router": "^1.132.0",
1616
"@tanstack/react-router-devtools": "^1.132.0",
1717
"@tanstack/react-router-ssr-query": "^1.131.7",

examples/react/time-travel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/devtools-event-client": "workspace:^",
13-
"@tanstack/react-devtools": "^0.9.6",
13+
"@tanstack/react-devtools": "^0.9.7",
1414
"@tanstack/react-query": "^5.90.1",
1515
"@tanstack/react-query-devtools": "^5.90.1",
1616
"@tanstack/react-router": "^1.132.0",

examples/solid/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/solid-devtools": "^0.7.26",
12+
"@tanstack/solid-devtools": "^0.7.27",
1313
"@tanstack/solid-query": "^5.90.1",
1414
"@tanstack/solid-query-devtools": "^5.90.1",
1515
"@tanstack/solid-router": "^1.131.50",

examples/solid/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@solidjs/start": "^1.2.0",
12-
"@tanstack/solid-devtools": "^0.7.26",
12+
"@tanstack/solid-devtools": "^0.7.27",
1313
"solid-js": "^1.9.9",
1414
"vinxi": "^0.5.8"
1515
},

examples/vue/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/devtools": "^0.10.7",
12-
"@tanstack/vue-devtools": "^0.2.6",
11+
"@tanstack/devtools": "^0.10.8",
12+
"@tanstack/vue-devtools": "^0.2.7",
1313
"@tanstack/vue-query": "^5.90.5",
1414
"@tanstack/vue-query-devtools": "^6.1.0",
1515
"vue": "^3.5.22"

packages/devtools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/devtools
22

3+
## 0.10.8
4+
5+
### Patch Changes
6+
7+
- Changed default `inspectHotkey` from `["Shift", "CtrlOrMeta"]` to `["Shift", "Alt", "CtrlOrMeta"]` to avoid conflicts with browser shortcuts (Ctrl/Cmd + Shift + Click opens links in new tabs). ([#357](https://github.com/TanStack/devtools/pull/357))
8+
39
## 0.10.7
410

511
### Patch Changes

0 commit comments

Comments
 (0)