From 4ed439d15eeb8e4e29badd48df64944b67922829 Mon Sep 17 00:00:00 2001 From: Dmitry Karpunin Date: Thu, 30 Jun 2022 12:26:00 +0300 Subject: [PATCH] Move @types/* to devDependencies --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index deae6ae..0c47b4b 100644 --- a/package.json +++ b/package.json @@ -37,14 +37,6 @@ ], "dependencies": { "@babel/runtime": "^7.12.5", - "@types/css-mediaquery": "^0.1.0", - "@types/imagemin": "^7.0.0", - "@types/minimatch": "^3.0.3", - "@types/node": "^15.3.0", - "@types/sharp": "^0.28.1", - "@types/through2-concurrent": "^2.0.0", - "@types/vinyl": "^2.0.3", - "@types/vinyl-fs": "^2.4.11", "argue-cli": "^1.2.1", "chalk": "^4.1.0", "core-js": "^3.8.3", @@ -68,6 +60,14 @@ }, "devDependencies": { "@babel/core": "^7.12.10", + "@types/css-mediaquery": "^0.1.0", + "@types/imagemin": "^7.0.0", + "@types/minimatch": "^3.0.3", + "@types/node": "^15.3.0", + "@types/sharp": "^0.28.1", + "@types/through2-concurrent": "^2.0.0", + "@types/vinyl": "^2.0.3", + "@types/vinyl-fs": "^2.4.11", "@rollup/plugin-eslint": "^8.0.1", "@size-limit/preset-small-lib": "^4.9.2", "@trigen/scripts": "^7.3.1",