Removed unused JSDOM dependency

This commit is contained in:
Sebastian Qvarfordt
2020-06-30 13:22:10 +02:00
parent 3c8f32e45b
commit 0ed5a1cd77
3 changed files with 0 additions and 24 deletions
-2
View File
@@ -27,8 +27,6 @@
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"@types/jsdom": "^16.2.3",
"jsdom": "^16.2.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^6.0.0-alpha.5",
-3
View File
@@ -14,9 +14,6 @@
* limitations under the License.
*/
// @ts-ignore
import { JSDOM } from 'jsdom';
import FIXTURE_STANDARD_PAGE from './fixtures/mkdocs-index';
import transformer from '../reader/transformers';
import type { Transformer } from '../reader/transformers';