Skip to content

Commit e8ab0f7

Browse files
chore(deps): update all non-major dependencies (#468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a917d7a commit e8ab0f7

File tree

3 files changed

+105
-79
lines changed

3 files changed

+105
-79
lines changed

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "examples",
33
"version": "0.0.0",
44
"type": "module",
5-
"packageManager": "pnpm@10.26.2",
5+
"packageManager": "pnpm@10.27.0",
66
"volta": {
77
"node": "24.12.0",
8-
"pnpm": "10.26.2"
8+
"pnpm": "10.27.0"
99
},
1010
"scripts": {
1111
"all": "run-s example:*",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "6.0.0",
44
"description": "🔎 A simple, tiny and lightweight benchmarking library!",
55
"type": "module",
6-
"packageManager": "pnpm@10.26.2",
6+
"packageManager": "pnpm@10.27.0",
77
"volta": {
88
"node": "24.12.0",
9-
"pnpm": "10.26.2"
9+
"pnpm": "10.27.0"
1010
},
1111
"engines": {
1212
"node": ">=20.0.0"
@@ -45,8 +45,8 @@
4545
"repository": "tinylibs/tinybench",
4646
"license": "MIT",
4747
"devDependencies": {
48-
"@commitlint/cli": "^20.2.0",
49-
"@commitlint/config-conventional": "^20.2.0",
48+
"@commitlint/cli": "^20.3.0",
49+
"@commitlint/config-conventional": "^20.3.0",
5050
"@cspell/eslint-plugin": "^9.4.0",
5151
"@eslint/js": "^9.39.2",
5252
"@size-limit/preset-small-lib": "^12.0.0",
@@ -58,12 +58,12 @@
5858
"clean-publish": "^6.0.1",
5959
"eslint": "^9.39.2",
6060
"eslint-plugin-jsdoc": "^61.5.0",
61-
"eslint-plugin-perfectionist": "^5.1.0",
61+
"eslint-plugin-perfectionist": "^5.2.0",
6262
"nano-staged": "^0.9.0",
6363
"neostandard": "^0.12.2",
6464
"simple-git-hooks": "^2.13.1",
6565
"size-limit": "^12.0.0",
66-
"tsdown": "^0.18.3",
66+
"tsdown": "^0.18.4",
6767
"typedoc": "^0.28.15",
6868
"typescript": "~5.9.3",
6969
"vitest": "^4.0.16"

0 commit comments

Comments
 (0)