Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 5e868e0

Browse files
Update dependency eslint-plugin-react-native to v3.11.0
1 parent 15c247e commit 5e868e0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-import": "2.17.2",
3232
"eslint-plugin-jsx-a11y": "6.6.1",
3333
"eslint-plugin-react": "7.31.8",
34-
"eslint-plugin-react-native": "3.7.0",
34+
"eslint-plugin-react-native": "3.11.0",
3535
"jest": "24.9.0",
3636
"metro-react-native-babel-preset": "0.73.0",
3737
"react-test-renderer": "16.8.3"

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@
955955
globals "^11.1.0"
956956
lodash "^4.17.11"
957957

958-
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.0":
958+
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
959959
version "7.19.3"
960960
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
961961
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
@@ -2810,11 +2810,12 @@ eslint-plugin-react-native-globals@^0.1.1:
28102810
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2"
28112811
integrity sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==
28122812

2813-
eslint-plugin-react-native@3.7.0:
2814-
version "3.7.0"
2815-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.7.0.tgz#7e2cc1f3cf24919c4c0ea7fac13301e7444e105f"
2816-
integrity sha512-krLtQmGih/uJDPxF8DBpnU8J3kRUsDm/Dey5yEhOO8LN1I3Wesbk4PGCg8Zah57azKFU+9YtGooFjJcDJWUs+g==
2813+
eslint-plugin-react-native@3.11.0:
2814+
version "3.11.0"
2815+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.11.0.tgz#c73b0886abb397867e5e6689d3a6a418682e6bac"
2816+
integrity sha512-7F3OTwrtQPfPFd+VygqKA2VZ0f2fz0M4gJmry/TRE18JBb94/OtMxwbL7Oqwu7FGyrdeIOWnXQbBAveMcSTZIA==
28172817
dependencies:
2818+
"@babel/traverse" "^7.7.4"
28182819
eslint-plugin-react-native-globals "^0.1.1"
28192820

28202821
eslint-plugin-react@7.31.8:

0 commit comments

Comments
 (0)