bump pnpm version

This commit is contained in:
Jon Staab
2026-06-02 15:27:15 -07:00
parent ee3da3893c
commit e3e13563d5
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -102,5 +102,5 @@
"throttle-debounce": "^5.0.2",
"tippy.js": "^6.3.7"
},
"packageManager": "pnpm@11.4.0"
"packageManager": "pnpm@11.5.1"
}
+2 -3
View File
@@ -32,9 +32,8 @@ class FixtureAdapter extends AbstractAdapter {
const forward = (message: RelayMessage) => this.emit(AdapterEvent.Receive, message, this.url)
this._unsubscribers.push(
on(this.local, AdapterEvent.Receive, forward),
() => this.local.cleanup(),
this._unsubscribers.push(on(this.local, AdapterEvent.Receive, forward), () =>
this.local.cleanup(),
)
}