Skip to content

Commit

Permalink
chore(deps): update dependency @vitest/ui to ^0.34.7 (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent cad0103 commit 1d35df0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitest/ui": "^0.34.6",
"@vitest/ui": "^0.34.7",
"@vue/test-utils": "^2.4.2",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1322,12 +1322,12 @@
dependencies:
tinyspy "^2.1.1"

"@vitest/ui@^0.34.6":
version "0.34.6"
resolved "https://registry.yarnpkg.com/@vitest/ui/-/ui-0.34.6.tgz#86a9d58d1514aaea6a4b27ddd3c430646afca488"
integrity sha512-/fxnCwGC0Txmr3tF3BwAbo3v6U2SkBTGR9UB8zo0Ztlx0BTOXHucE0gDHY7SjwEktCOHatiGmli9kZD6gYSoWQ==
"@vitest/ui@^0.34.7":
version "0.34.7"
resolved "https://registry.yarnpkg.com/@vitest/ui/-/ui-0.34.7.tgz#9ca5704025bcab7c7852e800d3765103edb60059"
integrity sha512-iizUu9R5Rsvsq8FtdJ0suMqEfIsIIzziqnasMHe4VH8vG+FnZSA3UAtCHx6rLeRupIFVAVg7bptMmuvMcsn8WQ==
dependencies:
"@vitest/utils" "0.34.6"
"@vitest/utils" "0.34.7"
fast-glob "^3.3.0"
fflate "^0.8.0"
flatted "^3.2.7"
Expand All @@ -1344,6 +1344,15 @@
loupe "^2.3.6"
pretty-format "^29.5.0"

"@vitest/[email protected]":
version "0.34.7"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-0.34.7.tgz#46d0d27cd0f6ca1894257d4e141c5c48d7f50295"
integrity sha512-ziAavQLpCYS9sLOorGrFFKmy2gnfiNU0ZJ15TsMz/K92NAPS/rp9K4z6AJQQk5Y8adCy4Iwpxy7pQumQ/psnRg==
dependencies:
diff-sequences "^29.4.3"
loupe "^2.3.6"
pretty-format "^29.5.0"

"@volar/[email protected]", "@volar/language-core@~1.10.5":
version "1.10.10"
resolved "https://registry.yarnpkg.com/@volar/language-core/-/language-core-1.10.10.tgz#9c240a36dd4007b9c4f00739f6cecb81da54a49e"
Expand Down

0 comments on commit 1d35df0

Please sign in to comment.