Skip to content

Commit

Permalink
chore(deps): update dependency vitest to ^0.34.2 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 authored Aug 17, 2023
2 parents 7afdbba + b15073f commit b5b8f80
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"unbuild": "^1.2.1",
"undici": "^5.23.0",
"vite": "^4.4.9",
"vitest": "^0.34.1",
"vitest": "^0.34.2",
"wrangler": "^3.5.1"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/animegarden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"zod": "^3.22.1"
},
"devDependencies": {
"vitest": "^0.34.1"
"vitest": "^0.34.2"
},
"engines": {
"node": ">=v18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/anitomy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"vitest": "^0.34.1"
"vitest": "^0.34.2"
},
"engines": {
"node": ">=v18.16.0"
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

0 comments on commit b5b8f80

Please sign in to comment.