@lexical/react 0.34.1-nightly.20250822.0 → 0.34.1-nightly.20250826.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,11 +17,11 @@ export interface Provider {
17
17
  awareness: ProviderAwareness;
18
18
  on(type: 'sync', cb: (isSynced: boolean) => void): void;
19
19
  on(type: 'status', cb: ({status: string}) => void): void;
20
- // $FlowFixMe: temp
20
+ // $FlowFixMe[unclear-type]: temp
21
21
  on(type: 'update', cb: (any) => void): void;
22
22
  on(type: 'reload', cb: (doc: Doc) => void): void;
23
23
  off(type: 'sync', cb: (isSynced: boolean) => void): void;
24
- // $FlowFixMe: temp
24
+ // $FlowFixMe[unclear-type]: temp
25
25
  off(type: 'update', cb: (any) => void): void;
26
26
  off(type: 'status', cb: ({status: string}) => void): void;
27
27
  off(type: 'reload', cb: (doc: Doc) => void): void;
package/package.json CHANGED
@@ -8,25 +8,25 @@
8
8
  "rich-text"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.34.1-nightly.20250822.0",
11
+ "version": "0.34.1-nightly.20250826.0",
12
12
  "dependencies": {
13
13
  "@floating-ui/react": "^0.27.8",
14
- "@lexical/devtools-core": "0.34.1-nightly.20250822.0",
15
- "@lexical/dragon": "0.34.1-nightly.20250822.0",
16
- "@lexical/hashtag": "0.34.1-nightly.20250822.0",
17
- "@lexical/history": "0.34.1-nightly.20250822.0",
18
- "@lexical/link": "0.34.1-nightly.20250822.0",
19
- "@lexical/list": "0.34.1-nightly.20250822.0",
20
- "@lexical/mark": "0.34.1-nightly.20250822.0",
21
- "@lexical/markdown": "0.34.1-nightly.20250822.0",
22
- "@lexical/overflow": "0.34.1-nightly.20250822.0",
23
- "@lexical/plain-text": "0.34.1-nightly.20250822.0",
24
- "@lexical/rich-text": "0.34.1-nightly.20250822.0",
25
- "@lexical/table": "0.34.1-nightly.20250822.0",
26
- "@lexical/text": "0.34.1-nightly.20250822.0",
27
- "@lexical/utils": "0.34.1-nightly.20250822.0",
28
- "@lexical/yjs": "0.34.1-nightly.20250822.0",
29
- "lexical": "0.34.1-nightly.20250822.0",
14
+ "@lexical/devtools-core": "0.34.1-nightly.20250826.0",
15
+ "@lexical/dragon": "0.34.1-nightly.20250826.0",
16
+ "@lexical/hashtag": "0.34.1-nightly.20250826.0",
17
+ "@lexical/history": "0.34.1-nightly.20250826.0",
18
+ "@lexical/link": "0.34.1-nightly.20250826.0",
19
+ "@lexical/list": "0.34.1-nightly.20250826.0",
20
+ "@lexical/mark": "0.34.1-nightly.20250826.0",
21
+ "@lexical/markdown": "0.34.1-nightly.20250826.0",
22
+ "@lexical/overflow": "0.34.1-nightly.20250826.0",
23
+ "@lexical/plain-text": "0.34.1-nightly.20250826.0",
24
+ "@lexical/rich-text": "0.34.1-nightly.20250826.0",
25
+ "@lexical/table": "0.34.1-nightly.20250826.0",
26
+ "@lexical/text": "0.34.1-nightly.20250826.0",
27
+ "@lexical/utils": "0.34.1-nightly.20250826.0",
28
+ "@lexical/yjs": "0.34.1-nightly.20250826.0",
29
+ "lexical": "0.34.1-nightly.20250826.0",
30
30
  "react-error-boundary": "^3.1.4"
31
31
  },
32
32
  "peerDependencies": {