Update vitest monorepo to v0.25.3
This commit is contained in:
parent
31cd64bbeb
commit
31e9380a56
|
@ -71,7 +71,7 @@
|
|||
"@types/vue-virtual-scroller": "npm:@earltp/vue-virtual-scroller",
|
||||
"@typescript-eslint/eslint-plugin": "5.44.0",
|
||||
"@vitejs/plugin-vue": "3.2.0",
|
||||
"@vitest/coverage-c8": "0.25.2",
|
||||
"@vitest/coverage-c8": "0.25.3",
|
||||
"@vue/compiler-sfc": "3.2.45",
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"@vue/eslint-config-typescript": "11.0.2",
|
||||
|
@ -95,7 +95,7 @@
|
|||
"vite": "3.2.4",
|
||||
"vite-plugin-pwa": "0.13.3",
|
||||
"vite-plugin-vue-inspector": "1.1.4",
|
||||
"vitest": "0.25.2",
|
||||
"vitest": "0.25.3",
|
||||
"vue-tsc": "1.0.9",
|
||||
"workbox-core": "6.5.4",
|
||||
"workbox-precaching": "6.5.4",
|
||||
|
|
|
@ -1631,13 +1631,13 @@
|
|||
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-3.2.0.tgz#a1484089dd85d6528f435743f84cdd0d215bbb54"
|
||||
integrity sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==
|
||||
|
||||
"@vitest/coverage-c8@0.25.2":
|
||||
version "0.25.2"
|
||||
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.25.2.tgz#b642f609d61dde410fb163c1f6cc6a0183896deb"
|
||||
integrity sha512-qKsiUJh3bjbB5Q229CbxEWCqiDBwvIrcZ9OOuQdMEC0pce3/LlTUK3+K3hd7WqAYEbbiqXfC5MVMKHZkV82PgA==
|
||||
"@vitest/coverage-c8@0.25.3":
|
||||
version "0.25.3"
|
||||
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.25.3.tgz#308dcfe574412ac8b212ee7a891f843a4e4bb10d"
|
||||
integrity sha512-+tmrB3E7pZTSM+aWKzLk0FpyyaQOoRQf0594hHp+E3Kk0tiFONiEFYf7+9a1Z+C2ffU/0w6KvyBjpNPdashMrg==
|
||||
dependencies:
|
||||
c8 "^7.12.0"
|
||||
vitest "0.25.2"
|
||||
vitest "0.25.3"
|
||||
|
||||
"@volar/language-core@1.0.9":
|
||||
version "1.0.9"
|
||||
|
@ -5356,10 +5356,10 @@ vite@3.2.4, vite@^3.0.0:
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue