Replies: 2 comments 1 reply
-
Thanks for reporting this. The linked The peer dependency for the plugin is declared here: https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/rollup-plugin/package.json#L29. If you'd like to contribute a PR, I'll help review it. Just need to add |
Beta Was this translation helpful? Give feedback.
-
Released in @vanilla-extract/[email protected] |
Beta Was this translation helpful? Give feedback.
-
Hey!
(cc: @askoufis , @mrm007 )
In our root project where we use vanilla-extract, we have a dev dependency on
[email protected]
, which results in a peer dependency issue (warn) when we include vanilla-extract.I might be wrong, but it seems this stems from the following deps in vanilla-extract:
https://github.com/vanilla-extract-css/vanilla-extract/blob/master/package.json#L48-L50
I assume it would be desirable to upgrade these to more recent versions;
https://www.npmjs.com/package/rollup-plugin-dts: from 4.x.x to 6.x.x
https://www.npmjs.com/package/rollup-plugin-node-externals: from 5.x.x to 6.x.x
https://www.npmjs.com/package/rollup: from 2.x.x to 4.x.x
Is this something that's already planned for a later major version upgrade of
vanilla-extract
, or is this something we could already submit a PR for?Beta Was this translation helpful? Give feedback.
All reactions