Skip to content

Commit

Permalink
chore(deps): update dependency sinon to v19 (#855)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 0f1b45f commit f0e4135
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"prettier": "^3.3.2",
"react": "^18.3.1",
"rxjs": "^7.8.1",
"sinon": "^18.0.0",
"sinon": "^19.0.0",
"tslib": "^2.6.3",
"typescript": "^5.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jest": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^18.0.0",
"sinon": "^19.0.0",
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/register/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@swc/helpers": "^0.5.11",
"@types/debug": "^4.1.12",
"lodash": "^4.17.21",
"sinon": "^18.0.0",
"sinon": "^19.0.0",
"typescript": "^5.5.3"
},
"funding": {
Expand Down
35 changes: 14 additions & 21 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 f0e4135

Please sign in to comment.