Skip to content

Commit

Permalink
fix: fix slack-rich-text peer deps (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski authored Nov 27, 2024
1 parent 36f83b1 commit 5eed70b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-toes-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@callstack/slack-rich-text': patch
---

fix: peerDeps
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"
}
}
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5eed70b

Please sign in to comment.