Skip to content

Commit

Permalink
Update dependencies & add semver (fixes #49)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 17, 2022
1 parent b367152 commit d039a1c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,18 @@
"dependencies": {
"concat-stream": "^2.0.0",
"conventional-changelog": "^3.1.25",
"conventional-recommended-bump": "^6.1.0"
"conventional-recommended-bump": "^6.1.0",
"semver": "^7.3.7"
},
"devDependencies": {
"bron": "^2.0.2",
"release-it": "^15.0.0-esm.4",
"release-it": "^15.3.0",
"shelljs": "^0.8.5",
"sinon": "^13.0.2",
"sinon": "^14.0.0",
"tmp": "^0.2.1"
},
"peerDependencies": {
"release-it": "^15.0.0-esm.4"
"release-it": "^15.3.0"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit d039a1c

Please sign in to comment.