Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
fix(deps): update vitest monorepo to v0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 26, 2022
1 parent 5b15c2e commit c2f5175
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -54,7 +54,7 @@
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@vitest/ui": "0.25.2",
"@vitest/ui": "0.25.3",
"@vue/component-compiler-utils": "3.3.0",
"c8": "7.12.0",
"eslint": "8.28.0",
Expand All @@ -72,7 +72,7 @@
"vite": "3.2.4",
"vite-plugin-dts": "1.7.1",
"vitepress": "1.0.0-alpha.29",
"vitest": "0.25.2"
"vitest": "0.25.3"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -720,10 +720,10 @@
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-3.2.0.tgz#a1484089dd85d6528f435743f84cdd0d215bbb54"
integrity sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==

"@vitest/ui@0.25.2":
version "0.25.2"
resolved "https://registry.yarnpkg.com/@vitest/ui/-/ui-0.25.2.tgz#98e1191b791db94271eb6b9a8e843caded0802be"
integrity sha512-/pUR88zjiF/5qnzb8Ou9i3+NDgteMcqk7G8VZox/qzcs7Z06dLpNzAxANOANP9m8U/yrJtPNjQqeuMI26HbWwA==
"@vitest/ui@0.25.3":
version "0.25.3"
resolved "https://registry.yarnpkg.com/@vitest/ui/-/ui-0.25.3.tgz#46af3c844c013e7680332970332ccbada045af4a"
integrity sha512-o0Bo/SPlcqopsuGaPUwIPhb0Jr3VSMO4hOOWBBNDtz2/a89HO2GHPP/tx8waWxF0bBc6Cjpcj/CRQAYy3KbLgg==
dependencies:
sirv "^2.0.2"

Expand Down Expand Up @@ -3801,10 +3801,10 @@ vitepress@1.0.0-alpha.29:
vite "^3.2.3"
vue "^3.2.41"

vitest@0.25.2:
version "0.25.2"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.2.tgz#b8afd2ad4ea3c759f383792b5c3a2998ceb15fcc"
integrity sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==
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 c2f5175

Please sign in to comment.