Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cexbrayat committed Dec 6, 2023
1 parent bb11f04 commit 0fc81dd
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 65 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"npm-run-all2": "^6.1.1",
"prettier": "^3.1.0",
"prompts": "^2.4.2",
"vitest": "^0.34.6",
"vitest": "^1.0.1",
"zx": "^7.2.3"
},
"lint-staged": {
Expand Down
115 changes: 52 additions & 63 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion template/config/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"devDependencies": {
"@vue/test-utils": "^2.4.3",
"jsdom": "^23.0.1",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
}
}

0 comments on commit 0fc81dd

Please sign in to comment.