This commit is contained in:
Nathan Bierema 2021-09-18 16:20:25 -04:00
parent 7747799ed0
commit 8a1c7b76fe
3 changed files with 5 additions and 1 deletions

View File

@ -37,6 +37,7 @@
"@rjsf/core": "^3.1.0",
"@types/base16": "^1.0.2",
"@types/codemirror": "^5.60.2",
"@types/json-schema": "^7.0.9",
"@types/prop-types": "^15.7.4",
"@types/react-select": "^4.0.17",
"@types/redux-devtools-themes": "^1.0.0",
@ -60,6 +61,7 @@
"@babel/preset-typescript": "^7.15.0",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/react": "^6.3.8",
"@types/color": "^3.0.2",
"@types/enzyme": "^3.10.9",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^27.0.1",

View File

@ -1,4 +1,4 @@
import { JSONSchema7 } from 'json-schema';
import type { JSONSchema7 } from 'json-schema';
export const schema: JSONSchema7 = {
title: 'Example form',

View File

@ -5066,9 +5066,11 @@ __metadata:
"@storybook/react": ^6.3.8
"@types/base16": ^1.0.2
"@types/codemirror": ^5.60.2
"@types/color": ^3.0.2
"@types/enzyme": ^3.10.9
"@types/enzyme-adapter-react-16": ^1.0.6
"@types/jest": ^27.0.1
"@types/json-schema": ^7.0.9
"@types/prop-types": ^15.7.4
"@types/react": ^16.14.15
"@types/react-select": ^4.0.17