@uiw/react-md-editor 3.19.3 → 3.19.4

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.
package/package.json CHANGED
@@ -1,23 +1,11 @@
1
1
  {
2
2
  "name": "@uiw/react-md-editor",
3
- "version": "3.19.3",
3
+ "version": "3.19.4",
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
  "author": "kenny wang <wowohoo@qq.com>",
7
7
  "main": "lib/index.js",
8
8
  "module": "esm/index.js",
9
- "scripts": {
10
- "css:build": "compile-less -d src -o esm",
11
- "css:watch": "compile-less -d src -o esm --watch",
12
- "css:build:dist": "compile-less -d src --combine markdown-editor.css --rm-global",
13
- "bundle": "ncc build src/index.tsx --target web --filename mdeditor",
14
- "bundle:watch": "ncc watch src/index.tsx --target web --filename mdeditor",
15
- "bundle:min": "ncc build src/index.tsx --target web --filename mdeditor --minify",
16
- "watch": "tsbb watch & npm run css:watch",
17
- "build": "tsbb build && npm run css:build && npm run css:build:dist",
18
- "test": "tsbb test --env=jsdom",
19
- "coverage": "tsbb test --env=jsdom --coverage --bail"
20
- },
21
9
  "repository": {
22
10
  "type": "git",
23
11
  "url": "https://github.com/uiwjs/react-md-editor"
@@ -36,7 +24,7 @@
36
24
  },
37
25
  "dependencies": {
38
26
  "@babel/runtime": "^7.14.6",
39
- "@uiw/react-markdown-preview": "^4.1.4",
27
+ "@uiw/react-markdown-preview": "^4.1.5",
40
28
  "rehype": "~12.0.1"
41
29
  },
42
30
  "keywords": [
@@ -52,10 +40,5 @@
52
40
  "uiw",
53
41
  "uiwjs",
54
42
  "code"
55
- ],
56
- "jest": {
57
- "transformIgnorePatterns": [
58
- "<rootDir>/node_modules/?!(.*)"
59
- ]
60
- }
61
- }
43
+ ]
44
+ }