@rjsf/antd 5.0.1 → 5.1.0
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 +2 -2
- package/package.json +8 -8
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
|
|
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
|
|
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
|
|
3
|
+
"version": "5.1.0",
|
|
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",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"@babel/core": "^7.20.12",
|
|
43
43
|
"@babel/eslint-parser": "^7.19.1",
|
|
44
44
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
45
|
-
"@babel/plugin-transform-react-jsx": "^7.20.
|
|
45
|
+
"@babel/plugin-transform-react-jsx": "^7.20.13",
|
|
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
|
|
50
|
-
"@rjsf/utils": "^5.0
|
|
51
|
-
"@rjsf/validator-ajv8": "^5.0
|
|
49
|
+
"@rjsf/core": "^5.1.0",
|
|
50
|
+
"@rjsf/utils": "^5.1.0",
|
|
51
|
+
"@rjsf/validator-ajv8": "^5.1.0",
|
|
52
52
|
"@rollup/plugin-replace": "^5.0.2",
|
|
53
53
|
"@types/lodash": "^4.14.191",
|
|
54
54
|
"@types/react": "^17.0.39",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"atob": "^2.0.3",
|
|
59
59
|
"dayjs": "^1.11.7",
|
|
60
60
|
"dts-cli": "^1.6.3",
|
|
61
|
-
"eslint": "^8.
|
|
61
|
+
"eslint": "^8.33.0",
|
|
62
62
|
"lodash": "^4.17.15",
|
|
63
63
|
"lodash-es": "^4.17.15",
|
|
64
64
|
"react": "^17.0.2",
|
|
65
65
|
"react-dom": "^17.0.2",
|
|
66
66
|
"react-test-renderer": "^17.0.2",
|
|
67
|
-
"rimraf": "^4.
|
|
67
|
+
"rimraf": "^4.1.2"
|
|
68
68
|
},
|
|
69
69
|
"repository": {
|
|
70
70
|
"type": "git",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"publishConfig": {
|
|
93
93
|
"access": "public"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "6befd6731723b59564631f0475941403ec1c6fd2"
|
|
96
96
|
}
|