Skip to content

Commit

Permalink
perf: update semantic release for peer package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Nov 14, 2023
1 parent 150ef09 commit 6905b84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tmcb/release",
"description": "nodejs and docker github actions compatible semantic-release shareable config to publish to npmjs.com and ghcr.io",
"description": "Node.js and docker github actions compatible semantic-release shareable config to publish to npmjs.com and ghcr.io",
"version": "1.0.4",
"license": "MIT",
"files": [
Expand All @@ -18,7 +18,7 @@
"url": "git+ssh://git@github.com/TMCB-SPACE/release.git"
},
"peerDependencies": {
"semantic-release": ">=22.0.0"
"semantic-release": ">=22.0.7"
},
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -31,7 +31,7 @@
"conventional-changelog-conventionalcommits": "^7.0.2",
"eclass-docker-fork": "^1.3.1",
"npmlog": "^7.0.1",
"semantic-release": ">=22.0.0",
"semantic-release": ">=22.0.7",
"semantic-release-major-tag": "^0.3.2",
"semantic-release-replace-plugin": "^1.2.7"
},
Expand Down

0 comments on commit 6905b84

Please sign in to comment.