From c0789731f1b18e02d742b9172a168ca1bb1ab222 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 01825e1089..677b6f4b4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,6 @@ "@typescript-eslint/eslint-plugin": "7.1.0", "@typescript-eslint/parser": "7.1.0", "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 bfca2ee21f..26b7a2d52b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "@typescript-eslint/eslint-plugin": "7.1.0", "@typescript-eslint/parser": "7.1.0", "ava": "5.3.1", - "conventional-changelog-conventionalcommits": "7.0.2", "cross-env": "7.0.3", "depcheck": "1.4.7", "eslint": "8.57.0",