From 57948f5a5a49090e1c22254d7d15b1d9f2b67f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:59:27 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/cli in /template/react-ts-less Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.1 to 19.3.0. - [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.3.0/@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-ts-less/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/react-ts-less/package.json b/template/react-ts-less/package.json index 6c0a4d2..376ca24 100644 --- a/template/react-ts-less/package.json +++ b/template/react-ts-less/package.json @@ -30,7 +30,7 @@ "vite-plugin-eslint": "^1.8.1" }, "devDependencies": { - "@commitlint/cli": "^18.2.0", + "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^18.1.0", "@types/node": "20.11.17", "@types/react": "18.2.56",