Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependency @vitest/ui to ^1.2.2 #120

Merged
merged 1 commit into from
Jan 28, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@biomejs/biome": "^1.5.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@vitest/ui": "^1.2.1",
"@vitest/ui": "^1.2.2",
"defu": "^6.1.4",
"tsup": "^8.0.1",
"type-fest": "^4.9.0",
Expand Down
24 changes: 18 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1111,11 +1111,11 @@ __metadata:
languageName: node
linkType: hard

"@vitest/ui@npm:^1.2.1":
version: 1.2.1
resolution: "@vitest/ui@npm:1.2.1"
"@vitest/ui@npm:^1.2.2":
version: 1.2.2
resolution: "@vitest/ui@npm:1.2.2"
dependencies:
"@vitest/utils": "npm:1.2.1"
"@vitest/utils": "npm:1.2.2"
fast-glob: "npm:^3.3.2"
fflate: "npm:^0.8.1"
flatted: "npm:^3.2.9"
Expand All @@ -1124,7 +1124,7 @@ __metadata:
sirv: "npm:^2.0.4"
peerDependencies:
vitest: ^1.0.0
checksum: 1e94d5378e8d46dc941760ace882805e47adc17f3fe09db8a5f2a083194823af08970d138c9301fd6720e1c9d15aaa6846c8a171550c53320a7dc73093151f82
checksum: 5570ff8afc7731e672608709e8d107127b71080d3b4ee20369a24bd03c18365642aec4a31c5eea01adf473d1f016bbdf4b0b9dfa70d4d0fc1e552439f004efd4
languageName: node
linkType: hard

Expand All @@ -1140,6 +1140,18 @@ __metadata:
languageName: node
linkType: hard

"@vitest/utils@npm:1.2.2":
version: 1.2.2
resolution: "@vitest/utils@npm:1.2.2"
dependencies:
diff-sequences: "npm:^29.6.3"
estree-walker: "npm:^3.0.3"
loupe: "npm:^2.3.7"
pretty-format: "npm:^29.7.0"
checksum: f9a62bc8cbe05475b99e1f8bd96e0ee48cf819ca2e532ba18f071bf0371f044dffa006c33a69b1b276097e6b50f91342a776c830cfac19456b24a9bdad29abe5
languageName: node
linkType: hard

"abbrev@npm:^1.0.0":
version: 1.1.1
resolution: "abbrev@npm:1.1.1"
Expand Down Expand Up @@ -3169,7 +3181,7 @@ __metadata:
"@biomejs/biome": "npm:^1.5.3"
"@changesets/changelog-github": "npm:^0.5.0"
"@changesets/cli": "npm:^2.27.1"
"@vitest/ui": "npm:^1.2.1"
"@vitest/ui": "npm:^1.2.2"
defu: "npm:^6.1.4"
tsup: "npm:^8.0.1"
type-fest: "npm:^4.9.0"
Expand Down