Skip to content

Commit 2becfab

Browse files
monotvfacebook-github-bot
authored andcommitted
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](Intellicode/eslint-plugin-react-native#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: #24686 Differential Revision: D15237597 Pulled By: cpojer fbshipit-source-id: 42ee13997d238025d0c50d154951549392d3abc7
1 parent 05baf62 commit 2becfab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/eslint-config-react-native-community/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/eslint-config",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "ESLint config for React Native",
55
"main": "index.js",
66
"repository": {
@@ -17,7 +17,7 @@
1717
"eslint-plugin-prettier": "2.6.2",
1818
"eslint-plugin-react": "7.12.4",
1919
"eslint-plugin-react-hooks": "^1.5.1",
20-
"eslint-plugin-react-native": "3.6.0",
20+
"eslint-plugin-react-native": "3.7.0",
2121
"prettier": "1.16.4"
2222
},
2323
"peerDependencies": {

packages/eslint-config-react-native-community/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@ eslint-plugin-react-native-globals@^0.1.1:
365365
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2"
366366
integrity sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==
367367

368-
eslint-plugin-react-native@3.6.0:
369-
version "3.6.0"
370-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.6.0.tgz#7cad3b7c6159df6d26fe3252c6c5417a17f27b4b"
371-
integrity sha512-BEQcHZ06hZSBYWFVuNEq0xuui5VEsWpHDsZGBtfadHfCRqRMUrkYPgdDb3bpc60qShHE83kqIv59uKdinEg91Q==
368+
eslint-plugin-react-native@3.7.0:
369+
version "3.7.0"
370+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.7.0.tgz#7e2cc1f3cf24919c4c0ea7fac13301e7444e105f"
371+
integrity sha512-krLtQmGih/uJDPxF8DBpnU8J3kRUsDm/Dey5yEhOO8LN1I3Wesbk4PGCg8Zah57azKFU+9YtGooFjJcDJWUs+g==
372372
dependencies:
373373
eslint-plugin-react-native-globals "^0.1.1"
374374

0 commit comments

Comments
 (0)