Allow newer versions of 3rd-party dependencies of core#496
Conversation
|
Hi, thanks for the PR. Can you limit the change to |
6d9281b to
277dd70
Compare
Sure, done! |
Commit fba3468 pinned `@babel/core` as a dependency. In order to allow users to deduplicate the Babel stack, this commit amends the spec to allow newer versions as well. The same change is made to other 3rd-party production dependencies, except for `unplugin` which apparently needs to be pinned [1]. [1]: getsentry#496 (comment)
277dd70 to
4daa6fc
Compare
|
Actually I've just reverted the |
|
Please let's also let |
Sure, will do. |
Commit fba3468 pinned `@babel/core` as a dependency. In order to allow users to deduplicate the Babel stack, this commit amends the spec to allow newer versions as well. The same change is made to other 3rd-party production dependencies, except for `unplugin` [1] and `magic-string` [2] which apparently need to be pinned. [1]: getsentry#496 (comment) [2]: getsentry#496 (comment)
4daa6fc to
9a3301f
Compare
|
I've reverted the change to |
|
CI is passing - is there anything else I need to do here? |
|
Nope all good! Thank you! |
|
@lforst Thanks! Can I expect this to make its way into a release sometime soon? |
As per the sole commit: