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 a2443e9ad74b69d75999e2328f73b9c32c5ce283
parent 409dbdd259552d2fddf58b92ea9083254283c09b
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Wed,  7 Jun 2023 18:22:14 +0200

Merge pull request #17 from MTRNord/dependabot/npm_and_yarn/storybook/test-runner-0.11.0--canary.250.483ef63.0

Bump @storybook/test-runner from 0.11.0-next.0 to 0.11.0--canary.250.483ef63.0
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",