mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
"@toeverything/infra": "workspace:*",
|
||||
"eventemitter2": "^6.4.9",
|
||||
"graphemer": "^1.4.0",
|
||||
"lib0": "^0.2.99",
|
||||
"lib0": "^0.2.114",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nanoid": "^5.0.9",
|
||||
"rxjs": "^7.8.1",
|
||||
"uuid": "^11.0.3",
|
||||
"nanoid": "^5.1.6",
|
||||
"rxjs": "^7.8.2",
|
||||
"uuid": "^11.1.0",
|
||||
"y-protocols": "^1.0.6",
|
||||
"yjs": "^13.6.21"
|
||||
"yjs": "^13.6.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@affine/error": "workspace:*",
|
||||
|
||||
@@ -21,9 +21,9 @@ export interface Connection<T = any> {
|
||||
): () => void;
|
||||
}
|
||||
|
||||
export abstract class AutoReconnectConnection<T = any>
|
||||
implements Connection<T>
|
||||
{
|
||||
export abstract class AutoReconnectConnection<
|
||||
T = any,
|
||||
> implements Connection<T> {
|
||||
private readonly event = new EventEmitter2({
|
||||
maxListeners: 100,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user