Skip to content

Commit

Permalink
Merge pull request #30461 from storybookjs/valentin/fix-local-sandbox…
Browse files Browse the repository at this point in the history
…-generation

Build: Set TypeScript resolution for sandbox generation
  • Loading branch information
valentinpalkovic authored Feb 4, 2025
2 parents af66c82 + 0474454 commit 9c05f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/utils/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const addWorkaroundResolutions = async ({
'@testing-library/dom': '^9.3.4',
'@testing-library/jest-dom': '^6.5.0',
'@testing-library/user-event': '^14.5.2',
typescript: '^5.7.3',
};

await writeJSON(packageJsonPath, packageJson, { spaces: 2 });
Expand Down

0 comments on commit 9c05f2b

Please sign in to comment.