Skip to content

Commit 5c58b42

Browse files
build(deps-dev): Bump @vitest/ui from 0.30.0 to 0.31.0 (#165)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30e7829 commit 5c58b42

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@typescript-eslint/parser": "5.58.0",
102102
"@vates/toggle-scripts": "1.0.0",
103103
"@vitest/coverage-c8": "0.30.0",
104-
"@vitest/ui": "0.30.0",
104+
"@vitest/ui": "0.31.0",
105105
"add-stream": "1.0.0",
106106
"chai": "4.3.7",
107107
"conventional-changelog": "3.1.25",

yarn.lock

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ __metadata:
11361136
"@typescript-eslint/parser": "npm:5.58.0"
11371137
"@vates/toggle-scripts": "npm:1.0.0"
11381138
"@vitest/coverage-c8": "npm:0.30.0"
1139-
"@vitest/ui": "npm:0.30.0"
1139+
"@vitest/ui": "npm:0.31.0"
11401140
add-stream: "npm:1.0.0"
11411141
chai: "npm:4.3.7"
11421142
conventional-changelog: "npm:3.1.25"
@@ -2319,18 +2319,20 @@ __metadata:
23192319
languageName: node
23202320
linkType: hard
23212321

2322-
"@vitest/ui@npm:0.30.0":
2323-
version: 0.30.0
2324-
resolution: "@vitest/ui@npm:0.30.0"
2322+
"@vitest/ui@npm:0.31.0":
2323+
version: 0.31.0
2324+
resolution: "@vitest/ui@npm:0.31.0"
23252325
dependencies:
2326-
"@vitest/utils": "npm:0.30.0"
2326+
"@vitest/utils": "npm:0.31.0"
23272327
fast-glob: "npm:^3.2.12"
23282328
fflate: "npm:^0.7.4"
23292329
flatted: "npm:^3.2.7"
23302330
pathe: "npm:^1.1.0"
23312331
picocolors: "npm:^1.0.0"
23322332
sirv: "npm:^2.0.2"
2333-
checksum: 49c0cc3b022f716326995404b72ffb77ea2faf76951e4ed46095d4ac76845411f5817c82a9098684a1c6a08553a3bec24873555a2c37e52c77f3c92e1095a80f
2333+
peerDependencies:
2334+
vitest: ">=0.30.1 <1"
2335+
checksum: 44558cbab593bfef6e4fbacc09c3ed88caddbb4d04b91222ec1853fa4ebeeca534e01efbe8ead00974a7a3a1d8aee23fe80ae426bdbcdf4593cc910f827a3533
23342336
languageName: node
23352337
linkType: hard
23362338

@@ -2345,6 +2347,17 @@ __metadata:
23452347
languageName: node
23462348
linkType: hard
23472349

2350+
"@vitest/utils@npm:0.31.0":
2351+
version: 0.31.0
2352+
resolution: "@vitest/utils@npm:0.31.0"
2353+
dependencies:
2354+
concordance: "npm:^5.0.4"
2355+
loupe: "npm:^2.3.6"
2356+
pretty-format: "npm:^27.5.1"
2357+
checksum: 3a9a48496b5d1e7eec30e9091aa2e1ae488d8c54d0d28ff77cdb175ed96c3897d655e66b980c8cdadc95405ed435aff606aa16344a8aae5336343715949a42de
2358+
languageName: node
2359+
linkType: hard
2360+
23482361
"@whatwg-node/fetch@npm:0.6.2, @whatwg-node/fetch@npm:^0.6.0":
23492362
version: 0.6.2
23502363
resolution: "@whatwg-node/fetch@npm:0.6.2"

0 commit comments

Comments
 (0)