Skip to content

Commit

Permalink
BREAKING CHANGE: add >=18.12.1 remove >=16.18.1 (engines.node)
Browse files Browse the repository at this point in the history
fix(engines): add >=18.12.1 remove >=16.18.1 (engines.node)
chore(deps): add ^5.1.0 remove ^5.0.1 (devDependencies.ava)
  • Loading branch information
arlac77 committed Nov 14, 2022
1 parent 7dded28 commit aa11736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
},
"devDependencies": {
"@kronos-integration/endpoint": "^9.4.35",
"ava": "^5.0.1",
"ava": "^5.1.0",
"c8": "^7.12.0",
"documentation": "^14.0.0",
"semantic-release": "^19.0.5"
},
"engines": {
"node": ">=16.18.1"
"node": ">=18.12.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit aa11736

Please sign in to comment.