Skip to content

Commit

Permalink
Update dependency vitest to v0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 22, 2022
1 parent 01a7f52 commit d3df706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.3"
},
"engines": {
"node": ">=18"
Expand Down
8 changes: 4 additions & 4 deletions web/yarn.lock
Original file line number Diff line number Diff line change
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.3:
version "0.25.3"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.3.tgz#4e5ed481e4da6a0ce014bdb71dfc9661fd62b722"
integrity sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==
dependencies:
"@types/chai" "^4.3.3"
"@types/chai-subset" "^1.3.3"
Expand Down

0 comments on commit d3df706

Please sign in to comment.