From 4939583c657f09a3fe871ee00b3cbd70c6959a3e Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Sat, 12 Jan 2019 15:22:15 +0100 Subject: [PATCH] Move @types to devDependencies --- packages/next/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/next/package.json b/packages/next/package.json index 8af9a191..45b30c3f 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -48,9 +48,6 @@ "@babel/runtime": "7.1.2", "@babel/runtime-corejs2": "7.1.2", "@babel/template": "7.1.2", - "@types/loader-utils": "1.1.3", - "@types/node-fetch": "2.1.4", - "@types/rimraf": "2.0.2", "ansi-html": "0.0.7", "arg": "3.0.0", "async-sema": "^2.1.4", @@ -99,6 +96,9 @@ "react-dom": "^16.3.0" }, "devDependencies": { + "@types/loader-utils": "1.1.3", + "@types/node-fetch": "2.1.4", + "@types/rimraf": "2.0.2", "@babel/parser": "7.2.0", "@taskr/clear": "1.1.0", "@taskr/esnext": "1.1.0",