@rjsf/core 5.0.1 → 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.
- package/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
Core logic and classic Bootstrap 3 theme 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>
|
|
@@ -88,7 +88,7 @@ See the general [open issues](https://github.com/rjsf-team/react-jsonschema-form
|
|
|
88
88
|
|
|
89
89
|
## Contributing
|
|
90
90
|
|
|
91
|
-
Read our [contributors' guide](https://react-jsonschema-form
|
|
91
|
+
Read our [contributors' guide](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing/) to get started.
|
|
92
92
|
|
|
93
93
|
<!-- CONTACT -->
|
|
94
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rjsf/core",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rimraf dist && dts build --rollupTypes --format cjs,esm,umd",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"@babel/preset-env": "^7.20.2",
|
|
53
53
|
"@babel/preset-react": "^7.18.6",
|
|
54
54
|
"@babel/register": "^7.18.9",
|
|
55
|
-
"@rjsf/utils": "^5.0.
|
|
56
|
-
"@rjsf/validator-ajv6": "^5.0.
|
|
57
|
-
"@rjsf/validator-ajv8": "^5.0.
|
|
55
|
+
"@rjsf/utils": "^5.0.2",
|
|
56
|
+
"@rjsf/validator-ajv6": "^5.0.2",
|
|
57
|
+
"@rjsf/validator-ajv8": "^5.0.2",
|
|
58
58
|
"@types/lodash": "^4.14.191",
|
|
59
59
|
"@types/react": "^17.0.39",
|
|
60
60
|
"@types/react-dom": "^17.0.11",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"publishConfig": {
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "8fa3d2a7c18bc508ca5f61328400c5508238df82"
|
|
97
97
|
}
|