Skip to content

Commit

Permalink
fix: update semantic-release/github
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the minimum required version of semantic-release
is now 24.1.0
  • Loading branch information
wkillerud committed Sep 27, 2024
1 parent cee20df commit 2e77706
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,22 @@
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@podium/eslint-config": "1.0.0",
"eslint": "9.8.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"semantic-release": "24.0.0"
"peerDependencies": {
"semantic-release": ">=24.1.0"
},
"dependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.1.3",
"@semantic-release/github": "11.0.0",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1"
},
"devDependencies": {
"@podium/eslint-config": "1.0.0",
"eslint": "9.8.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"semantic-release": "24.1.1"
}
}

0 comments on commit 2e77706

Please # to comment.