From 76614f5e68a81065c3674abea1757246190b16b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:16:47 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/cli in /template/react-ts-css Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.1 to 19.2.2. - [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.2.2/@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-css/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/react-ts-css/package.json b/template/react-ts-css/package.json index 1410caa..0c73a6e 100644 --- a/template/react-ts-css/package.json +++ b/template/react-ts-css/package.json @@ -29,7 +29,7 @@ "vite-plugin-eslint": "^1.8.1" }, "devDependencies": { - "@commitlint/cli": "^18.2.0", + "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^18.1.0", "@types/node": "20.11.17", "@types/react": "18.2.56",