@kne/form-creator 0.1.5 → 0.1.6
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 +4 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kne/form-creator",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "配置式表单搭建组件,产出 Schema 并用 @kne/form-info 渲染",
|
|
5
5
|
"syntax": {
|
|
6
6
|
"esmodules": true
|
|
@@ -75,8 +75,6 @@
|
|
|
75
75
|
"@kne/form-info": ">=0.1.13",
|
|
76
76
|
"@kne/info-page": ">=0.2.0",
|
|
77
77
|
"@kne/react-form-antd": ">=4.0.1",
|
|
78
|
-
"@kne/super-select": ">=0.1.50",
|
|
79
|
-
"@kne/super-select-plus": ">=0.1.3",
|
|
80
78
|
"antd": ">=5",
|
|
81
79
|
"react": "*",
|
|
82
80
|
"react-dom": "*"
|
|
@@ -89,8 +87,6 @@
|
|
|
89
87
|
"@kne/modules-dev": "^2.0.33",
|
|
90
88
|
"@kne/react-form-antd": "^4.1.2",
|
|
91
89
|
"@kne/responsive-utils": "^0.1.10",
|
|
92
|
-
"@kne/super-select": "^0.1.50",
|
|
93
|
-
"@kne/super-select-plus": "^0.1.3",
|
|
94
90
|
"antd": "^5.22.2",
|
|
95
91
|
"cross-env": "^7.0.3",
|
|
96
92
|
"husky": "^9.0.11",
|
|
@@ -102,7 +98,9 @@
|
|
|
102
98
|
"dependencies": {
|
|
103
99
|
"@ant-design/icons": "^5.5.1",
|
|
104
100
|
"@kne/react-intl": "^0.1.9",
|
|
105
|
-
"@kne/responsive-utils": "^0.1.10"
|
|
101
|
+
"@kne/responsive-utils": "^0.1.10",
|
|
102
|
+
"@kne/super-select": "^0.1.50",
|
|
103
|
+
"@kne/super-select-plus": "^0.1.3"
|
|
106
104
|
},
|
|
107
105
|
"sideEffects": [
|
|
108
106
|
"*.css",
|