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 testkit-js/testkit-js-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@types/ws": "^8.18.1",
"@vitest/runner": "^4.1.1",
"@vitest/runner": "^4.1.4",
"allure-commandline": "^2.38.1",
"allure-js-commons": "^3.6.0",
"allure-vitest": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion testkit-js/testkit-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@types/ws": "^8.18.1",
"@vitest/runner": "^4.1.1",
"@vitest/runner": "^4.1.4",
"allure-commandline": "^2.38.1",
"allure-js-commons": "^3.6.0",
"allure-vitest": "^3.6.0",
Expand Down
36 changes: 33 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ __metadata:
"@midnight-ntwrk/midnight-js-utils": "workspace:*"
"@midnight-ntwrk/testkit-js": "workspace:*"
"@types/ws": "npm:^8.18.1"
"@vitest/runner": "npm:^4.1.1"
"@vitest/runner": "npm:^4.1.4"
allure-commandline: "npm:^2.38.1"
allure-js-commons: "npm:^3.6.0"
allure-vitest: "npm:^3.6.0"
Expand Down Expand Up @@ -2162,7 +2162,7 @@ __metadata:
"@midnight-ntwrk/midnight-js-utils": "workspace:*"
"@midnight-ntwrk/wallet-sdk-hd": "npm:3.0.1"
"@types/ws": "npm:^8.18.1"
"@vitest/runner": "npm:^4.1.1"
"@vitest/runner": "npm:^4.1.4"
allure-commandline: "npm:^2.38.1"
allure-js-commons: "npm:^3.6.0"
allure-vitest: "npm:^3.6.0"
Expand Down Expand Up @@ -4382,7 +4382,16 @@ __metadata:
languageName: node
linkType: hard

"@vitest/runner@npm:4.1.2, @vitest/runner@npm:^4.1.1":
"@vitest/pretty-format@npm:4.1.4":
version: 4.1.4
resolution: "@vitest/pretty-format@npm:4.1.4"
dependencies:
tinyrainbow: "npm:^3.1.0"
checksum: 10/e06d63ce4f797ad578ee19aeec996f72835a7274ee2eb75dce12d7b45debcda72d054f58b6f4e5dac4424681dc13dbad7ac023c6017fc60406cabea5a352e4c3
languageName: node
linkType: hard

"@vitest/runner@npm:4.1.2":
version: 4.1.2
resolution: "@vitest/runner@npm:4.1.2"
dependencies:
Expand All @@ -4392,6 +4401,16 @@ __metadata:
languageName: node
linkType: hard

"@vitest/runner@npm:^4.1.4":
version: 4.1.4
resolution: "@vitest/runner@npm:4.1.4"
dependencies:
"@vitest/utils": "npm:4.1.4"
pathe: "npm:^2.0.3"
checksum: 10/a852477adc6254e1d304bcba9b137f98f09a7001a557e8e4f4404518e3ade58a16ab459e83cf223e38cc37dc4b04d1248a14df56b056a0ae68fc54b19a1226fb
languageName: node
linkType: hard

"@vitest/snapshot@npm:4.1.2":
version: 4.1.2
resolution: "@vitest/snapshot@npm:4.1.2"
Expand Down Expand Up @@ -4439,6 +4458,17 @@ __metadata:
languageName: node
linkType: hard

"@vitest/utils@npm:4.1.4":
version: 4.1.4
resolution: "@vitest/utils@npm:4.1.4"
dependencies:
"@vitest/pretty-format": "npm:4.1.4"
convert-source-map: "npm:^2.0.0"
tinyrainbow: "npm:^3.1.0"
checksum: 10/f599ae744f0ff45edda90d0c52eea9809b7367adca39fc985f85880322236d089dfdf6625f04913f03a25a160eccbbc0b16dd3201ccc0ae48087992b1ea755d5
languageName: node
linkType: hard

"@whatwg-node/disposablestack@npm:^0.0.6":
version: 0.0.6
resolution: "@whatwg-node/disposablestack@npm:0.0.6"
Expand Down
Loading