chore: fixing up typescript

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-08-30 14:05:36 +02:00
parent 018aaf8c32
commit 6183125008
20 changed files with 25 additions and 21 deletions
-1
View File
@@ -83,7 +83,6 @@
},
"devDependencies": {
"@backstage/test-utils": "workspace:^",
"@rjsf/core": "^3.2.1",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React from 'react';
import type { FieldValidation } from '@rjsf/core';
import type { FieldValidation } from '@rjsf/utils';
import {
createScaffolderFieldExtension,
FieldExtensionComponentProps,