You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior? @tinymce/tinymce-react contains @storybook/storybook-deployer in the dependencies in package.json, which cascades to all configurations consuming @tinymce/[email protected]
What is the expected behavior?
Package forces the consuming application to only download the packages that are used during runtime when using npm i
Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or tinymce-react?
Version: 4.3.1
PR: #478
In previous versions the dependency array only contained prop-types and tinymce
The text was updated successfully, but these errors were encountered:
Thank you for reporting, and the issue has been addressed in #483, and we have removed the storybook-deployer dependency. A new version tinymce-react version (4.3.2) has been released and is now available for download from npm.
What is the current behavior?
@tinymce/tinymce-react
contains@storybook/storybook-deployer
in the dependencies in package.json, which cascades to all configurations consuming@tinymce/[email protected]
Steps to reproduce
What is the expected behavior?
Package forces the consuming application to only download the packages that are used during runtime when using
npm i
Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or
tinymce-react
?Version: 4.3.1
PR: #478
In previous versions the dependency array only contained
prop-types
andtinymce
The text was updated successfully, but these errors were encountered: