@lexical/markdown 0.3.0 → 0.3.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -33,7 +33,7 @@ It can also be used for initializing editor's state from markdown string. Here's
33
33
  Can use `<LexicalMarkdownShortcutPlugin>` if using React
34
34
  ```jsx
35
35
  import { TRANSFORMERS } from '@lexical/markdown';
36
- import LexicalMarkdownShortcutPlugin from '@lexical/react/LexicalMarkdownShortcutPlugin';
36
+ import {MarkdownShortcutPlugin} from '@lexical/react/LexicalMarkdownShortcutPlugin';
37
37
 
38
38
  <LexicalComposer>
39
39
  <LexicalMarkdownShortcutPlugin transformers={TRANSFORMERS} />
package/package.json CHANGED
@@ -8,18 +8,18 @@
8
8
  "markdown"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.3.0",
11
+ "version": "0.3.3",
12
12
  "main": "LexicalMarkdown.js",
13
13
  "peerDependencies": {
14
- "lexical": "0.3.0"
14
+ "lexical": "0.3.3"
15
15
  },
16
16
  "dependencies": {
17
- "@lexical/utils": "0.3.0",
18
- "@lexical/code": "0.3.0",
19
- "@lexical/text": "0.3.0",
20
- "@lexical/rich-text": "0.3.0",
21
- "@lexical/list": "0.3.0",
22
- "@lexical/link": "0.3.0"
17
+ "@lexical/utils": "0.3.3",
18
+ "@lexical/code": "0.3.3",
19
+ "@lexical/text": "0.3.3",
20
+ "@lexical/rich-text": "0.3.3",
21
+ "@lexical/list": "0.3.3",
22
+ "@lexical/link": "0.3.3"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",