@kne/react-form-antd 4.0.0-alpha.2 → 4.0.0-alpha.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ npm i --save @kne/react-form-antd
|
|
|
30
30
|
|
|
31
31
|
- 这里填写示例标题
|
|
32
32
|
- 这里填写示例说明
|
|
33
|
-
- reactFormAntd(@kne/current-
|
|
33
|
+
- reactFormAntd(@kne/current-lib_react-form-antd),(@kne/current-lib_react-form-antd/dist/index.css),antd(antd)
|
|
34
34
|
|
|
35
35
|
```jsx
|
|
36
36
|
const {Button} = antd;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kne/react-form-antd",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.3",
|
|
4
4
|
"syntax": {
|
|
5
5
|
"esmodules": true
|
|
6
6
|
},
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@kne/microbundle": "^0.15.5",
|
|
72
|
-
"@kne/modules-dev": "^2.0.
|
|
72
|
+
"@kne/modules-dev": "^2.0.31",
|
|
73
73
|
"@kne/react-form": "^3.1.0-alpha.4",
|
|
74
74
|
"cross-env": "^7.0.3",
|
|
75
75
|
"husky": "^9.0.11",
|