From 823474d618eeb0c95b6261ab61b7a63e67b110a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 09:14:47 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.26.0 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2.26.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...v2.26.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1114c8e6..1329d5841 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint": "^7.32.0 ", "eslint-config-prettier": "^8.1.0", "eslint-plugin-fp": "^2.3.0", - "eslint-plugin-import": "2.25.3", + "eslint-plugin-import": "2.26.0", "expo-module-scripts": "^2.0.0", "husky": "4.3.8", "jest": "25.5.4",