Skip to content

Commit

Permalink
Merge pull request #728 from stevengill/issue-727
Browse files Browse the repository at this point in the history
updated minimum node version to 12.13.0, updated minimum typescript t…
  • Loading branch information
stevengill authored Jan 11, 2021
2 parents 67f4aa9 + a2f8453 commit 3fce059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_tutorials/using-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ This page helps describe how to use this package from a project that also uses T

### Minimum version

The latest major version of `@slack/bolt` is supported to build against a minimum TypeScript version of v3.7.
The latest major version of `@slack/bolt` is supported to build against a minimum TypeScript version of v4.1.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dist/**/*"
],
"engines": {
"node": ">=10.13.0",
"node": ">=12.13.0",
"npm": ">=6.4.1"
},
"scripts": {
Expand All @@ -47,7 +47,7 @@
"@slack/types": "^1.9.0",
"@slack/web-api": "^5.14.0",
"@types/express": "^4.16.1",
"@types/node": ">=10",
"@types/node": ">=12",
"@types/promise.allsettled": "^1.0.3",
"axios": "^0.21.1",
"express": "^4.16.4",
Expand Down Expand Up @@ -79,7 +79,7 @@
"ts-node": "^8.1.0",
"tsd": "^0.13.1",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.7.2"
"typescript": "^4.1.0"
},
"tsd": {
"directory": "types-tests"
Expand Down

0 comments on commit 3fce059

Please sign in to comment.