Skip to content

Commit

Permalink
Update dependencies for @jest/fake-timer
Browse files Browse the repository at this point in the history
- Upgrading `@sinonjs/fake-timers` to version v7
  • Loading branch information
HonzaMac authored and Jan Machala committed Mar 8, 2021
1 parent ab014c1 commit 3778306
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/jest-fake-timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@jest/types": "^27.0.0-next.3",
"@sinonjs/fake-timers": "^6.0.1",
"@sinonjs/fake-timers": "^7.0.2",
"@types/node": "*",
"jest-message-util": "^27.0.0-next.3",
"jest-mock": "^27.0.0-next.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ __metadata:
resolution: "@jest/fake-timers@workspace:packages/jest-fake-timers"
dependencies:
"@jest/types": ^27.0.0-next.3
"@sinonjs/fake-timers": ^6.0.1
"@sinonjs/fake-timers": ^7.0.2
"@types/node": "*"
"@types/sinonjs__fake-timers": ^6.0.1
jest-message-util: ^27.0.0-next.3
Expand Down Expand Up @@ -3308,12 +3308,12 @@ __metadata:
languageName: node
linkType: hard

"@sinonjs/fake-timers@npm:^6.0.1":
version: 6.0.1
resolution: "@sinonjs/fake-timers@npm:6.0.1"
"@sinonjs/fake-timers@npm:^7.0.2":
version: 7.0.2
resolution: "@sinonjs/fake-timers@npm:7.0.2"
dependencies:
"@sinonjs/commons": ^1.7.0
checksum: 64458b908773638dda08b555a00e6fbbbc679735348291dc1b7f437ada2f60242537fdc48e4ee82d2573d86984ec87e755b66a96c0ed9ebf0f46b4c6687ccde2
checksum: b976616900e9ce005f1790b3227697aba909d546b0aed42c75e38f82780ed81d70031ffd9406363ccde3da7f169f2e8a205ef712113d727f896b6cf91aff5e14
languageName: node
linkType: hard

Expand Down

0 comments on commit 3778306

Please sign in to comment.