Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore: upgrade vitest to 0.24 (#6764)
Browse files Browse the repository at this point in the history
Co-authored-by: Pooya Parsa <pooya@pi0.io>
  • Loading branch information
antfu and pi0 committed Oct 19, 2022
1 parent ea7890c commit fa36ef1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"ufo": "^0.8.6",
"unbuild": "^0.9.4",
"vite": "^3.1.8",
"vitest": "~0.19.1",
"vitest": "^0.24.3",
"vue-tsc": "^1.0.8"
},
"packageManager": "pnpm@7.13.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"playwright": "^1.27.1",
"unbuild": "latest",
"vitest": "~0.19.1"
"vitest": "^0.24.3"
},
"peerDependencies": {
"vue": "^3.2.41"
Expand Down
27 changes: 15 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion renovate.json
Expand Up @@ -4,7 +4,6 @@
],
"ignoreDeps": [
"@vueuse/head",
"vitest",
"nuxt",
"nuxt3",
"@nuxt/kit"
Expand Down

0 comments on commit fa36ef1

Please sign in to comment.