Skip to content

Commit

Permalink
chore(deps): update dependency @fast-check/jest to v2 (#15218)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 27, 2024
1 parent b8c5200 commit b3cebcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/diff-sequences/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@fast-check/jest": "^1.3.0",
"@fast-check/jest": "^2.0.0",
"benchmark": "^2.1.4",
"diff": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jest-util": "workspace:*"
},
"devDependencies": {
"@fast-check/jest": "^1.3.0",
"@fast-check/jest": "^2.0.0",
"@jest/test-utils": "workspace:*",
"chalk": "^4.0.0",
"immutable": "^4.0.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2910,9 +2910,9 @@ __metadata:
languageName: node
linkType: hard

"@fast-check/jest@npm:^1.3.0":
version: 1.8.2
resolution: "@fast-check/jest@npm:1.8.2"
"@fast-check/jest@npm:^2.0.0":
version: 2.0.0
resolution: "@fast-check/jest@npm:2.0.0"
dependencies:
fast-check: ^3.0.0
peerDependencies:
Expand All @@ -2924,7 +2924,7 @@ __metadata:
optional: true
"@jest/expect":
optional: true
checksum: 10ef89150c136d9c614a58907d7fe44b3ba56d388668bf532233dfb0b6ef25191a378953f7fb5317a65624e7b8235d65b9d886f98edf4780ac77d0297eeda0b1
checksum: 105827961cebf22b053b593993a176218d74a5175f40c43886a0f1180a0d1c8f80477a44297200f4e0131abd364bf60e0cf830eb2e7488cfb7bd94063591e6f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -9309,7 +9309,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "diff-sequences@workspace:packages/diff-sequences"
dependencies:
"@fast-check/jest": ^1.3.0
"@fast-check/jest": ^2.0.0
benchmark: ^2.1.4
diff: ^5.0.0
languageName: unknown
Expand Down Expand Up @@ -10675,7 +10675,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "expect@workspace:packages/expect"
dependencies:
"@fast-check/jest": ^1.3.0
"@fast-check/jest": ^2.0.0
"@jest/expect-utils": "workspace:*"
"@jest/test-utils": "workspace:*"
chalk: ^4.0.0
Expand Down

0 comments on commit b3cebcf

Please sign in to comment.