Skip to content

Commit

Permalink
fix: update to @sinonjs/fake-timers@8 (#11879)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 27, 2021
1 parent 341843f commit 6eec84c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

### Features

- `[@jest/fake-timers]` Update `@sinonjs/fake-timers` to v8 ([#11879](https://github.com/facebook/jest/pull/11879))

### Fixes

### Chore & Maintenance
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-fake-timers/package.json
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@jest/types": "^27.1.1",
"@sinonjs/fake-timers": "^7.0.2",
"@sinonjs/fake-timers": "^8.0.1",
"@types/node": "*",
"jest-message-util": "^27.2.2",
"jest-mock": "^27.1.1",
Expand Down
6 changes: 1 addition & 5 deletions packages/jest-fake-timers/tsconfig.json
Expand Up @@ -2,11 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build",
// TODO: remove when shipped types are better
"paths": {
"@sinonjs/fake-timers": ["../../node_modules/@types/sinonjs__fake-timers"]
}
"outDir": "build"
},
"references": [
{"path": "../jest-message-util"},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -2531,7 +2531,7 @@ __metadata:
resolution: "@jest/fake-timers@workspace:packages/jest-fake-timers"
dependencies:
"@jest/types": ^27.1.1
"@sinonjs/fake-timers": ^7.0.2
"@sinonjs/fake-timers": ^8.0.1
"@types/node": "*"
"@types/sinonjs__fake-timers": ^6.0.1
jest-message-util: ^27.2.2
Expand Down Expand Up @@ -4151,12 +4151,12 @@ __metadata:
languageName: node
linkType: hard

"@sinonjs/fake-timers@npm:^7.0.2":
version: 7.1.2
resolution: "@sinonjs/fake-timers@npm:7.1.2"
"@sinonjs/fake-timers@npm:^8.0.1":
version: 8.0.1
resolution: "@sinonjs/fake-timers@npm:8.0.1"
dependencies:
"@sinonjs/commons": ^1.7.0
checksum: 5ce48e40db14d7e1419bae287b84559133d580cb56130b51d7479dff318bfafed87531f8b48f618f07e3c9a6113c9e3f00286805d55de64986b9cccb8eb6d5cf
checksum: f9f73504278c94ab9337d36e9f594082451f55fa7824e8fcd650354aaa0427c3bfb4ea26ff9afdb10e0d3c48da46452d0754bc0248aeb987584d47af63115e3d
languageName: node
linkType: hard

Expand Down

0 comments on commit 6eec84c

Please sign in to comment.