Skip to content

Commit

Permalink
chore(deps): update devdependency vitest to v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 18, 2022
1 parent 746717d commit 0624194
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lint-staged": "13.0.3",
"nuxt": "npm:nuxt3@latest",
"release-it": "15.3.0",
"vitest": "0.21.1"
"vitest": "0.22.1"
},
"resolutions": {
"@nuxtjs/critters": "link:./"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7231,10 +7231,10 @@ tinypool@^0.2.4:
resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.2.4.tgz#4d2598c4689d1a2ce267ddf3360a9c6b3925a20c"
integrity sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ==

tinyspy@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-1.0.0.tgz#0cb34587287b0432b33fe36a9bd945fe22b1eb89"
integrity sha512-FI5B2QdODQYDRjfuLF+OrJ8bjWRMCXokQPcwKm0W3IzcbUmBNv536cQc7eXGoAuXphZwgx1DFbqImwzz08Fnhw==
tinyspy@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-1.0.2.tgz#6da0b3918bfd56170fb3cd3a2b5ef832ee1dff0d"
integrity sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==

tmp@^0.0.33:
version "0.0.33"
Expand Down Expand Up @@ -7695,10 +7695,10 @@ vite-plugin-checker@^0.4.9:
optionalDependencies:
fsevents "~2.3.2"

vitest@0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.21.1.tgz#b4f5b901c9a23a3aaec76d3404f3072821d93d00"
integrity sha512-WBIxuFmIDPuK47GO6Lu9eNeRMqHj/FWL3dk73OHH3eyPPWPiu+UB3QHLkLK2PEggCqJW4FaWoWg8R68S7p9+9Q==
vitest@0.22.1:
version "0.22.1"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.22.1.tgz#3122e6024bf782ee9aca53034017af7adb009c32"
integrity sha512-+x28YTnSLth4KbXg7MCzoDAzPJlJex7YgiZbUh6YLp0/4PqVZ7q7/zyfdL0OaPtKTpNiQFPpMC8Y2MSzk8F7dw==
dependencies:
"@types/chai" "^4.3.3"
"@types/chai-subset" "^1.3.3"
Expand All @@ -7707,7 +7707,7 @@ vitest@0.21.1:
debug "^4.3.4"
local-pkg "^0.4.2"
tinypool "^0.2.4"
tinyspy "^1.0.0"
tinyspy "^1.0.2"
vite "^2.9.12 || ^3.0.0-0"

vm2@^3.9.8:
Expand Down

0 comments on commit 0624194

Please sign in to comment.