Skip to content

Commit 539b73d

Browse files
committed
chore(deps-dev): apply updates
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 82bed95 commit 539b73d

File tree

3 files changed

+396
-357
lines changed

3 files changed

+396
-357
lines changed

examples/package.json

Lines changed: 3 additions & 3 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.16.1",
5+
"packageManager": "pnpm@10.18.3",
66
"volta": {
7-
"node": "22.19.0",
8-
"pnpm": "10.16.1"
7+
"node": "22.20.0",
8+
"pnpm": "10.18.3"
99
},
1010
"scripts": {
1111
"all": "run-s example:*",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "5.0.1",
44
"description": "🔎 A simple, tiny and lightweight benchmarking library!",
55
"type": "module",
6-
"packageManager": "pnpm@10.16.1",
6+
"packageManager": "pnpm@10.18.3",
77
"volta": {
8-
"node": "22.19.0",
9-
"pnpm": "10.16.1"
8+
"node": "22.20.0",
9+
"pnpm": "10.18.3"
1010
},
1111
"engines": {
1212
"node": ">=20.0.0"
@@ -48,20 +48,20 @@
4848
"@eslint/js": "^9.37.0",
4949
"@size-limit/preset-small-lib": "^11.2.0",
5050
"@size-limit/time": "^11.2.0",
51-
"@types/node": "^24.7.0",
51+
"@types/node": "^24.8.0",
5252
"bumpp": "^10.3.1",
5353
"changelogithub": "^13.16.0",
5454
"clean-publish": "^5.2.2",
5555
"eslint": "^9.37.0",
56-
"eslint-plugin-jsdoc": "^61.0.1",
56+
"eslint-plugin-jsdoc": "^61.1.4",
5757
"eslint-plugin-perfectionist": "^4.15.1",
5858
"nano-staged": "^0.8.0",
5959
"neostandard": "^0.12.2",
6060
"p-limit": "^7.1.1",
6161
"simple-git-hooks": "^2.13.1",
6262
"size-limit": "^11.2.0",
63-
"tsdown": "^0.15.6",
64-
"typedoc": "^0.28.13",
63+
"tsdown": "^0.15.7",
64+
"typedoc": "^0.28.14",
6565
"typescript": "~5.9.3",
6666
"vitest": "^3.2.4"
6767
},

0 commit comments

Comments
 (0)