diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 68c698d..aac996d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -409,7 +409,7 @@ importers: specifier: 8.4.0-alpha.4 version: 8.4.0-alpha.4(storybook@8.4.0-alpha.4(prettier@2.8.8)) '@storybook/test-runner': - specifier: ^0.19.1 + specifier: 0.19.1 version: 0.19.1(@swc/helpers@0.5.13)(@types/node@18.19.33)(storybook@8.4.0-alpha.4(prettier@2.8.8)) '@testing-library/jest-dom': specifier: ^6.4.6 @@ -6232,7 +6232,7 @@ packages: '@rsbuild/core': ^1.0.1 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: '>= 8.4.0-alpha.2 || >= 8.4.0' + storybook: ^8.2.1 typescript: '>= 4.2.x' peerDependenciesMeta: typescript: diff --git a/sandboxes/react-testing/package.json b/sandboxes/react-testing/package.json index 215e9ce..c450579 100644 --- a/sandboxes/react-testing/package.json +++ b/sandboxes/react-testing/package.json @@ -30,7 +30,7 @@ "@storybook/blocks": "8.4.0-alpha.4", "@storybook/react": "8.4.0-alpha.4", "@storybook/test": "8.4.0-alpha.4", - "@storybook/test-runner": "^0.19.1", + "@storybook/test-runner": "0.19.1", "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2",