Skip to content

Commit 032c477

Browse files
committed
Update extraDevDeps in sandbox-parts.ts to use @storybook/[email protected]
1 parent 5b8327c commit 032c477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tasks/sandbox-parts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ export async function addExtraDependencies({
513513
debug: boolean;
514514
extraDeps?: string[];
515515
}) {
516-
const extraDevDeps = ['@storybook/[email protected].db60cb3.0'];
516+
const extraDevDeps = ['@storybook/[email protected].d0c3175.0'];
517517

518518
if (debug) {
519519
logger.log('\uD83C\uDF81 Adding extra dev deps', extraDevDeps);

0 commit comments

Comments
 (0)