Skip to content

Commit

Permalink
Bump @rjsf/core from v2.5.1 to v4.2.3
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
myarmolinsky committed Dec 7, 2022
1 parent 52f12ae commit c6b372a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@fortawesome/react-fontawesome": "^0.1.18",
"@mapbox/rehype-prism": "^0.8.0",
"@react-google-maps/api": "^2.12.0",
"@rjsf/core": "^2.5.1",
"@rjsf/core": "^4.2.3",
"@types/ajv-keywords": "^3.4.0",
"@types/color": "^3.0.3",
"@types/json-schema": "^7.0.11",
Expand Down
1 change: 1 addition & 0 deletions src/components/Form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export interface FormWidgetProps extends WidgetProps {
widgets: { [name: string]: Widget };
definitions: { [name: string]: any };
formContext: any;
rootSchema: JSONSchema;
};
type?: string;
rawErrors: string[];
Expand Down

0 comments on commit c6b372a

Please sign in to comment.