Skip to content

Commit

Permalink
types (chore!): minimum requirement is node 18, upgrade typscript to …
Browse files Browse the repository at this point in the history
…5.3.3
  • Loading branch information
filmaj committed Sep 3, 2024
1 parent 8ba12a9 commit a2ba1c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@slack/types",
"version": "2.13.0",
"description": "Shared type definitions for the Node Slack SDK",
"description": "Shared types for Slack domain objects and event payloads",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
Expand All @@ -16,11 +16,11 @@
"dist/**/*"
],
"engines": {
"node": ">= 12.13.0",
"npm": ">= 6.12.0"
"node": ">= 18",
"npm": ">= 8.6.0"
},
"repository": "slackapi/node-slack-sdk",
"homepage": "https://slack.dev/node-slack-sdk",
"homepage": "https://slack.dev/node-slack-sdk/reference/types",
"publishConfig": {
"access": "public"
},
Expand All @@ -45,11 +45,11 @@
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-jsdoc": "^46.5.0",
"eslint-plugin-jsdoc": "^48",
"eslint-plugin-node": "^11.1.0",
"shx": "^0.3.2",
"tsd": "^0.31.0",
"typescript": "^4.1.0"
"typescript": "5.3.3"
},
"tsd": {
"directory": "test"
Expand Down

0 comments on commit a2ba1c1

Please sign in to comment.