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

Change dependencies to peerDependencies #2147

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

vadjs
Copy link

@vadjs vadjs commented Jun 24, 2024

Summary

Installation of the package @slack/bolt has next file structure:
node_modules/@slack/bolt/node_modules
Which brings complexity to the application. Also it makes it impossible to override package versions.

Renaming dependencies -> peerDependencies helps to get rid of this problem.

Closes #2146 (comment)

Requirements (place an x in each [ ])

Reason:
Installation of the package `@slack/bolt` has next file structure:
```node_modules/@slack/bolt/node_modules```
Which brings complexity to the application. Also it makes impossible to override package veersions.

Renaming `dependencies` -> `peerDependencies` helps to get rid of this problem.
Copy link

Thanks for the contribution! Before we can merge this, we need @vadjs to sign the Salesforce Inc. Contributor License Agreement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change dependencies -> peerDependencies
1 participant