@wibetter/json-editor 3.5.7 → 3.5.11
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/dist/index.css +3 -3
- package/dist/index.umd.js +11 -11
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wibetter/json-editor",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.11",
|
|
4
4
|
"description": "JSON数据可视化/JSONEditor, 可视化界面编辑json数据内容",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"json",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@ant-design/icons": "^4.2.1",
|
|
43
43
|
"@wibetter/json-schema-editor": "^3.5.12",
|
|
44
|
-
"@wibetter/json-utils": "^1.2
|
|
44
|
+
"@wibetter/json-utils": "^1.3.2",
|
|
45
45
|
"ace-builds": "^1.4.12",
|
|
46
|
-
"antd": "^4.
|
|
46
|
+
"antd": "^4.16.6",
|
|
47
47
|
"braft-editor": "^2.3.9",
|
|
48
48
|
"braft-extensions": "^0.1.1",
|
|
49
49
|
"mobx": "^5.15.4",
|