@rjsf/core
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@rjsf/core", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "A simple React component capable of building HTML forms out of a JSON schema.", | ||
@@ -36,3 +36,3 @@ "scripts": { | ||
"peerDependencies": { | ||
"@rjsf/utils": "^5.0.0-beta.1", | ||
"@rjsf/utils": "^5.0.0", | ||
"react": "^16.14.0 || >=17" | ||
@@ -56,5 +56,5 @@ }, | ||
"@babel/register": "^7.18.9", | ||
"@rjsf/utils": "^5.0.0", | ||
"@rjsf/validator-ajv6": "^5.0.0", | ||
"@rjsf/validator-ajv8": "^5.0.0", | ||
"@rjsf/utils": "^5.0.1", | ||
"@rjsf/validator-ajv6": "^5.0.1", | ||
"@rjsf/validator-ajv8": "^5.0.1", | ||
"@types/lodash": "^4.14.191", | ||
@@ -98,3 +98,3 @@ "@types/react": "^17.0.39", | ||
}, | ||
"gitHead": "251bdbc60d2efdbab3a2b4058a2338d0d4794942" | ||
"gitHead": "3a44e46656913a0bcb8b3f540115301fad77be08" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2001328