Skip to content

Commit

Permalink
chore: fix slack-rich-text peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 27, 2024
1 parent 36f83b1 commit b1d8b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/slack-rich-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"ts-regex-builder": "^1.8.2"
},
"peerDependencies": {
"@microsoft/api-extractor": "catalog:",
"@rslib/core": "catalog:",
"@slack/web-api": "^6.11.2"
},
"devDependencies": {
"@microsoft/api-extractor": "catalog:",
"@rslib/core": "catalog:",
"vitest": "^2.1.3"
}
}

0 comments on commit b1d8b99

Please sign in to comment.