Skip to content

Commit eb505d6

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

File tree

12 files changed

+78
-22
lines changed

12 files changed

+78
-22
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/devtools/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/dynamic/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/field-errors-from-form-validators/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",

0 commit comments

Comments
 (0)