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 08a1766
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 36 deletions.
2 changes: 1 addition & 1 deletion examples/with-typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"esbuild-register": "^3.4.2",
"tinybench": "^2.5.0",
"typescript": "^5.1.3",
"vitest": "^1.0.3"
"vitest": "^1.2.2"
}
}
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"
}
}
76 changes: 43 additions & 33 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 08a1766

Please sign in to comment.