Skip to content

Commit b9f267e

Browse files
Update dependency eslint-plugin-react-native to v5 (#1857)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc99a45 commit b9f267e

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"eslint-plugin-jsx-a11y": "6.10.2",
108108
"eslint-plugin-react": "7.37.5",
109109
"eslint-plugin-react-hooks": "4.6.0",
110-
"eslint-plugin-react-native": "4.0.0",
110+
"eslint-plugin-react-native": "5.0.0",
111111
"eslint-plugin-simple-import-sort": "9.0.0",
112112
"eslint-plugin-sort-keys-fix": "1.1.2",
113113
"eslint-plugin-typescript-sort-keys": "3.3.0",

β€Žyarn.lockβ€Ž

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10679,15 +10679,14 @@ __metadata:
1067910679
languageName: node
1068010680
linkType: hard
1068110681

10682-
"eslint-plugin-react-native@npm:4.0.0, eslint-plugin-react-native@npm:^4.0.0":
10683-
version: 4.0.0
10684-
resolution: "eslint-plugin-react-native@npm:4.0.0"
10682+
"eslint-plugin-react-native@npm:5.0.0":
10683+
version: 5.0.0
10684+
resolution: "eslint-plugin-react-native@npm:5.0.0"
1068510685
dependencies:
10686-
"@babel/traverse": "npm:^7.7.4"
1068710686
eslint-plugin-react-native-globals: "npm:^0.1.1"
1068810687
peerDependencies:
10689-
eslint: ^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8
10690-
checksum: 10/89c145b30ca51858fb4049a43f9b37e7d524e71564aa530c131a764509470d84dd2930f4003da5a27e07a0d068fb92c5d4725251fc99a357a68f908ac37122ba
10688+
eslint: ^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
10689+
checksum: 10/41e84d806b74e3b4906c5541cad0caf1c79e30031130a1f3e92f9c030fb12e9ee4b193ea7b6ed5c425f2d83795e7f3ca51ab357e7e8f1f3d89c12fd4613343be
1069110690
languageName: node
1069210691
linkType: hard
1069310692

@@ -10703,6 +10702,18 @@ __metadata:
1070310702
languageName: node
1070410703
linkType: hard
1070510704

10705+
"eslint-plugin-react-native@npm:^4.0.0":
10706+
version: 4.0.0
10707+
resolution: "eslint-plugin-react-native@npm:4.0.0"
10708+
dependencies:
10709+
"@babel/traverse": "npm:^7.7.4"
10710+
eslint-plugin-react-native-globals: "npm:^0.1.1"
10711+
peerDependencies:
10712+
eslint: ^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8
10713+
checksum: 10/89c145b30ca51858fb4049a43f9b37e7d524e71564aa530c131a764509470d84dd2930f4003da5a27e07a0d068fb92c5d4725251fc99a357a68f908ac37122ba
10714+
languageName: node
10715+
linkType: hard
10716+
1070610717
"eslint-plugin-react@npm:7.37.5, eslint-plugin-react@npm:^7.20.0, eslint-plugin-react@npm:^7.24.0, eslint-plugin-react@npm:^7.27.1, eslint-plugin-react@npm:^7.30.1":
1070710718
version: 7.37.5
1070810719
resolution: "eslint-plugin-react@npm:7.37.5"
@@ -17001,7 +17012,7 @@ __metadata:
1700117012
eslint-plugin-jsx-a11y: "npm:6.10.2"
1700217013
eslint-plugin-react: "npm:7.37.5"
1700317014
eslint-plugin-react-hooks: "npm:4.6.0"
17004-
eslint-plugin-react-native: "npm:4.0.0"
17015+
eslint-plugin-react-native: "npm:5.0.0"
1700517016
eslint-plugin-simple-import-sort: "npm:9.0.0"
1700617017
eslint-plugin-sort-keys-fix: "npm:1.1.2"
1700717018
eslint-plugin-typescript-sort-keys: "npm:3.3.0"

0 commit comments

Comments
Β (0)