From a3abc7ab247f8ae57c3bba437b71a620c4cbb8a7 Mon Sep 17 00:00:00 2001 From: Edoardo Lincetto Date: Tue, 6 Oct 2020 17:38:15 +0200 Subject: [PATCH] chore(devui): remove @types/react-jsonschema-form --- packages/devui/package.json | 1 - yarn.lock | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/packages/devui/package.json b/packages/devui/package.json index c8e2ec09..36efc173 100755 --- a/packages/devui/package.json +++ b/packages/devui/package.json @@ -40,7 +40,6 @@ "@types/base16": "^1.0.2", "@types/codemirror": "^0.0.97", "@types/prop-types": "^15.7.3", - "@types/react-jsonschema-form": "^1.7.4", "@types/react-select": "^3.0.19", "@types/redux-devtools-themes": "^1.0.0", "@types/simple-element-resize-detector": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index cc529586..12cddd14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3587,11 +3587,6 @@ resolved "https://registry.yarnpkg.com/@types/jsan/-/jsan-3.1.0.tgz#128fdb14a102134ede764b11682e795d1b380c43" integrity sha512-V5wfm0++TqM92D0ZkAhl9MDQHPTi88fXhMNVin5LV/Y3RnuU/FUv6wML4Vt/amZmPN9WaFTmDhKW+h58kAFmIg== -"@types/json-schema@*": - version "7.0.6" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" - integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== - "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5": version "7.0.5" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd" @@ -3779,14 +3774,6 @@ dependencies: "@types/dragula" "*" -"@types/react-jsonschema-form@^1.7.4": - version "1.7.4" - resolved "https://registry.yarnpkg.com/@types/react-jsonschema-form/-/react-jsonschema-form-1.7.4.tgz#b9dded80f830bce11a623107633b13964a143cca" - integrity sha512-TSsntIuB8bfheC/ZpjUmgB6+m5cLR4Gbh8rnqpSYB6T4e2TwzNICuKC5AykZI0XTxqLJmShyVsJxuo4aih64Gw== - dependencies: - "@types/json-schema" "*" - "@types/react" "*" - "@types/react-native@*": version "0.63.8" resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.63.8.tgz#73ec087122c64c309eeaf150b565b8d755f0fb1f"