Move @types deps into non-dev dependencies

This commit is contained in:
Alex Gleason 2022-03-21 13:47:02 -05:00
parent c5e89969c8
commit c1a5bf5880
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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",