Skip to content

Commit f16235c

Browse files
committed
Moved unexported types to dev deps
1 parent 93b0548 commit f16235c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
"LICENSE"
4141
],
4242
"dependencies": {
43-
"@types/lodash": "^4.14.146",
4443
"@types/quill": "^1.3.10",
45-
"@types/react": "^16.9.11",
4644
"lodash": "^4.17.4",
4745
"quill": "^1.3.7"
4846
},
@@ -51,7 +49,9 @@
5149
"react-dom": "^16.0.0"
5250
},
5351
"devDependencies": {
52+
"@types/react": "^16.9.11",
5453
"@types/react-dom": "^16.9.4",
54+
"@types/lodash": "^4.14.146",
5555
"@types/chai": "^4.2.11",
5656
"@types/mocha": "^7.0.2",
5757
"@types/sinon": "^7.5.2",

0 commit comments

Comments
 (0)