From 6a19aa127f876acc71c72bff575a7749bec369ae Mon Sep 17 00:00:00 2001 From: Jane Jeon Date: Tue, 1 Nov 2022 07:49:15 +0000 Subject: [PATCH] build: Expand lerna version range to accept v6 (#3417) See https://github.com/conventional-changelog/commitlint/issues/3409. Even with the peerDependencies: optional, npm will *still* kick and scream and end your process if you try to use this with lerna v6. --- @commitlint/config-lerna-scopes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@commitlint/config-lerna-scopes/package.json b/@commitlint/config-lerna-scopes/package.json index d69e39974b..6f059e27b4 100644 --- a/@commitlint/config-lerna-scopes/package.json +++ b/@commitlint/config-lerna-scopes/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://commitlint.js.org/", "peerDependencies": { - "lerna": "^5.0.0" + "lerna": "^5.0.0 || ^6" }, "peerDependenciesMeta": { "lerna": {