From 812c5ef7c6f643ec225efcc760b1efa1bf151c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:08:54 +0000 Subject: [PATCH] Bump eslint-config-takiyon from 2.0.0 to 3.0.0 Bumps [eslint-config-takiyon](https://github.com/takiyon-org/eslint-config-takiyon) from 2.0.0 to 3.0.0. - [Commits](https://github.com/takiyon-org/eslint-config-takiyon/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: eslint-config-takiyon dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1ca7eb..84bfc8d 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ }, "dependencies": { "eslint-config-airbnb": "^19.0.4", - "eslint-config-takiyon": "^2.0.0" + "eslint-config-takiyon": "^3.0.0" } }