Skip to content

Commit 4e37f5c

Browse files
committed
chore: bump devtools versions
1 parent 81ab2e2 commit 4e37f5c

File tree

9 files changed

+75
-19
lines changed

9 files changed

+75
-19
lines changed

examples/react/array/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/react-devtools": "^0.7.7",
12+
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.23.8",
1414
"@tanstack/react-form-devtools": "^0.1.8",
1515
"react": "^19.0.0",

examples/react/large-form/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/react-devtools": "^0.7.7",
12+
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.23.8",
1414
"@tanstack/react-form-devtools": "^0.1.8",
1515
"react": "^19.0.0",

examples/react/query-integration/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/react-devtools": "^0.7.7",
12+
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.23.8",
1414
"@tanstack/react-form-devtools": "^0.1.8",
1515
"@tanstack/react-query": "^5.89.0",

examples/react/simple/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/react-devtools": "^0.7.7",
12+
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.23.8",
1414
"@tanstack/react-form-devtools": "^0.1.8",
1515
"react": "^19.0.0",

examples/react/standard-schema/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/react-devtools": "^0.7.7",
12+
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.23.8",
1414
"@tanstack/react-form-devtools": "^0.1.8",
1515
"arktype": "^2.1.22",

examples/react/tanstack-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "node .output/server/index.mjs"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-devtools": "^0.7.7",
12+
"@tanstack/react-devtools": "^0.7.8",
1313
"@tanstack/react-form": "^1.23.8",
1414
"@tanstack/react-form-devtools": "^0.1.8",
1515
"@tanstack/react-router": "1.131.50",

examples/react/ui-libraries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@mantine/core": "7.17.8",
1515
"@mantine/hooks": "7.17.8",
1616
"@mui/material": "6.5.0",
17-
"@tanstack/react-devtools": "^0.7.7",
17+
"@tanstack/react-devtools": "^0.7.8",
1818
"@tanstack/react-form": "^1.23.8",
1919
"@tanstack/react-form-devtools": "^0.1.8",
2020
"@yme/lay-postcss": "0.1.0",

packages/form-core/src/EventClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class FormEventClient extends EventClient<EventMap> {
6262
constructor() {
6363
super({
6464
pluginId: 'form-devtools',
65+
debug: true,
6566
})
6667
}
6768
}

pnpm-lock.yaml

Lines changed: 67 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)