mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Update dependency @storybook/testing-library to v0.2.1
This commit is contained in:
parent
3bf24cd4a2
commit
d5bcd42496
3 changed files with 8 additions and 8 deletions
|
@ -67,7 +67,7 @@
|
||||||
"@storybook/blocks": "7.4.0",
|
"@storybook/blocks": "7.4.0",
|
||||||
"@storybook/react": "7.4.0",
|
"@storybook/react": "7.4.0",
|
||||||
"@storybook/react-vite": "7.4.0",
|
"@storybook/react-vite": "7.4.0",
|
||||||
"@storybook/testing-library": "0.2.0",
|
"@storybook/testing-library": "0.2.1",
|
||||||
"@tailwindcss/forms": "0.5.6",
|
"@tailwindcss/forms": "0.5.6",
|
||||||
"@tailwindcss/line-clamp": "0.4.4",
|
"@tailwindcss/line-clamp": "0.4.4",
|
||||||
"@types/react": "18.2.21",
|
"@types/react": "18.2.21",
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"@storybook/blocks": "7.4.0",
|
"@storybook/blocks": "7.4.0",
|
||||||
"@storybook/react": "7.4.0",
|
"@storybook/react": "7.4.0",
|
||||||
"@storybook/react-vite": "7.4.0",
|
"@storybook/react-vite": "7.4.0",
|
||||||
"@storybook/testing-library": "0.2.0",
|
"@storybook/testing-library": "0.2.1",
|
||||||
"@tailwindcss/line-clamp": "0.4.4",
|
"@tailwindcss/line-clamp": "0.4.4",
|
||||||
"@types/react": "18.2.21",
|
"@types/react": "18.2.21",
|
||||||
"@types/react-dom": "18.2.7",
|
"@types/react-dom": "18.2.7",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -7189,13 +7189,13 @@
|
||||||
fs-extra "^11.1.0"
|
fs-extra "^11.1.0"
|
||||||
read-pkg-up "^7.0.1"
|
read-pkg-up "^7.0.1"
|
||||||
|
|
||||||
"@storybook/testing-library@0.2.0":
|
"@storybook/testing-library@0.2.1":
|
||||||
version "0.2.0"
|
version "0.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/@storybook/testing-library/-/testing-library-0.2.0.tgz#09202b90ea5bd67b503dbb1a0b1f3ab3eb005d04"
|
resolved "https://registry.yarnpkg.com/@storybook/testing-library/-/testing-library-0.2.1.tgz#5128fa857cb798b71cba3d2b0af637f0f414acd5"
|
||||||
integrity sha512-Ff6jNnrsosmDshgCf0Eb5Cz7IA34p/1Ps5N3Kp3598kfXpBSccSkQQvVFUXC3kIHw/isIXWPqntZuKqnWUz7Gw==
|
integrity sha512-AdbfLCm1C2nEFrhA3ScdicfW6Fjcorehr6RlGwECMiWwaXisnP971Wd4psqtWxlAqQo4tYBZ0f6rJ3J78JLtsg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@testing-library/dom" "^9.0.0"
|
"@testing-library/dom" "^9.0.0"
|
||||||
"@testing-library/user-event" "^14.0.0"
|
"@testing-library/user-event" "~14.4.0"
|
||||||
ts-dedent "^2.2.0"
|
ts-dedent "^2.2.0"
|
||||||
|
|
||||||
"@storybook/theming@7.0.20":
|
"@storybook/theming@7.0.20":
|
||||||
|
@ -7427,7 +7427,7 @@
|
||||||
"@testing-library/dom" "^8.0.0"
|
"@testing-library/dom" "^8.0.0"
|
||||||
"@types/react-dom" "<18.0.0"
|
"@types/react-dom" "<18.0.0"
|
||||||
|
|
||||||
"@testing-library/user-event@14.4.3", "@testing-library/user-event@^14.0.0":
|
"@testing-library/user-event@14.4.3", "@testing-library/user-event@~14.4.0":
|
||||||
version "14.4.3"
|
version "14.4.3"
|
||||||
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.3.tgz#af975e367743fa91989cd666666aec31a8f50591"
|
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.3.tgz#af975e367743fa91989cd666666aec31a8f50591"
|
||||||
integrity sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==
|
integrity sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==
|
||||||
|
|
Loading…
Add table
Reference in a new issue