From 2becfabb7d8ea2a47276d531e2d82924e510f438 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 7 May 2019 03:03:14 -0700 Subject: [PATCH] Update eslint-plugin-react-native dependency in eslint-config-react-native-community package (#24686) Summary: I need this in my life because version 3.7.0 fixes [this](https://github.com/Intellicode/eslint-plugin-react-native/pull/220) issue. [General][fixed] - Fix an issue with `no-raw-text` rule for TypeScript by updating the eslint-plugin-react-native dependency to 3.7.0 Pull Request resolved: https://github.com/facebook/react-native/pull/24686 Differential Revision: D15237597 Pulled By: cpojer fbshipit-source-id: 42ee13997d238025d0c50d154951549392d3abc7 --- .../eslint-config-react-native-community/package.json | 4 ++-- packages/eslint-config-react-native-community/yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index d32ad8beb89..cad53898cdc 100644 --- a/packages/eslint-config-react-native-community/package.json +++ b/packages/eslint-config-react-native-community/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/eslint-config", - "version": "0.0.5", + "version": "0.0.6", "description": "ESLint config for React Native", "main": "index.js", "repository": { @@ -17,7 +17,7 @@ "eslint-plugin-prettier": "2.6.2", "eslint-plugin-react": "7.12.4", "eslint-plugin-react-hooks": "^1.5.1", - "eslint-plugin-react-native": "3.6.0", + "eslint-plugin-react-native": "3.7.0", "prettier": "1.16.4" }, "peerDependencies": { diff --git a/packages/eslint-config-react-native-community/yarn.lock b/packages/eslint-config-react-native-community/yarn.lock index 5ba5295190f..c610a0cab0c 100644 --- a/packages/eslint-config-react-native-community/yarn.lock +++ b/packages/eslint-config-react-native-community/yarn.lock @@ -365,10 +365,10 @@ eslint-plugin-react-native-globals@^0.1.1: resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2" integrity sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g== -eslint-plugin-react-native@3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.6.0.tgz#7cad3b7c6159df6d26fe3252c6c5417a17f27b4b" - integrity sha512-BEQcHZ06hZSBYWFVuNEq0xuui5VEsWpHDsZGBtfadHfCRqRMUrkYPgdDb3bpc60qShHE83kqIv59uKdinEg91Q== +eslint-plugin-react-native@3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.7.0.tgz#7e2cc1f3cf24919c4c0ea7fac13301e7444e105f" + integrity sha512-krLtQmGih/uJDPxF8DBpnU8J3kRUsDm/Dey5yEhOO8LN1I3Wesbk4PGCg8Zah57azKFU+9YtGooFjJcDJWUs+g== dependencies: eslint-plugin-react-native-globals "^0.1.1"