From f0ac1e8db84ce5d62c2a0179bc3eac4b74d8d03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 05:58:46 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-xo-react from 0.23.0 to 0.24.0 Bumps [eslint-config-xo-react](https://github.com/xojs/eslint-config-xo-react) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/xojs/eslint-config-xo-react/releases) - [Commits](https://github.com/xojs/eslint-config-xo-react/compare/v0.23.0...v0.24.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6af49e8..83dde7f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint": "^7.4.0", "eslint-config-prettier": "^7.2.0", "eslint-config-xo": "^0.35.0", - "eslint-config-xo-react": "^0.23.0", + "eslint-config-xo-react": "^0.24.0", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.3",