Skip to content

Commit 291ee3a

Browse files
Andre Pracabuttilda
authored andcommitted
dont bump fast-check
1 parent db11259 commit 291ee3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-plugin-import": "2.27.5",
6060
"eslint-plugin-jest": "27.2.1",
6161
"eslint-plugin-prettier": "4.2.1",
62-
"fast-check": "3.6.3",
62+
"fast-check": "2.25.0",
6363
"jest": "29.4.3",
6464
"lerna": "6.5.1",
6565
"prettier": "2.8.4",

packages/oats-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/jest": "29.4.0",
4343
"@types/lodash": "4.14.191",
4444
"@types/node": "18.14.0",
45-
"fast-check": "3.6.3",
45+
"fast-check": "2.25.0",
4646
"jest": "29.4.3",
4747
"jsverify": "0.8.4",
4848
"prettier": "2.8.4",

packages/oats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/lodash": "4.14.191",
5151
"@types/node": "18.14.0",
5252
"axios": "0.27.2",
53-
"fast-check": "3.6.3",
53+
"fast-check": "2.25.0",
5454
"form-data": "4.0.0",
5555
"jest": "29.4.3",
5656
"jsverify": "0.8.4",

0 commit comments

Comments
 (0)