Skip to content

Commit a2ba1c1

Browse files
author
Filip Maj
committed
types (chore!): minimum requirement is node 18, upgrade typscript to 5.3.3
1 parent 8ba12a9 commit a2ba1c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/types/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@slack/types",
33
"version": "2.13.0",
4-
"description": "Shared type definitions for the Node Slack SDK",
4+
"description": "Shared types for Slack domain objects and event payloads",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",
77
"keywords": [
@@ -16,11 +16,11 @@
1616
"dist/**/*"
1717
],
1818
"engines": {
19-
"node": ">= 12.13.0",
20-
"npm": ">= 6.12.0"
19+
"node": ">= 18",
20+
"npm": ">= 8.6.0"
2121
},
2222
"repository": "slackapi/node-slack-sdk",
23-
"homepage": "https://slack.dev/node-slack-sdk",
23+
"homepage": "https://slack.dev/node-slack-sdk/reference/types",
2424
"publishConfig": {
2525
"access": "public"
2626
},
@@ -45,11 +45,11 @@
4545
"eslint-config-airbnb-typescript": "^17.1.0",
4646
"eslint-plugin-import": "^2.28.1",
4747
"eslint-plugin-import-newlines": "^1.3.4",
48-
"eslint-plugin-jsdoc": "^46.5.0",
48+
"eslint-plugin-jsdoc": "^48",
4949
"eslint-plugin-node": "^11.1.0",
5050
"shx": "^0.3.2",
5151
"tsd": "^0.31.0",
52-
"typescript": "^4.1.0"
52+
"typescript": "5.3.3"
5353
},
5454
"tsd": {
5555
"directory": "test"

0 commit comments

Comments
 (0)