@rjsf/mui 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
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.readthedocs.io/en/stable/"><strong>Explore the docs »</strong></a>
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.readthedocs.io/en/stable/contributing/) to get started.
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.1",
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",
@@ -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.1",
52
- "@rjsf/utils": "^5.0.1",
53
- "@rjsf/validator-ajv8": "^5.0.1",
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": "3a44e46656913a0bcb8b3f540115301fad77be08"
91
+ "gitHead": "8fa3d2a7c18bc508ca5f61328400c5508238df82"
92
92
  }