Skip to content

Commit

Permalink
Update dependencies + engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 11, 2021
1 parent 93c7255 commit f97297e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -37,16 +37,17 @@
"prepend-file": "^2.0.0"
},
"devDependencies": {
"bron": "^1.1.1",
"proxyquire": "^2.1.0",
"release-it": "^14.11.1",
"sinon": "^11.1.1"
"bron": "^2.0.2",
"release-it": "^15.0.0-esm.2",
"shelljs": "^0.8.4",
"sinon": "^11.1.2",
"tmp": "^0.2.1"
},
"peerDependencies": {
"release-it": "^14.11.1"
"release-it": "^15.0.0-esm.2"
},
"engines": {
"node": ">=10"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"release-it": {
"hooks": {
Expand Down

0 comments on commit f97297e

Please sign in to comment.