@lexical/react 0.34.1-nightly.20250828.0 → 0.34.1-nightly.20250901.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.
@@ -8,7 +8,7 @@
8
8
  */
9
9
 
10
10
  import type { LexicalEditor } from 'lexical';
11
- // $FlowFixMe - Not able to type this with a flow extension
11
+ // $FlowFixMe[cannot-resolve-module] - Not able to type this with a flow extension
12
12
  import type {TRefFor} from 'CoreTypes.flow';
13
13
 
14
14
  import * as React from 'react';
@@ -8,7 +8,7 @@
8
8
  */
9
9
 
10
10
  import type {LexicalEditor} from 'lexical';
11
- // $FlowFixMe - Not able to type this with a flow extension
11
+ // $FlowFixMe[cannot-resolve-module] - Not able to type this with a flow extension
12
12
  import type {TRefFor} from 'CoreTypes.flow';
13
13
 
14
14
 
package/package.json CHANGED
@@ -8,25 +8,25 @@
8
8
  "rich-text"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.34.1-nightly.20250828.0",
11
+ "version": "0.34.1-nightly.20250901.0",
12
12
  "dependencies": {
13
13
  "@floating-ui/react": "^0.27.8",
14
- "@lexical/devtools-core": "0.34.1-nightly.20250828.0",
15
- "@lexical/dragon": "0.34.1-nightly.20250828.0",
16
- "@lexical/hashtag": "0.34.1-nightly.20250828.0",
17
- "@lexical/history": "0.34.1-nightly.20250828.0",
18
- "@lexical/link": "0.34.1-nightly.20250828.0",
19
- "@lexical/list": "0.34.1-nightly.20250828.0",
20
- "@lexical/mark": "0.34.1-nightly.20250828.0",
21
- "@lexical/markdown": "0.34.1-nightly.20250828.0",
22
- "@lexical/overflow": "0.34.1-nightly.20250828.0",
23
- "@lexical/plain-text": "0.34.1-nightly.20250828.0",
24
- "@lexical/rich-text": "0.34.1-nightly.20250828.0",
25
- "@lexical/table": "0.34.1-nightly.20250828.0",
26
- "@lexical/text": "0.34.1-nightly.20250828.0",
27
- "@lexical/utils": "0.34.1-nightly.20250828.0",
28
- "@lexical/yjs": "0.34.1-nightly.20250828.0",
29
- "lexical": "0.34.1-nightly.20250828.0",
14
+ "@lexical/devtools-core": "0.34.1-nightly.20250901.0",
15
+ "@lexical/dragon": "0.34.1-nightly.20250901.0",
16
+ "@lexical/hashtag": "0.34.1-nightly.20250901.0",
17
+ "@lexical/history": "0.34.1-nightly.20250901.0",
18
+ "@lexical/link": "0.34.1-nightly.20250901.0",
19
+ "@lexical/list": "0.34.1-nightly.20250901.0",
20
+ "@lexical/mark": "0.34.1-nightly.20250901.0",
21
+ "@lexical/markdown": "0.34.1-nightly.20250901.0",
22
+ "@lexical/overflow": "0.34.1-nightly.20250901.0",
23
+ "@lexical/plain-text": "0.34.1-nightly.20250901.0",
24
+ "@lexical/rich-text": "0.34.1-nightly.20250901.0",
25
+ "@lexical/table": "0.34.1-nightly.20250901.0",
26
+ "@lexical/text": "0.34.1-nightly.20250901.0",
27
+ "@lexical/utils": "0.34.1-nightly.20250901.0",
28
+ "@lexical/yjs": "0.34.1-nightly.20250901.0",
29
+ "lexical": "0.34.1-nightly.20250901.0",
30
30
  "react-error-boundary": "^3.1.4"
31
31
  },
32
32
  "peerDependencies": {