diff --git a/package-lock.json b/package-lock.json index 7edf68d..55bcf98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16232,6 +16232,12 @@ } } }, + "testcafe-react-selectors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/testcafe-react-selectors/-/testcafe-react-selectors-2.1.0.tgz", + "integrity": "sha512-2KYB1Tow1p0E37B06/KMuqllJ+THlenYLZE20T4ThFp9Tzv5ctTwR4JlgUtZtiiC0KEykwjwqO+qmw8LakDQFg==", + "dev": true + }, "testcafe-reporter-json": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/testcafe-reporter-json/-/testcafe-reporter-json-2.1.0.tgz", diff --git a/src/components/JsonLD/JsonLD.tsx b/src/components/JsonLD/JsonLD.tsx index 139c896..4d6896e 100644 --- a/src/components/JsonLD/JsonLD.tsx +++ b/src/components/JsonLD/JsonLD.tsx @@ -4,7 +4,7 @@ export interface JsonLDProps { data: object; } - class JsonLD extends React.Component { +class JsonLD extends React.Component { render() { return (