diff --git a/package.json b/package.json index 7e159fc5af..47d2477215 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 8983765fbc..8051b0430f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"