Bump @rjsf/utils from 5.18.5 to 5.19.0 in /spiffworkflow-frontend (#1878)
* Bump @rjsf/utils from 5.18.5 to 5.19.0 in /spiffworkflow-frontend Bumps [@rjsf/utils](https://github.com/rjsf-team/react-jsonschema-form) from 5.18.5 to 5.19.0. - [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases) - [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md) - [Commits](https://github.com/rjsf-team/react-jsonschema-form/compare/5.18.5...5.19.0) --- updated-dependencies: - dependency-name: "@rjsf/utils" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * typescript things --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: burnettk <burnettk@users.noreply.github.com>
This commit is contained in:
parent
f401b1dc0f
commit
6fd17eda52
|
@ -24,7 +24,7 @@
|
||||||
"@react-icons/all-files": "^4.1.0",
|
"@react-icons/all-files": "^4.1.0",
|
||||||
"@rjsf/core": "^5.18.5",
|
"@rjsf/core": "^5.18.5",
|
||||||
"@rjsf/mui": "^5.18.5",
|
"@rjsf/mui": "^5.18.5",
|
||||||
"@rjsf/utils": "^5.18.5",
|
"@rjsf/utils": "^5.19.0",
|
||||||
"@rjsf/validator-ajv8": "^5.18.5",
|
"@rjsf/validator-ajv8": "^5.18.5",
|
||||||
"@tanstack/react-query": "^5.40.0",
|
"@tanstack/react-query": "^5.40.0",
|
||||||
"@tanstack/react-query-devtools": "^5.40.0",
|
"@tanstack/react-query-devtools": "^5.40.0",
|
||||||
|
@ -4915,9 +4915,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rjsf/core": {
|
"node_modules/@rjsf/core": {
|
||||||
"version": "5.18.5",
|
"version": "5.19.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.18.5.tgz",
|
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.19.1.tgz",
|
||||||
"integrity": "sha512-TTG6zSybzfSp+ko4U/WIeyVX5dRLbl7C0ZU2lpK/f6ruuLbBji8A523iLYINOzyDQL5uBtMdmRdO6oMdCz79tw==",
|
"integrity": "sha512-kuaavQWB3+7nNCHE3XiHb6ulGyX2OE+6ZabnVn1Ek850E5A9ZSdzMe3JXfqsH91W1gQxl95PCUHHl0iG9hvvEw==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
@ -4930,14 +4930,14 @@
|
||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@rjsf/utils": "^5.18.x",
|
"@rjsf/utils": "^5.19.x",
|
||||||
"react": "^16.14.0 || >=17"
|
"react": "^16.14.0 || >=17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rjsf/mui": {
|
"node_modules/@rjsf/mui": {
|
||||||
"version": "5.18.5",
|
"version": "5.19.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rjsf/mui/-/mui-5.18.5.tgz",
|
"resolved": "https://registry.npmjs.org/@rjsf/mui/-/mui-5.19.1.tgz",
|
||||||
"integrity": "sha512-VFv0v2w/HNLQCsVa7FW8nXbvf+W8lpmGNe1I7nw6KFEqjKHKsJLx0g6PjxVqScUAJ27e4aWRZtQrWdz4FbsICA==",
|
"integrity": "sha512-SaTQLZE5Q11gaLRKXoXtf1nLgF3F/31cDRj9vvyM5nvHlhShoMYxrP6CWckE/zvWZwgkZC4fmoxn+dMAbZXRMg==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
|
@ -4947,15 +4947,15 @@
|
||||||
"@emotion/styled": "^11.6.0",
|
"@emotion/styled": "^11.6.0",
|
||||||
"@mui/icons-material": "^5.2.0",
|
"@mui/icons-material": "^5.2.0",
|
||||||
"@mui/material": "^5.2.2",
|
"@mui/material": "^5.2.2",
|
||||||
"@rjsf/core": "^5.18.x",
|
"@rjsf/core": "^5.19.x",
|
||||||
"@rjsf/utils": "^5.18.x",
|
"@rjsf/utils": "^5.19.x",
|
||||||
"react": ">=17"
|
"react": ">=17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rjsf/utils": {
|
"node_modules/@rjsf/utils": {
|
||||||
"version": "5.18.5",
|
"version": "5.19.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.18.5.tgz",
|
"resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.19.1.tgz",
|
||||||
"integrity": "sha512-b39ZSPv2lpH+VXUKrVsPnPyOKcTa9P08h50J0A1+7xHj6dm4KG1KY/mY4QCaNavZVXsQoieHOe8kmdFDlXirzA==",
|
"integrity": "sha512-vA4Rq6kiLbohxyB7AC6rcfnb1y/BvGGRNVFDA8S/E7a+OT52gEY+EA6iiYUHXPVMnFOdQtuN4QBilF575cc8vQ==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"json-schema-merge-allof": "^0.8.1",
|
"json-schema-merge-allof": "^0.8.1",
|
||||||
|
@ -4972,9 +4972,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rjsf/validator-ajv8": {
|
"node_modules/@rjsf/validator-ajv8": {
|
||||||
"version": "5.18.5",
|
"version": "5.19.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-5.18.5.tgz",
|
"resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-5.19.1.tgz",
|
||||||
"integrity": "sha512-R1kPl86NzhbVYyRQ7Sa3GLDEmZdum7Qcvi9wKBy0GmnONM9dX6wZGikzr5/7x8mVYCIjukAd3eL129uchIv95w==",
|
"integrity": "sha512-HXjIcc8tt/wBx7sMGXLXunPApKZi3/vQbVdnlXsC8OKhW2wvoRptOnKlG/hpZSKsT21/LpD6hHXm473pv/QQ+w==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ajv": "^8.12.0",
|
"ajv": "^8.12.0",
|
||||||
|
@ -4986,7 +4986,7 @@
|
||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@rjsf/utils": "^5.18.x"
|
"@rjsf/utils": "^5.19.x"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rollup/rollup-android-arm-eabi": {
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
||||||
|
@ -29575,9 +29575,9 @@
|
||||||
"integrity": "sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w=="
|
"integrity": "sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w=="
|
||||||
},
|
},
|
||||||
"@rjsf/core": {
|
"@rjsf/core": {
|
||||||
"version": "5.18.5",
|
"version": "5.19.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.18.5.tgz",
|
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.19.1.tgz",
|
||||||
"integrity": "sha512-TTG6zSybzfSp+ko4U/WIeyVX5dRLbl7C0ZU2lpK/f6ruuLbBji8A523iLYINOzyDQL5uBtMdmRdO6oMdCz79tw==",
|
"integrity": "sha512-kuaavQWB3+7nNCHE3XiHb6ulGyX2OE+6ZabnVn1Ek850E5A9ZSdzMe3JXfqsH91W1gQxl95PCUHHl0iG9hvvEw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
|
@ -29587,15 +29587,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@rjsf/mui": {
|
"@rjsf/mui": {
|
||||||
"version": "5.18.5",
|
"version": "5.19.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rjsf/mui/-/mui-5.18.5.tgz",
|
"resolved": "https://registry.npmjs.org/@rjsf/mui/-/mui-5.19.1.tgz",
|
||||||
"integrity": "sha512-VFv0v2w/HNLQCsVa7FW8nXbvf+W8lpmGNe1I7nw6KFEqjKHKsJLx0g6PjxVqScUAJ27e4aWRZtQrWdz4FbsICA==",
|
"integrity": "sha512-SaTQLZE5Q11gaLRKXoXtf1nLgF3F/31cDRj9vvyM5nvHlhShoMYxrP6CWckE/zvWZwgkZC4fmoxn+dMAbZXRMg==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"@rjsf/utils": {
|
"@rjsf/utils": {
|
||||||
"version": "5.18.5",
|
"version": "5.19.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.18.5.tgz",
|
"resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.19.1.tgz",
|
||||||
"integrity": "sha512-b39ZSPv2lpH+VXUKrVsPnPyOKcTa9P08h50J0A1+7xHj6dm4KG1KY/mY4QCaNavZVXsQoieHOe8kmdFDlXirzA==",
|
"integrity": "sha512-vA4Rq6kiLbohxyB7AC6rcfnb1y/BvGGRNVFDA8S/E7a+OT52gEY+EA6iiYUHXPVMnFOdQtuN4QBilF575cc8vQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"json-schema-merge-allof": "^0.8.1",
|
"json-schema-merge-allof": "^0.8.1",
|
||||||
"jsonpointer": "^5.0.1",
|
"jsonpointer": "^5.0.1",
|
||||||
|
@ -29605,9 +29605,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@rjsf/validator-ajv8": {
|
"@rjsf/validator-ajv8": {
|
||||||
"version": "5.18.5",
|
"version": "5.19.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-5.18.5.tgz",
|
"resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-5.19.1.tgz",
|
||||||
"integrity": "sha512-R1kPl86NzhbVYyRQ7Sa3GLDEmZdum7Qcvi9wKBy0GmnONM9dX6wZGikzr5/7x8mVYCIjukAd3eL129uchIv95w==",
|
"integrity": "sha512-HXjIcc8tt/wBx7sMGXLXunPApKZi3/vQbVdnlXsC8OKhW2wvoRptOnKlG/hpZSKsT21/LpD6hHXm473pv/QQ+w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ajv": "^8.12.0",
|
"ajv": "^8.12.0",
|
||||||
"ajv-formats": "^2.1.1",
|
"ajv-formats": "^2.1.1",
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"@react-icons/all-files": "^4.1.0",
|
"@react-icons/all-files": "^4.1.0",
|
||||||
"@rjsf/core": "^5.18.5",
|
"@rjsf/core": "^5.18.5",
|
||||||
"@rjsf/mui": "^5.18.5",
|
"@rjsf/mui": "^5.18.5",
|
||||||
"@rjsf/utils": "^5.18.5",
|
"@rjsf/utils": "^5.19.0",
|
||||||
"@rjsf/validator-ajv8": "^5.18.5",
|
"@rjsf/validator-ajv8": "^5.18.5",
|
||||||
"@tanstack/react-query": "^5.40.0",
|
"@tanstack/react-query": "^5.40.0",
|
||||||
"@tanstack/react-query-devtools": "^5.40.0",
|
"@tanstack/react-query-devtools": "^5.40.0",
|
||||||
|
|
|
@ -129,7 +129,7 @@ function FilesInfo<
|
||||||
const { MuiRemoveButton } = getTemplate<any, any, any>(
|
const { MuiRemoveButton } = getTemplate<any, any, any>(
|
||||||
'ButtonTemplates',
|
'ButtonTemplates',
|
||||||
registry,
|
registry,
|
||||||
options,
|
options as UIOptionsType<any, any, any>,
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue