Skip to content

Commit

Permalink
Update dependency vitest to v0.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 5, 2022
1 parent 01a7f52 commit 2debc96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-test-renderer": "18.2.0",
"tailwindcss": "3.2.4",
"typescript": "4.8.4",
"vitest": "0.25.1"
"vitest": "0.25.4"
},
"engines": {
"node": ">=18"
Expand Down
22 changes: 11 additions & 11 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ acorn@^7.0.0:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==

acorn@^8.0.0, acorn@^8.7.0, acorn@^8.8.0:
acorn@^8.0.0, acorn@^8.7.0, acorn@^8.8.0, acorn@^8.8.1:
version "8.8.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==
Expand Down Expand Up @@ -7265,12 +7265,12 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

strip-literal@^0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-0.4.2.tgz#4f9fa6c38bb157b924e9ace7155ebf8a2342cbcf"
integrity sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==
strip-literal@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-1.0.0.tgz#0a484ed5a978cd9d2becf3cf8f4f2cb5ab0e1e74"
integrity sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==
dependencies:
acorn "^8.8.0"
acorn "^8.8.1"

style-to-object@^0.3.0:
version "0.3.0"
Expand Down Expand Up @@ -7867,10 +7867,10 @@ vite@^3.0.0:
optionalDependencies:
fsevents "~2.3.2"

vitest@0.25.1:
version "0.25.1"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.1.tgz#4eafca68fabab22b6099451ab3fcaac33290a4ed"
integrity sha512-eH74h6MkuEgsqR4mAQZeMK9O0PROiKY+i+1GMz/fBi5A3L2ml5U7JQs7LfPU7+uWUziZyLHagl+rkyfR8SLhlA==
vitest@0.25.4:
version "0.25.4"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.4.tgz#11134b4c9199ed64bd5cc2945d98435381c50ef9"
integrity sha512-v/qoSEYPrf8qa1CbKIKYK+1GGmPPEJyXFbkuD6jhh080cfNBsuUDAdMu6hV2h9Uv34EMiUrVETL/wB+EHxFtbA==
dependencies:
"@types/chai" "^4.3.3"
"@types/chai-subset" "^1.3.3"
Expand All @@ -7881,7 +7881,7 @@ vitest@0.25.1:
debug "^4.3.4"
local-pkg "^0.4.2"
source-map "^0.6.1"
strip-literal "^0.4.2"
strip-literal "^1.0.0"
tinybench "^2.3.1"
tinypool "^0.3.0"
tinyspy "^1.0.2"
Expand Down

0 comments on commit 2debc96

Please sign in to comment.