seek-oss / playroom

Design with JSX, powered by your own component library.
MIT License
4.45k stars 183 forks source link

Unpin and update `@vanilla-extract/webpack-plugin` #273

Closed askoufis closed 1 year ago

askoufis commented 1 year ago

I think @vanilla-extract/webpack-plugin accidentally became pinned in #269. In addition, @vanilla-extract/babel-plugin was removed in #269, but this requires at least @vanilla-extract/webpack-plugin@2.2.0, so I've updated the version to ^2.2.0.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 55fef078e2af29980edce3a2e4b456db75ad998e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------- | ----- | | playroom | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

askoufis commented 1 year ago

Seems like there was a good reason to pin the dependency.

Looks like similar issues have been reported in the VE repo.

This is what occurs when starting the basic fixture:

image