@rjsf/validator-ajv8 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 +4 -4
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<p align="center">
|
|
17
17
|
AJV-8 based validator plugin 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>
|
|
@@ -221,7 +221,7 @@ See the [open issues](https://github.com/rjsf-team/react-jsonschema-form/issues)
|
|
|
221
221
|
|
|
222
222
|
## Contributing
|
|
223
223
|
|
|
224
|
-
Read our [contributors' guide](https://react-jsonschema-form
|
|
224
|
+
Read our [contributors' guide](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing/) to get started.
|
|
225
225
|
|
|
226
226
|
<!-- CONTACT -->
|
|
227
227
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rjsf/validator-ajv8",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/validator-ajv8.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"lodash-es": "^4.17.15"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@rjsf/utils": "^5.0.0
|
|
36
|
+
"@rjsf/utils": "^5.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@babel/core": "^7.20.12",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@babel/plugin-transform-react-jsx": "^7.20.7",
|
|
43
43
|
"@babel/preset-env": "^7.20.2",
|
|
44
44
|
"@babel/preset-react": "^7.18.6",
|
|
45
|
-
"@rjsf/utils": "^5.0.
|
|
45
|
+
"@rjsf/utils": "^5.0.2",
|
|
46
46
|
"@types/jest-expect-message": "^1.1.0",
|
|
47
47
|
"@types/json-schema": "^7.0.9",
|
|
48
48
|
"@types/lodash": "^4.14.191",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"url": "git+https://github.com/rjsf-team/react-jsonschema-form.git"
|
|
73
73
|
},
|
|
74
74
|
"license": "Apache-2.0",
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "8fa3d2a7c18bc508ca5f61328400c5508238df82"
|
|
76
76
|
}
|