cetirizine

An experimental matrix client written in reactjs utilizing tailwind and storybook
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.git
Log | Files | Refs | README | LICENSE

commit bf00f08b196738028bcf9b239ebbdbc2473db60c
parent 6757ef8429b2ec6bcaf48abb8e1e65bba9edd16f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue,  6 Jun 2023 10:07:05 +0000

Bump @storybook/test-runner

Bumps [@storybook/test-runner](https://github.com/storybookjs/test-runner) from 0.11.0-next.0 to 0.11.0--canary.250.483ef63.0.
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/future/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/test-runner/commits)

---
updated-dependencies:
- dependency-name: "@storybook/test-runner"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
Mpackage-lock.json | 8++++----
Mpackage.json | 2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -40,7 +40,7 @@ "@storybook/blocks": "^7.0.18", "@storybook/react": "^7.0.9", "@storybook/react-vite": "^7.0.9", - "@storybook/test-runner": "^0.11.0-future.1", + "@storybook/test-runner": "^0.11.0--canary.250.483ef63.0", "@storybook/testing-library": "^0.1.0", "@tailwindcss/forms": "^0.5.3", "@testing-library/jest-dom": "^5.16.5", @@ -7661,9 +7661,9 @@ } }, "node_modules/@storybook/test-runner": { - "version": "0.11.0-next.0", - "resolved": "https://registry.npmjs.org/@storybook/test-runner/-/test-runner-0.11.0-next.0.tgz", - "integrity": "sha512-eeZT5ZcjTP5aoG8XyTKB1psxzqn83fW4xzZ7o5Gzqs7X2T6HvQNzZmiv9iQN+o/Q0xmwxuFIhFCXywk1wzOFLA==", + "version": "0.11.0--canary.250.483ef63.0", + "resolved": "https://registry.npmjs.org/@storybook/test-runner/-/test-runner-0.11.0--canary.250.483ef63.0.tgz", + "integrity": "sha512-N6nACsZKp9Uxl7gDzwl6oLXSWQsPxSc5LPTPhrplKf71L7JIJo7Y76yDjb6MZcZg2zSq9qKGm02IxGVEUNX4uw==", "dev": true, "dependencies": { "@babel/core": "^7.20.7", diff --git a/package.json b/package.json @@ -75,7 +75,7 @@ "@storybook/blocks": "^7.0.18", "@storybook/react": "^7.0.9", "@storybook/react-vite": "^7.0.9", - "@storybook/test-runner": "^0.11.0-future.1", + "@storybook/test-runner": "^0.11.0--canary.250.483ef63.0", "@storybook/testing-library": "^0.1.0", "@tailwindcss/forms": "^0.5.3", "@testing-library/jest-dom": "^5.16.5",