@rjsf/antd 5.0.0 → 5.0.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -15,7 +15,7 @@
15
15
  <p align="center">
16
16
  Ant Design theme, fields and widgets for <a href="https://github.com/rjsf-team/react-jsonschema-form/"><code>react-jsonschema-form</code></a>.
17
17
  <br />
18
- <a href="https://react-jsonschema-form.readthedocs.io/en/stable/"><strong>Explore the docs »</strong></a>
18
+ <a href="https://rjsf-team.github.io/react-jsonschema-form/docs/"><strong>Explore the docs »</strong></a>
19
19
  <br />
20
20
  <br />
21
21
  <a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
@@ -100,7 +100,7 @@ See the general [open issues](https://github.com/rjsf-team/react-jsonschema-form
100
100
 
101
101
  ## Contributing
102
102
 
103
- Read our [contributors' guide](https://react-jsonschema-form.readthedocs.io/en/stable/contributing/) to get started.
103
+ Read our [contributors' guide](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing/) to get started.
104
104
 
105
105
  <!-- CONTACT -->
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rjsf/antd",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "Ant Design theme, fields and widgets for react-jsonschema-form",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/antd.esm.js",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@ant-design/icons": "^4.0.0",
33
- "@rjsf/core": "^5.0.0-beta.1",
34
- "@rjsf/utils": "^5.0.0-beta.1",
33
+ "@rjsf/core": "^5.0.0",
34
+ "@rjsf/utils": "^5.0.0",
35
35
  "antd": "^4.0.0",
36
36
  "dayjs": "^1.8.0",
37
37
  "react": "^16.14.0 || >=17"
@@ -46,9 +46,9 @@
46
46
  "@babel/preset-env": "^7.20.2",
47
47
  "@babel/preset-react": "^7.18.6",
48
48
  "@babel/register": "^7.18.9",
49
- "@rjsf/core": "^5.0.0",
50
- "@rjsf/utils": "^5.0.0",
51
- "@rjsf/validator-ajv8": "^5.0.0",
49
+ "@rjsf/core": "^5.0.2",
50
+ "@rjsf/utils": "^5.0.2",
51
+ "@rjsf/validator-ajv8": "^5.0.2",
52
52
  "@rollup/plugin-replace": "^5.0.2",
53
53
  "@types/lodash": "^4.14.191",
54
54
  "@types/react": "^17.0.39",
@@ -92,5 +92,5 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "gitHead": "251bdbc60d2efdbab3a2b4058a2338d0d4794942"
95
+ "gitHead": "8fa3d2a7c18bc508ca5f61328400c5508238df82"
96
96
  }