Skip to content

Commit f1c23d0

Browse files
chore(devtools): update devtools utils (#1995)
1 parent 16dca26 commit f1c23d0

File tree

5 files changed

+19
-12
lines changed

5 files changed

+19
-12
lines changed

.changeset/eight-dolls-wash.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@tanstack/react-form-devtools': patch
3+
'@tanstack/solid-form-devtools': patch
4+
'@tanstack/form-devtools': patch
5+
---
6+
7+
Bump devtools utils to latest versions.

packages/form-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454
"dependencies": {
5555
"@tanstack/devtools-ui": "^0.4.4",
56-
"@tanstack/devtools-utils": "^0.2.3",
56+
"@tanstack/devtools-utils": "^0.3.0",
5757
"@tanstack/form-core": "workspace:*",
5858
"clsx": "^2.1.1",
5959
"dayjs": "^1.11.18",

packages/react-form-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"src"
5353
],
5454
"dependencies": {
55-
"@tanstack/devtools-utils": "^0.2.3",
55+
"@tanstack/devtools-utils": "^0.3.0",
5656
"@tanstack/form-devtools": "workspace:*"
5757
},
5858
"devDependencies": {

packages/solid-form-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"solid-js": ">=1.9.7"
5555
},
5656
"dependencies": {
57-
"@tanstack/devtools-utils": "^0.2.3",
57+
"@tanstack/devtools-utils": "^0.3.0",
5858
"@tanstack/form-devtools": "workspace:*"
5959
},
6060
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)