Skip to content

Commit

Permalink
feat: update deps and compatibility with release-it 15 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Jul 28, 2023
1 parent 055c3c2 commit 615b7f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"test": "bron --serial test.js"
},
"dependencies": {
"semver": "^7.3.8"
"semver": "^7.5.4"
},
"devDependencies": {
"bron": "^2.0.3",
"c8": "^7.12.0",
"release-it": "^15.2.0",
"sinon": "^15.0.1"
"c8": "^8.0.1",
"release-it": "^16.1.3",
"sinon": "^15.2.0"
},
"peerDependencies": {
"release-it": "^15.2.0"
"release-it": ">=15.2.0"
},
"engines": {
"node": ">=14.9"
Expand Down

0 comments on commit 615b7f0

Please sign in to comment.