Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v0.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Nov 2, 2022
1 parent 6445542 commit 1db157a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "18.11.9",
"@typescript-eslint/parser": "5.42.0",
"@vercel/ncc": "0.34.0",
"@vitest/coverage-c8": "0.24.4",
"@vitest/coverage-c8": "0.24.5",
"eslint": "8.26.0",
"eslint-plugin-github": "4.4.0",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -46,6 +46,6 @@
"prettier": "2.7.1",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"vitest": "0.24.4"
"vitest": "0.24.5"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -889,13 +889,13 @@
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.34.0.tgz#d0139528320e46670d949c82967044a8f66db054"
integrity sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==

"@vitest/[email protected].4":
version "0.24.4"
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.24.4.tgz#24ea6506239927f71c521b6a3e7b8499ebbd211c"
integrity sha512-1mhYQip6IJw1p9hzM+sH8O/RbILMe7FwScWI7COoMGAThdDRytDjmOal38F/EVrIPZY3nZ5hf7S7JFGjbb4bTg==
"@vitest/[email protected].5":
version "0.24.5"
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.24.5.tgz#a43644d71882725f0454a9f6c4de35c247b66386"
integrity sha512-955yK/SdSBZPYrSXgXB0F+0JnOX5EY9kSL7ywJ4rNajmkFUhwLjuKm13Xb6YKSyIY/g5WvbBnyowqfNRxBJ3ww==
dependencies:
c8 "^7.12.0"
vitest "0.24.4"
vitest "0.24.5"

abort-controller@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -3955,10 +3955,10 @@ vite@^3.0.0:
optionalDependencies:
fsevents "~2.3.2"

[email protected].4:
version "0.24.4"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.4.tgz#ec6d876a000d9942b0bc0bbc54d54da38a879720"
integrity sha512-4ratHSyVEJPtBLV00uhL4Wj3Pmandc9rsxUkE0q9peNOfaOgGF4lEepdkaXGRi9AGFKr1GRVtjGOJ6Fp2lCpEg==
[email protected].5:
version "0.24.5"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.5.tgz#ba23acdf4362e3299ca2a8a55afe3d2e7402b763"
integrity sha512-zw6JhPUHtLILQDe5Q39b/SzoITkG+R7hcFjuthp4xsi6zpmfQPOZcHodZ+3bqoWl4EdGK/p1fuMiEwdxgbGLOA==
dependencies:
"@types/chai" "^4.3.3"
"@types/chai-subset" "^1.3.3"
Expand Down

0 comments on commit 1db157a

Please sign in to comment.