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

F-Mega-Modal(v7.4.1) has a DevDependency on F-Button(v4.5.0) #2293

Open
SaaimaMulla opened this issue Jun 9, 2023 · 0 comments
Open

F-Mega-Modal(v7.4.1) has a DevDependency on F-Button(v4.5.0) #2293

SaaimaMulla opened this issue Jun 9, 2023 · 0 comments

Comments

@SaaimaMulla
Copy link

SaaimaMulla commented Jun 9, 2023

We recently encountered while updating the Fozzie components that when updating F-Button to v5.0.0, the F-Mega-Modal still has a Dev Dependency on F-Button 4.5.0 causing errors for conflict or inconsistency in the package versions specified in the project's dependencies.

As a work around we have manually overridden the version of the DevDependency in package.json for F-Button as follows:

"dependencies": {
  "@justeat/f-mega-modal": "7.4.1",
  "@justeat/f-button": "5.0.0"
},
"overrides": {
  "@justeat/f-mega-modal": {
    "@justeat/f-button": "5.0.0"
  }
}

Just wanted to bring to notice so it can be updated. Meanwhile, other teams can apply this overrides as mentioned above

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

No branches or pull requests

1 participant