Skip to content

Commit 7973719

Browse files
authored
Update @sinonjs/fake-timers to match version in @sinonjs/sinon (#209)
`sinon` itself currently uses `fake-timers@10` which leads to the package being pulled in twice.
1 parent 6f73a12 commit 7973719

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

package-lock.json

Lines changed: 9 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"@sinonjs/commons": "^2.0.0",
67-
"@sinonjs/fake-timers": "^7.0.4",
67+
"@sinonjs/fake-timers": "^10.0.2",
6868
"@sinonjs/text-encoding": "^0.7.1",
6969
"just-extend": "^4.0.2",
7070
"path-to-regexp": "^1.7.0"

0 commit comments

Comments
 (0)