-
Notifications
You must be signed in to change notification settings - Fork 423
Closed
Labels
TypeScript-specificbugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documenteddependenciesPull requests that update a dependency filePull requests that update a dependency file
Milestone
Description
@slack/bolt version
4.1.1
Your App and Receiver Configuration
N/A
Node.js runtime version
v21.7.3
Steps to reproduce:
Install @slack/bolt latest which installs express v5. The express types are set to ^4 in @slack/bolt's package.json but these aren't aligned with the version of Express being used.
Expected result:
@types/express should be 5.0.0 if Express v5 is used as far as I know.
Actual result:
@types/express v4 is used even though express v5 is installed.
Requirements
For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TypeScript-specificbugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documenteddependenciesPull requests that update a dependency filePull requests that update a dependency file