diff --git a/README.md b/README.md index cf4cab9..ccb750b 100644 --- a/README.md +++ b/README.md @@ -1330,8 +1330,8 @@ We are doing very simple benchmarking to see how this compares to other librarie | name | summary | ops/sec | time/op | margin | samples | |-----------------------|:---------:|----------:|----------:|:--------:|----------:| -| Hookified (v1.13.0) | 🥇 | 5M | 238ns | ±1.06% | 4M | -| Hookable (v5.5.3) | -68% | 1M | 826ns | ±2.25% | 1M | +| Hookified (v1.14.0) | 🥇 | 3M | 318ns | ±0.01% | 3M | +| Hookable (v6.0.1) | -57% | 1M | 834ns | ±0.01% | 1M | ## Emits diff --git a/package.json b/package.json index 5ba3eae..c6e9bab 100644 --- a/package.json +++ b/package.json @@ -70,12 +70,12 @@ "devDependencies": { "@biomejs/biome": "^2.3.8", "@monstermann/tinybench-pretty-printer": "^0.3.0", - "@types/node": "^24.10.1", + "@types/node": "^25.0.3", "@vitest/coverage-v8": "^4.0.15", "docula": "^0.31.1", "emittery": "^1.2.0", "eventemitter3": "^5.0.1", - "hookable": "^5.5.3", + "hookable": "^6.0.1", "pino": "^10.1.0", "rimraf": "^6.1.2", "tinybench": "^6.0.0", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 64a7dd8..0746bc3 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,5 +1,4 @@ minimumReleaseAge: 2880 - onlyBuiltDependencies: - esbuild - unrs-resolver