From 7b3f8b3fe106311682a2e8ad281dd9a4e42443c6 Mon Sep 17 00:00:00 2001 From: Adam Skoufis Date: Wed, 29 Nov 2023 19:05:32 +1100 Subject: [PATCH] fix(@commitlint/load): Remove unused `@types/node` dependency (#3801) --- @commitlint/load/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index 9a44cccfa8..6fe9dd0975 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -48,7 +48,6 @@ "@commitlint/execute-rule": "^18.4.3", "@commitlint/resolve-extends": "^18.4.3", "@commitlint/types": "^18.4.3", - "@types/node": "^18.11.9", "chalk": "^4.1.0", "cosmiconfig": "^8.3.6", "cosmiconfig-typescript-loader": "^5.0.0",