chore(deps): update dependency vitest to v0.15.2
This commit is contained in:
parent
7a3419cf71
commit
e4956db36f
2 changed files with 10 additions and 10 deletions
|
@ -87,7 +87,7 @@
|
|||
"vite": "2.9.12",
|
||||
"vite-plugin-pwa": "0.12.0",
|
||||
"vite-svg-loader": "3.4.0",
|
||||
"vitest": "0.15.1",
|
||||
"vitest": "0.15.2",
|
||||
"vue-tsc": "0.38.1",
|
||||
"wait-on": "6.0.1",
|
||||
"workbox-cli": "6.5.3"
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -11928,10 +11928,10 @@ tinypool@^0.1.3:
|
|||
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.1.3.tgz#b5570b364a1775fd403de5e7660b325308fee26b"
|
||||
integrity sha512-2IfcQh7CP46XGWGGbdyO4pjcKqsmVqFAPcXfPxcPXmOWt9cYkTP9HcDmGgsfijYoAEc4z9qcpM/BaBz46Y9/CQ==
|
||||
|
||||
tinyspy@^0.3.2:
|
||||
version "0.3.2"
|
||||
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-0.3.2.tgz#2f95cb14c38089ca690385f339781cd35faae566"
|
||||
integrity sha512-2+40EP4D3sFYy42UkgkFFB+kiX2Tg3URG/lVvAZFfLxgGpnWl5qQJuBw1gaLttq8UOS+2p3C0WrhJnQigLTT2Q==
|
||||
tinyspy@^0.3.3:
|
||||
version "0.3.3"
|
||||
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-0.3.3.tgz#8b57f8aec7fe1bf583a3a49cb9ab30c742f69237"
|
||||
integrity sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw==
|
||||
|
||||
tmp-promise@^3.0.2, tmp-promise@^3.0.3:
|
||||
version "3.0.3"
|
||||
|
@ -12501,10 +12501,10 @@ vite@2.9.12, vite@^2.9.12:
|
|||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
vitest@0.15.1:
|
||||
version "0.15.1"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.15.1.tgz#8bdb42544261fa95afe8ea10bae3f315ca7e4c74"
|
||||
integrity sha512-NaNFi93JKSuvV4YGnfQ0l0GKYxH0EsLcTrrXaCzd6qfVEZM/RJpjwSevg6waNFqu2DyN6e0aHHdrCZW5/vh5NA==
|
||||
vitest@0.15.2:
|
||||
version "0.15.2"
|
||||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.15.2.tgz#3931c390685ff03331298c7719d27d691f79e782"
|
||||
integrity sha512-cMabuUqu+nNHafkdN7H8Z20+UZTrrUfqjGwAoLwUwrqFGWBz3gXwxndjbLf6mgSFs9lF/JWjKeNM1CXKwtk26w==
|
||||
dependencies:
|
||||
"@types/chai" "^4.3.1"
|
||||
"@types/chai-subset" "^1.3.3"
|
||||
|
@ -12513,7 +12513,7 @@ vitest@0.15.1:
|
|||
debug "^4.3.4"
|
||||
local-pkg "^0.4.1"
|
||||
tinypool "^0.1.3"
|
||||
tinyspy "^0.3.2"
|
||||
tinyspy "^0.3.3"
|
||||
vite "^2.9.12"
|
||||
|
||||
vue-advanced-cropper@2.8.2:
|
||||
|
|
Loading…
Reference in a new issue