From e7aa032188edcf84b775dfa9167ba6126abfd95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:59:33 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/cli in /template/react-js-css Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.1 to 19.0.3. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.0.3/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- template/react-js-css/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/react-js-css/package.json b/template/react-js-css/package.json index 880e3e7..d12abe8 100644 --- a/template/react-js-css/package.json +++ b/template/react-js-css/package.json @@ -29,7 +29,7 @@ "vite-plugin-eslint": "^1.8.1" }, "devDependencies": { - "@commitlint/cli": "^18.2.0", + "@commitlint/cli": "^19.0.3", "@commitlint/config-conventional": "^18.1.0", "@types/node": "20.11.17", "@types/react": "18.2.56",