Skip to content

Commit

Permalink
fixup! feat(vitest-plugin): add support for benchmark hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Jan 26, 2024
1 parent 09429f2 commit a5c1455
Show file tree
Hide file tree
Showing 2 changed files with 3,303 additions and 6,874 deletions.
4 changes: 2 additions & 2 deletions packages/vitest-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
},
"peerDependencies": {
"vite": "^4.2.0 || ^5.0.0",
"vitest": ">=1.0.0-beta.4 || >=1"
"vitest": ">=1.2.2"
},
"devDependencies": {
"@total-typescript/shoehorn": "^0.1.1",
"execa": "^8.0.1",
"vite": "^5.0.0",
"vitest": "^1.0.3"
"vitest": "^1.2.2"
}
}
Loading

0 comments on commit a5c1455

Please sign in to comment.