Skip to content

Commit

Permalink
add workaround for svelte
Browse files Browse the repository at this point in the history
we should remove this once addon svelte CSF adds supports for v5
  • Loading branch information
yannbf committed Nov 28, 2024
1 parent c2470b0 commit b4f75de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/utils/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ export const addWorkaroundResolutions = async ({ cwd, dryRun }: YarnOptions) =>
const packageJson = await readJSON(packageJsonPath);
packageJson.resolutions = {
...packageJson.resolutions,
// TODO: Remove this once addon svelte CSF adds supports for v5
'@svelte/vite-plugin-svelte': '^4.0.0',
'@testing-library/dom': '^9.3.4',
'@testing-library/jest-dom': '^6.5.0',
'@testing-library/user-event': '^14.5.2',
Expand Down

0 comments on commit b4f75de

Please sign in to comment.