From 22a9a88b46c591cef3304020dd0d05b2bf348989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 20 Apr 2021 14:49:17 +0200 Subject: [PATCH] move to devdependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/code-coverage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/code-coverage/package.json b/plugins/code-coverage/package.json index eabd961f4b..a4a9cc5584 100644 --- a/plugins/code-coverage/package.json +++ b/plugins/code-coverage/package.json @@ -33,7 +33,6 @@ "@material-ui/icons": "^4.9.1", "@material-ui/styles": "^4.11.0", "@material-ui/lab": "4.0.0-alpha.57", - "@types/highlightjs": "^10.1.0", "highlight.js": "^10.6.0", "react": "^16.13.1", "react-dom": "^16.13.1", @@ -48,6 +47,7 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^10.4.1", "@testing-library/user-event": "^12.0.7", + "@types/highlightjs": "^10.1.0", "@types/jest": "^26.0.7", "@types/node": "^12.0.0", "@types/recharts": "^1.8.15",