Skip to content

Commit 4fdd697

Browse files
committed
chore: resolve type errors
1 parent 2fd2c92 commit 4fdd697

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

bun.lockb

1.15 KB
Binary file not shown.

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"@storybook/react-vite": "8.3.6",
211211
"@storybook/react": "8.3.6",
212212
"@testing-library/dom": "10.4.0",
213-
"@testing-library/jest-dom": "6.6.2",
213+
"@testing-library/jest-dom": "6.6.1",
214214
"@testing-library/react": "16.0.1",
215215
"@testing-library/user-event": "14.5.2",
216216
"@types/jsdom": "21.1.7",

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"@storybook/addon-essentials": "8.3.6",
176176
"@storybook/docs-tools": "8.3.6",
177177
"@testing-library/dom": "10.4.0",
178-
"@testing-library/jest-dom": "6.6.2",
178+
"@testing-library/jest-dom": "6.5.0",
179179
"@testing-library/user-event": "14.5.2",
180180
"@types/jsdom": "21.1.7",
181181
"@zag-js/stringify-state": "0.76.0",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"@testing-library/dom": "10.4.0",
207207
"@testing-library/jest-dom": "6.6.2",
208208
"@testing-library/user-event": "14.5.2",
209-
"@testing-library/vue": "8.1.0",
209+
"@testing-library/vue": "8.0.3",
210210
"@types/jsdom": "21.1.7",
211211
"@vitejs/plugin-vue": "5.1.4",
212212
"@vitejs/plugin-vue-jsx": "4.0.1",

0 commit comments

Comments
 (0)