@simpleform/form 1.0.8 → 1.0.9

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 CHANGED
@@ -29,8 +29,6 @@ The `Form.Item` component acts as an item in the `Form.List` array type and is c
29
29
  - [react](https://react.docschina.org/) Version >= 16.8.0
30
30
  ```bash
31
31
  npm install @simpleform/form --save
32
- # or
33
- yarn add @simpleform/form
34
32
  ```
35
33
 
36
34
  ## base
package/README_CN.md CHANGED
@@ -30,8 +30,6 @@
30
30
  - [react](https://react.docschina.org/) Version >= 16.8.0
31
31
  ```bash
32
32
  npm install @simpleform/form --save
33
- # 或者
34
- yarn add @simpleform/form
35
33
  ```
36
34
 
37
35
  ## 基本使用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simpleform/form",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "simple form component",
5
5
  "author": "mezhanglei <496623925@qq.com>",
6
6
  "homepage": "https://github.com/mezhanglei/simpleform#readme",
@@ -35,15 +35,17 @@
35
35
  "csslint": "stylelint src/**/*.{css,scss,less}",
36
36
  "csslint:fix": "stylelint src/**/*.{css,scss,less} --fix"
37
37
  },
38
- "dependencies": {
38
+ "devDependencies": {
39
39
  "antd": "^5.11.1",
40
+ "react": "^18.2.0",
41
+ "react-dom": "^18.2.0",
42
+ "react-router-dom": "^6.19.0"
43
+ },
44
+ "dependencies": {
40
45
  "classnames": "^2.3.2",
41
46
  "copy-anything": "^3.0.5",
42
47
  "history": "^5.3.0",
43
- "react": "^18.2.0",
44
- "react-dom": "^18.2.0",
45
48
  "react-fast-compare": "^3.2.2",
46
- "react-router-dom": "^6.19.0",
47
49
  "react-tooltip": "^5.23.0"
48
50
  },
49
51
  "peerDependencies": {