From 884a74d821b270e841ea0bcca6ca6bdb8a5f981f Mon Sep 17 00:00:00 2001 From: Wagner Santos <7467450+wagoid@users.noreply.github.com> Date: Wed, 1 Nov 2023 05:44:59 -0300 Subject: [PATCH] chore(deps): add overrides while commitlint-plugin-function-rules doesn't allow v18 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8ae3559..ebf5bac 100644 --- a/package.json +++ b/package.json @@ -67,5 +67,8 @@ "rollup": "^2.79.1", "testdouble": "^3.16.8", "yaml": "^2.1.3" + }, + "overrides": { + "@commitlint/lint": "^18.1.0" } }