From fc6a1e694fd8432f4b811211a988cbe5b620ad7d Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 6 Mar 2024 13:19:27 -0800 Subject: [PATCH] chore(deps): remove conventional-changelog-conventionalcommits This package is unused since we dropped Lerna. --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0db5c01eb..a8cf9b179b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,6 @@ "@typescript-eslint/eslint-plugin": "7.1.1", "@typescript-eslint/parser": "7.1.1", "ava": "5.3.1", - "conventional-changelog-conventionalcommits": "7.0.2", "cross-env": "7.0.3", "depcheck": "1.4.7", "eslint": "8.57.0", diff --git a/package.json b/package.json index 645087ffe8..ab63db0792 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "@typescript-eslint/eslint-plugin": "7.1.1", "@typescript-eslint/parser": "7.1.1", "ava": "5.3.1", - "conventional-changelog-conventionalcommits": "7.0.2", "cross-env": "7.0.3", "depcheck": "1.4.7", "eslint": "8.57.0",