@rjsf/mui 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.
- package/README.md +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<p align="center">
|
|
17
17
|
Material UI 5 theme, fields and widgets for <a href="https://github.com/rjsf-team/react-jsonschema-form/"><code>react-jsonschema-form</code></a>.
|
|
18
18
|
<br />
|
|
19
|
-
<a href="https://react-jsonschema-form
|
|
19
|
+
<a href="https://rjsf-team.github.io/react-jsonschema-form/docs/"><strong>Explore the docs »</strong></a>
|
|
20
20
|
<br />
|
|
21
21
|
<br />
|
|
22
22
|
<a href="https://rjsf-team.github.io/react-jsonschema-form/">View Playground</a>
|
|
@@ -113,7 +113,7 @@ See the [open issues](https://github.com/rjsf-team/react-jsonschema-form/issues)
|
|
|
113
113
|
|
|
114
114
|
## Contributing
|
|
115
115
|
|
|
116
|
-
Read our [contributors' guide](https://react-jsonschema-form
|
|
116
|
+
Read our [contributors' guide](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing/) to get started.
|
|
117
117
|
|
|
118
118
|
<!-- CONTACT -->
|
|
119
119
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rjsf/mui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"module": "./dist/mui.esm.js",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@emotion/styled": "^11.6.0",
|
|
33
33
|
"@mui/icons-material": "^5.2.0",
|
|
34
34
|
"@mui/material": "^5.2.2",
|
|
35
|
-
"@rjsf/core": "^5.0.0
|
|
36
|
-
"@rjsf/utils": "^5.0.0
|
|
35
|
+
"@rjsf/core": "^5.0.0",
|
|
36
|
+
"@rjsf/utils": "^5.0.0",
|
|
37
37
|
"react": ">=17"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@emotion/styled": "^11.10.5",
|
|
49
49
|
"@mui/icons-material": "^5.11.0",
|
|
50
50
|
"@mui/material": "^5.11.4",
|
|
51
|
-
"@rjsf/core": "^5.0.
|
|
52
|
-
"@rjsf/utils": "^5.0.
|
|
53
|
-
"@rjsf/validator-ajv8": "^5.0.
|
|
51
|
+
"@rjsf/core": "^5.0.2",
|
|
52
|
+
"@rjsf/utils": "^5.0.2",
|
|
53
|
+
"@rjsf/validator-ajv8": "^5.0.2",
|
|
54
54
|
"@types/react": "^17.0.37",
|
|
55
55
|
"@types/react-dom": "^17.0.11",
|
|
56
56
|
"@types/react-test-renderer": "^17.0.1",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"url": "git+https://github.com/rjsf-team/react-jsonschema-form.git"
|
|
89
89
|
},
|
|
90
90
|
"license": "Apache-2.0",
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "8fa3d2a7c18bc508ca5f61328400c5508238df82"
|
|
92
92
|
}
|