@uiw/react-md-editor 4.0.1 → 4.0.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.
@@ -21,7 +21,6 @@ export var issue = {
21
21
  //Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
22
22
  })
23
23
  }),
24
-
25
24
  execute: (state, api) => {
26
25
  var newSelectionRange = selectWord({
27
26
  text: state.text,
@@ -21,7 +21,6 @@ export var table = {
21
21
  //Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
22
22
  })
23
23
  }),
24
-
25
24
  execute: (state, api) => {
26
25
  var newSelectionRange = selectWord({
27
26
  text: state.text,
@@ -28,7 +28,6 @@ var issue = exports.issue = {
28
28
  //Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
29
29
  })
30
30
  }),
31
-
32
31
  execute: function execute(state, api) {
33
32
  var newSelectionRange = (0, _markdownUtils.selectWord)({
34
33
  text: state.text,
@@ -28,7 +28,6 @@ var table = exports.table = {
28
28
  //Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
29
29
  })
30
30
  }),
31
-
32
31
  execute: function execute(state, api) {
33
32
  var newSelectionRange = (0, _markdownUtils.selectWord)({
34
33
  text: state.text,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uiw/react-md-editor",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "A markdown editor with preview, implemented with React.js and TypeScript.",
5
5
  "homepage": "https://uiwjs.github.io/react-md-editor/",
6
6
  "funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -50,9 +50,9 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@babel/runtime": "^7.14.6",
53
- "@uiw/react-markdown-preview": "^5.0.2",
53
+ "@uiw/react-markdown-preview": "^5.0.6",
54
54
  "rehype": "~13.0.0",
55
- "rehype-prism-plus": "~1.6.1"
55
+ "rehype-prism-plus": "~2.0.0"
56
56
  },
57
57
  "keywords": [
58
58
  "react",