From c5a9d0d07e15ce42286336f3433d13daaed9fb38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 22:46:08 +0000 Subject: [PATCH] build(deps-dev): bump @storybook/testing-library from 0.0.13 to 0.1.0 Bumps [@storybook/testing-library](https://github.com/storybookjs/testing-library) from 0.0.13 to 0.1.0. - [Release notes](https://github.com/storybookjs/testing-library/releases) - [Changelog](https://github.com/storybookjs/testing-library/blob/future/CHANGELOG.md) - [Commits](https://github.com/storybookjs/testing-library/compare/v0.0.13...v0.1.0) --- updated-dependencies: - dependency-name: "@storybook/testing-library" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e43f66..e752569 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@storybook/addon-links": "^6.5.16", "@storybook/builder-vite": "^0.4.2", "@storybook/react": "^6.5.16", - "@storybook/testing-library": "^0.0.13", + "@storybook/testing-library": "^0.1.0", "@types/node": "^18.15.9", "@types/react": "^18.0.29", "@types/react-dom": "^18.0.11",