Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Update dependencies for @jest/fake-timer #11170

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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