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

fix: add jest-worker's missing dependency #13341

Merged
merged 6 commits into from Sep 30, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/jest-worker/package.json
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@types/node": "*",
"jest-util": "^29.1.0",
SimenB marked this conversation as resolved.
Show resolved Hide resolved
"merge-stream": "^2.0.0",
"supports-color": "^8.0.0"
},
Expand Down
31 changes: 16 additions & 15 deletions yarn.lock
Expand Up @@ -12869,6 +12869,21 @@ __metadata:
languageName: unknown
linkType: soft

"jest-util@^29.1.0, jest-util@workspace:^, jest-util@workspace:packages/jest-util":
version: 0.0.0-use.local
resolution: "jest-util@workspace:packages/jest-util"
dependencies:
"@jest/types": "workspace:^"
"@types/graceful-fs": ^4.1.3
"@types/node": "*"
"@types/picomatch": ^2.2.2
chalk: ^4.0.0
ci-info: ^3.2.0
graceful-fs: ^4.2.9
picomatch: ^2.2.3
languageName: unknown
linkType: soft

"jest-util@npm:^26.0.0":
version: 26.6.2
resolution: "jest-util@npm:26.6.2"
Expand Down Expand Up @@ -12911,21 +12926,6 @@ __metadata:
languageName: node
linkType: hard

"jest-util@workspace:^, jest-util@workspace:packages/jest-util":
version: 0.0.0-use.local
resolution: "jest-util@workspace:packages/jest-util"
dependencies:
"@jest/types": "workspace:^"
"@types/graceful-fs": ^4.1.3
"@types/node": "*"
"@types/picomatch": ^2.2.2
chalk: ^4.0.0
ci-info: ^3.2.0
graceful-fs: ^4.2.9
picomatch: ^2.2.3
languageName: unknown
linkType: soft

"jest-validate@npm:^26.5.2":
version: 26.6.2
resolution: "jest-validate@npm:26.6.2"
Expand Down Expand Up @@ -13038,6 +13038,7 @@ __metadata:
"@types/supports-color": ^8.1.0
get-stream: ^6.0.0
jest-leak-detector: "workspace:^"
jest-util: ^29.1.0
merge-stream: ^2.0.0
supports-color: ^8.0.0
tsd-lite: ^0.6.0
Expand Down