From c1a5bf58806edcd5e20535249c690d41c54a0b1f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 21 Mar 2022 13:47:02 -0500 Subject: [PATCH] Move @types deps into non-dev dependencies --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3b8c75df71..89b417d351 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,8 @@ "@types/escape-html": "^1.0.1", "@types/http-link-header": "^1.0.3", "@types/lodash": "^4.14.180", + "@types/react-router-dom": "^4.2.6", + "@types/uuid": "^8.3.4", "array-includes": "^3.0.3", "autoprefixer": "^10.4.2", "axios": "^0.21.4", @@ -183,9 +185,6 @@ }, "devDependencies": { "@jest/globals": "^27.5.1", - "@types/lodash": "^4.14.180", - "@types/react-router-dom": "^4.2.6", - "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.15.0", "axios-mock-adapter": "^1.18.1",