Skip to content

Commit e01275b

Browse files
authored
Un-pin @sinonjs/fake-timers (#2495)
The commit upgrading from v9 to v10 appears to have accidentally dropped the caret from the version range, pinning it to a single version: aa493da Un-pinning the version will allow sinon and its consumers to automatically pick up new in-range versions of @sinonjs/fake-timers as they're released in the future.
1 parent 6cbde9b commit e01275b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"dependencies": {
7676
"@sinonjs/commons": "^2.0.0",
77-
"@sinonjs/fake-timers": "10.0.2",
77+
"@sinonjs/fake-timers": "^10.0.2",
7878
"@sinonjs/samsam": "^7.0.1",
7979
"diff": "^5.0.0",
8080
"nise": "^5.1.2",

0 commit comments

Comments
 (0)