Skip to content

Commit bf9c939

Browse files
chore: use rn matching version of eslint config
1 parent 53ad028 commit bf9c939

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@react-native-async-storage/async-storage": "2.1.1",
6969
"@react-native-community/cli": "20.0.1",
7070
"@react-native/babel-preset": "0.78.2",
71-
"@react-native/eslint-config": "^0.81.1",
71+
"@react-native/eslint-config": "0.78.2",
7272
"@release-it/conventional-changelog": "^10.0.1",
7373
"@types/jest": "^29.5.14",
7474
"@types/react": "^19.0.0",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3502,33 +3502,33 @@ __metadata:
35023502
languageName: node
35033503
linkType: hard
35043504

3505-
"@react-native/eslint-config@npm:^0.81.1":
3506-
version: 0.81.5
3507-
resolution: "@react-native/eslint-config@npm:0.81.5"
3505+
"@react-native/eslint-config@npm:0.78.2":
3506+
version: 0.78.2
3507+
resolution: "@react-native/eslint-config@npm:0.78.2"
35083508
dependencies:
35093509
"@babel/core": ^7.25.2
35103510
"@babel/eslint-parser": ^7.25.1
3511-
"@react-native/eslint-plugin": 0.81.5
3511+
"@react-native/eslint-plugin": 0.78.2
35123512
"@typescript-eslint/eslint-plugin": ^7.1.1
35133513
"@typescript-eslint/parser": ^7.1.1
35143514
eslint-config-prettier: ^8.5.0
35153515
eslint-plugin-eslint-comments: ^3.2.0
35163516
eslint-plugin-ft-flow: ^2.0.1
35173517
eslint-plugin-jest: ^27.9.0
35183518
eslint-plugin-react: ^7.30.1
3519-
eslint-plugin-react-hooks: ^5.2.0
3519+
eslint-plugin-react-hooks: ^4.6.0
35203520
eslint-plugin-react-native: ^4.0.0
35213521
peerDependencies:
35223522
eslint: ">=8"
35233523
prettier: ">=2"
3524-
checksum: adb3cc87ee656ed258408f2c05983d2ba1e0ce6900e570be9a6c3d2a7f325d4bf7b0b05128c72f11f8994608852eb305631550d4bb03df5afe883c5e92dd564d
3524+
checksum: 4cbdf40717a3f51432f685364ad81a2fd8bf7746d9dcb1e285900ddafdea777b058c931daf2a23916f909498ae756f0f1baab4636596a90653cd9a0e59ac9b84
35253525
languageName: node
35263526
linkType: hard
35273527

3528-
"@react-native/eslint-plugin@npm:0.81.5":
3529-
version: 0.81.5
3530-
resolution: "@react-native/eslint-plugin@npm:0.81.5"
3531-
checksum: 2560b0b1a5ffcae76121efd89b0579ddc62f1789dc98882eecb6198e1cec39da0a6f496eee771f5183d3d365aed5a6804da8debf43509717ad20f6a0e394245d
3528+
"@react-native/eslint-plugin@npm:0.78.2":
3529+
version: 0.78.2
3530+
resolution: "@react-native/eslint-plugin@npm:0.78.2"
3531+
checksum: d79285f702e25e467525cb55ae824c50c7333138cce1295b4a1c046f11c68e7bd43ffa0c78fb0e5b1a59be92a5cf44e59c2bfc16e6c2e5b2550ea251f3cb65c6
35323532
languageName: node
35333533
linkType: hard
35343534

@@ -6230,12 +6230,12 @@ __metadata:
62306230
languageName: node
62316231
linkType: hard
62326232

6233-
"eslint-plugin-react-hooks@npm:^5.2.0":
6234-
version: 5.2.0
6235-
resolution: "eslint-plugin-react-hooks@npm:5.2.0"
6233+
"eslint-plugin-react-hooks@npm:^4.6.0":
6234+
version: 4.6.2
6235+
resolution: "eslint-plugin-react-hooks@npm:4.6.2"
62366236
peerDependencies:
6237-
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
6238-
checksum: 5920736a78c0075488e7e30e04fbe5dba5b6b5a6c8c4b5742fdae6f9b8adf4ee387bc45dc6e03b4012865e6fd39d134da7b83a40f57c90cc9eecf80692824e3a
6237+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
6238+
checksum: 395c433610f59577cfcf3f2e42bcb130436c8a0b3777ac64f441d88c5275f4fcfc89094cedab270f2822daf29af1079151a7a6579a8e9ea8cee66540ba0384c4
62396239
languageName: node
62406240
linkType: hard
62416241

@@ -9328,7 +9328,7 @@ __metadata:
93289328
"@react-native-async-storage/async-storage": 2.1.1
93299329
"@react-native-community/cli": 20.0.1
93309330
"@react-native/babel-preset": 0.78.2
9331-
"@react-native/eslint-config": ^0.81.1
9331+
"@react-native/eslint-config": 0.78.2
93329332
"@release-it/conventional-changelog": ^10.0.1
93339333
"@types/jest": ^29.5.14
93349334
"@types/react": ^19.0.0

0 commit comments

Comments
 (0)