Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update peer dependencies (decap packages) #6886

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

martinjagodic
Copy link
Member

@martinjagodic martinjagodic commented Aug 25, 2023

npm install is not working because peer dependencies have 2.x versions, which don't exist as decap-cms, but netlify-cms

This PR sets all decap-cms-* peer dependencies to version ^3.0.0, which for sure exists for all packages.

Closes #6885

@github-actions github-actions bot added the type: bug code to address defects in shipped code label Aug 25, 2023
@martinjagodic martinjagodic enabled auto-merge (squash) August 25, 2023 11:13
@martinjagodic martinjagodic merged commit e580ce5 into master Aug 25, 2023
24 checks passed
@martinjagodic martinjagodic deleted the fix-peer-dependencies branch August 25, 2023 13:10
martinjagodic added a commit that referenced this pull request Oct 16, 2023
`npm install` was not working because peer dependencies had `2.x.x` versions set, which don't exist for `decap-cms`, but they do for `netlify-cms`.

This sets all `decap-cms-*` peer dependencies to version ^3.0.0, which for sure exists for all packages.
martinjagodic added a commit that referenced this pull request Oct 17, 2023
`npm install` was not working because peer dependencies had `2.x.x` versions set, which don't exist for `decap-cms`, but they do for `netlify-cms`.

This sets all `decap-cms-*` peer dependencies to version ^3.0.0, which for sure exists for all packages.
martinjagodic added a commit to geotrev/netlify-cms that referenced this pull request Oct 17, 2023
`npm install` was not working because peer dependencies had `2.x.x` versions set, which don't exist for `decap-cms`, but they do for `netlify-cms`.

This sets all `decap-cms-*` peer dependencies to version ^3.0.0, which for sure exists for all packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation of decap-cms-app fails under node 16 and 18
2 participants