Skip to content

Commit

Permalink
fix: allow any sinon
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 14, 2022
1 parent bb03fb9 commit 1462765
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,13 @@
"release": "aegir release"
},
"devDependencies": {
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.8",
"aegir": "^37.5.6",
"sinon": "^14.0.1",
"sinon-chai": "^3.7.0"
},
"peerDependencies": {
"@types/sinon": "^9.0.5",
"sinon": "^9.0.3"
"sinon": "*"
}
}

0 comments on commit 1462765

Please sign in to comment.