mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
Fix
This commit is contained in:
parent
7747799ed0
commit
8a1c7b76fe
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { JSONSchema7 } from 'json-schema';
|
||||
import type { JSONSchema7 } from 'json-schema';
|
||||
|
||||
export const schema: JSONSchema7 = {
|
||||
title: 'Example form',
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user