Skip to content

Commit

Permalink
upgrade @storybook/testing-library
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jun 16, 2023
1 parent 92885b3 commit 4392b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/lib/cli/src/generators/baseGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export async function baseGenerator(
addons.push('@storybook/addon-interactions');
addonPackages.push(
'@storybook/addon-interactions',
'@storybook/testing-library@^0.1.1-future.2'
'@storybook/testing-library@0.1.1--canary.958fe40.0'
);
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/tasks/sandbox-parts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async function addExtraDependencies({
// web-components doesn't install '@storybook/testing-library' by default
const extraDeps = [
'@storybook/jest@future',
'@storybook/testing-library@future',
'@storybook/testing-library@0.1.1--canary.958fe40.0',
'@storybook/test-runner@future',
];
if (debug) logger.log('🎁 Adding extra deps', extraDeps);
Expand Down

0 comments on commit 4392b44

Please sign in to comment.