chore(front): update vitest monorepo to v0.25.5
This commit is contained in:
parent
5f6e325381
commit
8d818e5fac
|
@ -71,7 +71,7 @@
|
|||
"@types/vue-virtual-scroller": "npm:@earltp/vue-virtual-scroller",
|
||||
"@typescript-eslint/eslint-plugin": "5.45.1",
|
||||
"@vitejs/plugin-vue": "3.2.0",
|
||||
"@vitest/coverage-c8": "0.25.4",
|
||||
"@vitest/coverage-c8": "0.25.5",
|
||||
"@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.5",
|
||||
"vite-plugin-pwa": "0.13.3",
|
||||
"vite-plugin-vue-inspector": "1.1.4",
|
||||
"vitest": "0.25.4",
|
||||
"vitest": "0.25.5",
|
||||
"vue-tsc": "1.0.11",
|
||||
"workbox-core": "6.5.4",
|
||||
"workbox-precaching": "6.5.4",
|
||||
|
|
|
@ -1814,13 +1814,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.4":
|
||||
version "0.25.4"
|
||||
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.25.4.tgz#68f3b9634a426191476aca229d33b09d16f2d278"
|
||||
integrity sha512-3ozqZUr3x8woBCBXJRzt1P8DRGKsIxajfzRu3ySKJE0bCkIl2hofzHYzkHBZafhfhMOt+hR6L395Io7gyMmpUQ==
|
||||
"@vitest/coverage-c8@0.25.5":
|
||||
version "0.25.5"
|
||||
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.25.5.tgz#515c06d7c00eed2337ca0aa317616bfbe9482c59"
|
||||
integrity sha512-tXlg0QVkTQ+7dqhsuwRFovP5vjgYGyBrRREFS55IQ20IsiSaRug9sRblRsckTXmGtz1OMJy/Lxv1gFVo24/ipA==
|
||||
dependencies:
|
||||
c8 "^7.12.0"
|
||||
vitest "0.25.4"
|
||||
vitest "0.25.5"
|
||||
|
||||
"@volar/language-core@1.0.11":
|
||||
version "1.0.11"
|
||||
|
@ -5276,10 +5276,10 @@ vite@^3.0.0:
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
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==
|
||||
vitest@0.25.5:
|
||||
version "0.25.5"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.5.tgz#efb8bf0dc0438af11346cb8ecde47cd5ad830934"
|
||||
integrity sha512-lFKSTZV+AjuL44/yNC0aDPKTiasYSqOQ97Gg2G4P2LnjyzQ21ZUs4rQOscHK3lrSnVuir3+1QavHzbDgH4tWQA==
|
||||
dependencies:
|
||||
"@types/chai" "^4.3.3"
|
||||
"@types/chai-subset" "^1.3.3"
|
||||
|
|
Loading…
Reference in New Issue