Move `@types/*` dependencies to `devDependencies`

pull/1/head
Daniel Gasienica 7 years ago
parent 10bede85c9
commit 8ef04cb1fd

@ -50,8 +50,6 @@
},
"dependencies": {
"@sindresorhus/is": "^0.8.0",
"@types/filesize": "^3.6.0",
"@types/lodash": "^4.14.106",
"archiver": "^2.1.1",
"blob-util": "^1.3.0",
"blueimp-canvas-to-blob": "^3.14.0",
@ -98,6 +96,8 @@
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/classnames": "^2.2.3",
"@types/filesize": "^3.6.0",
"@types/lodash": "^4.14.106",
"@types/lodash": "^4.14.106",
"@types/mocha": "^5.0.0",
"@types/qs": "^6.5.1",

@ -36,10 +36,6 @@
dependencies:
samsam "1.3.0"
"@types/lodash@^4.14.106":
version "4.14.106"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.106.tgz#6093e9a02aa567ddecfe9afadca89e53e5dce4dd"
"@types/chai@^4.1.2":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.2.tgz#f1af664769cfb50af805431c407425ed619daa21"

Loading…
Cancel
Save