Skip to content

Commit

Permalink
Moved unexported types to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoamaro committed Mar 29, 2020
1 parent 93b0548 commit f16235c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down

0 comments on commit f16235c

Please sign in to comment.