Upgrade @rjsf v5 dependencies to beta.17
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
@@ -47,11 +47,11 @@
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
"@rjsf/core": "^3.2.1",
|
||||
"@rjsf/core-v5": "npm:@rjsf/core@5.0.0-beta.16",
|
||||
"@rjsf/core-v5": "npm:@rjsf/core@5.0.0-beta.17",
|
||||
"@rjsf/material-ui": "^3.2.1",
|
||||
"@rjsf/material-ui-v5": "npm:@rjsf/material-ui@5.0.0-beta.16",
|
||||
"@rjsf/utils": "5.0.0-beta.16",
|
||||
"@rjsf/validator-ajv6": "5.0.0-beta.16",
|
||||
"@rjsf/material-ui-v5": "npm:@rjsf/material-ui@5.0.0-beta.17",
|
||||
"@rjsf/utils": "5.0.0-beta.17",
|
||||
"@rjsf/validator-ajv8": "5.0.0-beta.17",
|
||||
"@types/json-schema": "^7.0.9",
|
||||
"classnames": "^2.2.6",
|
||||
"json-schema": "^0.4.0",
|
||||
|
||||
@@ -30,7 +30,7 @@ import { TemplateParameterSchema } from '../../../types';
|
||||
import { createAsyncValidators } from './createAsyncValidators';
|
||||
import { ReviewState, type ReviewStateProps } from '../ReviewState';
|
||||
import { useTemplateSchema } from '../../hooks/useTemplateSchema';
|
||||
import validator from '@rjsf/validator-ajv6';
|
||||
import validator from '@rjsf/validator-ajv8';
|
||||
import { useFormDataFromQuery } from '../../hooks';
|
||||
import type { FormProps, LayoutOptions } from '../../types';
|
||||
import { useTransformSchemaToProps } from '../../hooks/useTransformSchemaToProps';
|
||||
|
||||
Reference in New Issue
Block a user