Skip to content
Open
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-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@jest/types": "workspace:^",
"babel-jest": "workspace:^",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"ci-info": "^4.3.1",
"deepmerge": "^4.2.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"ci-info": "^4.3.1",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"jest-changed-files": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@jest/types": "workspace:^",
"@types/node": "*",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"ci-info": "^4.3.1",
"graceful-fs": "^4.2.9",
"picomatch": "^2.2.3"
},
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2675,7 +2675,7 @@ __metadata:
"@types/node": "*"
ansi-escapes: ^4.2.1
chalk: ^4.0.0
ci-info: ^3.2.0
ci-info: ^4.3.1
exit: ^0.1.2
graceful-fs: ^4.2.9
jest-changed-files: "workspace:^"
Expand Down Expand Up @@ -7065,6 +7065,13 @@ __metadata:
languageName: node
linkType: hard

"ci-info@npm:^4.3.1":
version: 4.3.1
resolution: "ci-info@npm:4.3.1"
checksum: 66c159d92648e8a07acab0a3a0681bff6ccc39aa44916263208c4d97bbbeedbbc886d7611fd30c21df1aa624ce3c6fcdfde982e74689e3e014e064e1d0805f94
languageName: node
linkType: hard

"cjs-module-lexer@npm:^1.0.0":
version: 1.2.2
resolution: "cjs-module-lexer@npm:1.2.2"
Expand Down Expand Up @@ -12655,7 +12662,7 @@ __metadata:
"@types/parse-json": ^4.0.0
babel-jest: "workspace:^"
chalk: ^4.0.0
ci-info: ^3.2.0
ci-info: ^4.3.1
deepmerge: ^4.2.2
glob: ^7.1.3
graceful-fs: ^4.2.9
Expand Down Expand Up @@ -13164,7 +13171,7 @@ __metadata:
"@types/node": "*"
"@types/picomatch": ^2.2.2
chalk: ^4.0.0
ci-info: ^3.2.0
ci-info: ^4.3.1
graceful-fs: ^4.2.9
picomatch: ^2.2.3
languageName: unknown
Expand Down
Loading