@rjsf/core 5.3.0 → 5.3.1
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/dist/core.cjs.development.js +14 -12
- package/dist/core.cjs.development.js.map +1 -1
- package/dist/core.cjs.production.min.js +1 -1
- package/dist/core.cjs.production.min.js.map +1 -1
- package/dist/core.esm.js +14 -12
- package/dist/core.esm.js.map +1 -1
- package/dist/core.umd.development.js +14 -12
- package/dist/core.umd.development.js.map +1 -1
- package/dist/core.umd.production.min.js +1 -1
- package/dist/core.umd.production.min.js.map +1 -1
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rjsf/core",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.1",
|
|
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",
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"lint": "eslint src test",
|
|
10
10
|
"precommit": "lint-staged",
|
|
11
11
|
"publish-to-npm": "npm run build && npm publish",
|
|
12
|
-
"start": "dts watch",
|
|
13
12
|
"test": "dts test",
|
|
14
13
|
"test:debug": "node --inspect-brk node_modules/.bin/dts test",
|
|
15
14
|
"test:watch": "dts test --watch",
|
|
@@ -53,9 +52,9 @@
|
|
|
53
52
|
"@babel/preset-env": "^7.20.2",
|
|
54
53
|
"@babel/preset-react": "^7.18.6",
|
|
55
54
|
"@babel/register": "^7.21.0",
|
|
56
|
-
"@rjsf/utils": "^5.3.
|
|
57
|
-
"@rjsf/validator-ajv6": "^5.3.
|
|
58
|
-
"@rjsf/validator-ajv8": "^5.3.
|
|
55
|
+
"@rjsf/utils": "^5.3.1",
|
|
56
|
+
"@rjsf/validator-ajv6": "^5.3.1",
|
|
57
|
+
"@rjsf/validator-ajv8": "^5.3.1",
|
|
59
58
|
"@types/lodash": "^4.14.191",
|
|
60
59
|
"@types/react": "^17.0.39",
|
|
61
60
|
"@types/react-dom": "^17.0.11",
|
|
@@ -94,5 +93,5 @@
|
|
|
94
93
|
"publishConfig": {
|
|
95
94
|
"access": "public"
|
|
96
95
|
},
|
|
97
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "6ecef3909bc93616b444176dcb734b761a1d5424"
|
|
98
97
|
}
|