Skip to content

Commit e5dc2e2

Browse files
committed
1 parent 08a4a0d commit e5dc2e2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-import": "^2.31.0",
5252
"eslint-plugin-prettier": "^5.2.3",
5353
"eslint-plugin-vue": "^9.32.0",
54-
"fast-check": "^3.23.2",
54+
"fast-check": "^4.2.0",
5555
"graphql-tag": "^2.12.6",
5656
"jiti": "^2.4.2",
5757
"jsdom": "^26.0.0",

src/utils/monaco-editor/__tests__/model.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const fcUseModelOptions = () =>
3030
source: fcSource(),
3131
language: fcLanguage(),
3232
},
33-
{ withDeletedKeys: true },
33+
{ requiredKeys: [] },
3434
);
3535

3636
describe("fcUseModelOptions()", () => {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3819,12 +3819,12 @@ extract-files@^11.0.0:
38193819
resolved "https://registry.yarnpkg.com/extract-files/-/extract-files-11.0.0.tgz#b72d428712f787eef1f5193aff8ab5351ca8469a"
38203820
integrity sha512-FuoE1qtbJ4bBVvv94CC7s0oTnKUGvQs+Rjf1L2SJFfS+HTVVjhPFtehPdQ0JiGPqVNfSSZvL5yzHHQq2Z4WNhQ==
38213821

3822-
fast-check@^3.23.2:
3823-
version "3.23.2"
3824-
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.23.2.tgz#0129f1eb7e4f500f58e8290edc83c670e4a574a2"
3825-
integrity sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==
3822+
fast-check@^4.2.0:
3823+
version "4.2.0"
3824+
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-4.2.0.tgz#db9149c073b47d60ab377791e98a7d1a8f288c08"
3825+
integrity sha512-buxrKEaSseOwFjt6K1REcGMeFOrb0wk3cXifeMAG8yahcE9kV20PjQn1OdzPGL6OBFTbYXfjleNBARf/aCfV1A==
38263826
dependencies:
3827-
pure-rand "^6.1.0"
3827+
pure-rand "^7.0.0"
38283828

38293829
fast-decode-uri-component@^1.0.1:
38303830
version "1.0.1"
@@ -5724,10 +5724,10 @@ punycode@^2.3.1:
57245724
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
57255725
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
57265726

5727-
pure-rand@^6.1.0:
5728-
version "6.1.0"
5729-
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.1.0.tgz#d173cf23258231976ccbdb05247c9787957604f2"
5730-
integrity sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==
5727+
pure-rand@^7.0.0:
5728+
version "7.0.1"
5729+
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-7.0.1.tgz#6f53a5a9e3e4a47445822af96821ca509ed37566"
5730+
integrity sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==
57315731

57325732
pvtsutils@^1.3.2:
57335733
version "1.3.5"

0 commit comments

Comments
 (0)