From 23033692398e47c46b11bcabb6813b72db195f61 Mon Sep 17 00:00:00 2001 From: Vighnesh Raut Date: Sun, 25 Dec 2022 20:00:35 +0530 Subject: [PATCH] chore: move @types/node to devDependencies --- @commitlint/load/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index 8adadd33f5..6c73cee81b 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -40,6 +40,7 @@ "@types/lodash.isplainobject": "^4.0.7", "@types/lodash.merge": "^4.6.7", "@types/lodash.uniq": "^4.5.7", + "@types/node": "^14.0.0", "conventional-changelog-atom": "^2.0.8", "execa": "^5.0.0" }, @@ -48,7 +49,6 @@ "@commitlint/execute-rule": "^17.0.0", "@commitlint/resolve-extends": "^17.3.0", "@commitlint/types": "^17.0.0", - "@types/node": "^14.0.0", "chalk": "^4.1.0", "cosmiconfig": "^8.0.0", "cosmiconfig-typescript-loader": "^4.0.0",