storybookjs / test-runner

๐Ÿš• Turn stories into executable tests
https://storybook.js.org/docs/writing-tests/interaction-testing
MIT License
220 stars 66 forks source link

Unpin @swc/core from 1.5.7 #481

Closed ysgk closed 1 month ago

ysgk commented 1 month ago

What I did

ref https://github.com/storybookjs/test-runner/pull/474

https://github.com/swc-project/swc/issues/8988 was fixed in 1.5.22, so let's unpin @swc/core from 1.5.7. This prevents users from installing an additional version of @swc/core.

Checklist for Contributors

Manual testing

Manual testing is not necessary because @swc/core is tested automatically.

Documentation

Checklist for Maintainers

Version

Published prerelease version: v0.18.3-next.0

Changelog #### ๐Ÿ› Bug Fix - Unpin @swc/core from 1.5.7 [#481](https://github.com/storybookjs/test-runner/pull/481) ([@ysgk](https://github.com/ysgk)) #### Authors: 1 - [@ysgk](https://github.com/ysgk)