Skip to content

fix: use devDependencies for build-time React in Dockerfile#42

Open
HusamElbashir wants to merge 1 commit into
GrapesJS:mainfrom
HusamElbashir:fix/react-19-dependency
Open

fix: use devDependencies for build-time React in Dockerfile#42
HusamElbashir wants to merge 1 commit into
GrapesJS:mainfrom
HusamElbashir:fix/react-19-dependency

Conversation

@HusamElbashir

Copy link
Copy Markdown

yarn add (without --dev) writes react@^19 into dependencies, causing the published package to force-install React 19 for all consumers regardless of their project's React version.

Fixes #41

yarn add (without --dev) writes react@^19 into dependencies,
causing the published package to force-install React 19 for all
consumers regardless of their project's React version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Published version on npm pulls in React 19

1 participant