Skip to content

Commit

Permalink
chore(deps): update devdependency vitest to ^0.15.2 (#1276)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 21, 2022
1 parent caf9b83 commit cfbad47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
"nuxt": "^3.0.0-rc.4",
"rehype-figure": "^1.0.1",
"remark-oembed": "^1.2.2",
"vitest": "^0.15.1"
"vitest": "^0.15.2"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7135,7 +7135,7 @@ 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:
tinyspy@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-0.3.3.tgz#8b57f8aec7fe1bf583a3a49cb9ab30c742f69237"
integrity sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw==
Expand Down Expand Up @@ -7641,10 +7641,10 @@ vite@^2.9.12, vite@^2.9.9:
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"
Expand All @@ -7653,7 +7653,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"

[email protected]:
Expand Down

0 comments on commit cfbad47

Please sign in to comment.