Skip to content

Commit

Permalink
chore(deps): update devdependency vitest to ^0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 7, 2022
1 parent d5d23c9 commit f43dadc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"nuxt": "^3.0.0-rc.4",
"rehype-figure": "^1.0.1",
"remark-oembed": "^1.2.2",
"vitest": "^0.17.0",
"vitest": "^0.17.1",
"vue-docgen-web-types": "^0.1.7"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7638,10 +7638,10 @@ vite@^2.9.12, "vite@^2.9.12 || ^3.0.0-0", vite@^2.9.9:
optionalDependencies:
fsevents "~2.3.2"

vitest@^0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.17.0.tgz#fc676db0e0dda7a8e22eb9f0176cb8fc6132c33d"
integrity sha512-5YO9ubHo0Zg35mea3+zZAr4sCku32C3usvIH5COeJB48TZV/R0J9aGNtGOOqEWZYfOKP0pGZUvTokne3x/QEFg==
vitest@^0.17.1:
version "0.17.1"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.17.1.tgz#0387535624538bfc1fe1a69fac617cca059428e2"
integrity sha512-d6NsFC6FPmZ5XdiSYfW5rwJ/b8060wqe2steNNlVbhO69HWma6CucIm5g7PXlCSkmKvrdEbUsZHPAarlH83VGw==
dependencies:
"@types/chai" "^4.3.1"
"@types/chai-subset" "^1.3.3"
Expand Down

0 comments on commit f43dadc

Please sign in to comment.