Skip to content

Commit

Permalink
fix(deps): add semantic-release as a peer dependency
Browse files Browse the repository at this point in the history
This was effectively already an undeclared peer
dependency.
  • Loading branch information
djcsdy committed May 18, 2024
1 parent 34342d6 commit c9845e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"pinst": ">= 2.1.6"
"pinst": ">= 2.1.6",
"semantic-release": ">= 22.0.0"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6803,6 +6803,7 @@ __metadata:
typescript: "npm:5.4.5"
peerDependencies:
pinst: ">= 2.1.6"
semantic-release: ">= 22.0.0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit c9845e7

Please sign in to comment.