From 8ef04cb1fdf4aa5d99118bf3428be49ac08cd641 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Thu, 12 Apr 2018 16:20:23 -0400 Subject: [PATCH] Move `@types/*` dependencies to `devDependencies` --- package.json | 4 ++-- yarn.lock | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7e159fc5a..47d247721 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 8983765fb..8051b0430 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"