Skip to content

Commit

Permalink
fix(deps): update dependency sinon to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent f3dbcd9 commit 815bb60
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "jest --coverage"
},
"dependencies": {
"sinon": "~15.1.0"
"sinon": "~17.0.0"
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand All @@ -49,7 +49,7 @@
"@types/node": "~20.9.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/sinon": "~10.0.0",
"@types/sinon": "~17.0.0",
"eslint": "~8.54.0",
"jest": "~29.7.0",
"react": "~18.2.0",
Expand Down
30 changes: 18 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 815bb60

Please sign in to comment.