Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tinylibs/tinybench
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit committed Dec 21, 2024
2 parents 8d8e890 + 028e98a commit 9da0cab
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 319 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "examples",
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.1",
"volta": {
"node": "22.12.0",
"pnpm": "9.15.0"
"pnpm": "9.15.1"
},
"scripts": {
"all": "run-s example:*",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "tinybench",
"version": "3.0.7",
"type": "module",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.1",
"volta": {
"node": "22.12.0",
"pnpm": "9.15.0"
"pnpm": "9.15.1"
},
"engines": {
"node": ">=18.0.0"
Expand Down Expand Up @@ -57,10 +57,10 @@
"clean-publish": "^5.1.0",
"eslint": "^9.17.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-perfectionist": "^4.3.0",
"eslint-plugin-perfectionist": "^4.4.0",
"nano-staged": "^0.8.0",
"neostandard": "^0.12.0",
"p-limit": "^6.1.0",
"p-limit": "^6.2.0",
"simple-git-hooks": "^2.11.1",
"size-limit": "^11.1.6",
"tsup": "^8.3.5",
Expand Down
Loading

0 comments on commit 9da0cab

Please sign in to comment.