From bec7cd4e671fcf2dfced990bd834b2f7598b615d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 05:08:23 +0000 Subject: [PATCH] chore(deps-dev): bump @storybook/testing-library from 0.2.0 to 0.2.1 Bumps [@storybook/testing-library](https://github.com/storybookjs/testing-library) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/storybookjs/testing-library/releases) - [Changelog](https://github.com/storybookjs/testing-library/blob/v0.2.1/CHANGELOG.md) - [Commits](https://github.com/storybookjs/testing-library/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: "@storybook/testing-library" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f269e6..6374fe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "tailwindcss": "^3.3.3" }, "devDependencies": { - "@storybook/testing-library": "^0.2.0", + "@storybook/testing-library": "^0.2.1", "@types/node": "^20.5.2", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7", @@ -8424,13 +8424,13 @@ } }, "node_modules/@storybook/testing-library": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.2.0.tgz", - "integrity": "sha512-Ff6jNnrsosmDshgCf0Eb5Cz7IA34p/1Ps5N3Kp3598kfXpBSccSkQQvVFUXC3kIHw/isIXWPqntZuKqnWUz7Gw==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.2.1.tgz", + "integrity": "sha512-AdbfLCm1C2nEFrhA3ScdicfW6Fjcorehr6RlGwECMiWwaXisnP971Wd4psqtWxlAqQo4tYBZ0f6rJ3J78JLtsg==", "dev": true, "dependencies": { "@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" } }, diff --git a/package.json b/package.json index de7e678..c456430 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "tailwindcss": "^3.3.3" }, "devDependencies": { - "@storybook/testing-library": "^0.2.0", + "@storybook/testing-library": "^0.2.1", "@types/node": "^20.5.2", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7",