diff --git a/package.json b/package.json index ee89d755..615a86f9 100644 --- a/package.json +++ b/package.json @@ -40,9 +40,7 @@ "LICENSE" ], "dependencies": { - "@types/lodash": "^4.14.146", "@types/quill": "^1.3.10", - "@types/react": "^16.9.11", "lodash": "^4.17.4", "quill": "^1.3.7" }, @@ -51,7 +49,9 @@ "react-dom": "^16.0.0" }, "devDependencies": { + "@types/react": "^16.9.11", "@types/react-dom": "^16.9.4", + "@types/lodash": "^4.14.146", "@types/chai": "^4.2.11", "@types/mocha": "^7.0.2", "@types/sinon": "^7.5.2",