chore: rename this package like we do in scaffolder to avoid typescript namespace clashes

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-04-26 18:16:32 +02:00
parent a9495557c1
commit bd53eb2be1
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@rjsf/core": "5.6.0",
"@rjsf/core-v5": "npm:@rjsf/core@5.6.0",
"@rjsf/material-ui": "5.6.0",
"@rjsf/utils": "5.6.0",
"@rjsf/validator-ajv8": "5.6.0",
@@ -27,7 +27,8 @@ import SettingsIcon from '@material-ui/icons/Settings';
import DeleteIcon from '@material-ui/icons/Delete';
import React from 'react';
import { Widget } from './types';
import { withTheme } from '@rjsf/core';
import { withTheme } from '@rjsf/core-v5';
import validator from '@rjsf/validator-ajv8';
const Form = withTheme(require('@rjsf/material-ui').Theme);
@@ -74,6 +75,7 @@ export const WidgetSettingsOverlay = (props: WidgetSettingsOverlayProps) => {
>
<DialogContent>
<Form
validator={validator}
showErrorList={false}
schema={widget.settingsSchema}
noHtml5Validate