Skip to content

Commit aa41957

Browse files
authored
Update dependency @react-native/eslint-config to ^0.80.0
1 parent 8f7af50 commit aa41957

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@react-native-community/cli": "15.0.1",
2020
"@react-native-community/cli-platform-android": "15.0.1",
2121
"@react-native-community/cli-platform-ios": "15.0.1",
22-
"@react-native/eslint-config": "^0.77.0",
22+
"@react-native/eslint-config": "^0.80.0",
2323
"@react-native/metro-config": "^0.77.0",
2424
"babel-plugin-module-resolver": "^5.0.0",
2525
"metro-react-native-babel-preset": "^0.77.0"

example/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,28 +1762,28 @@
17621762
serve-static "^1.16.2"
17631763
ws "^6.2.3"
17641764

1765-
"@react-native/eslint-config@^0.77.0":
1766-
version "0.77.0"
1767-
resolved "https://registry.yarnpkg.com/@react-native/eslint-config/-/eslint-config-0.77.0.tgz#2f43c9753ef205dfd115600571cdce09bcf40674"
1768-
integrity sha512-azEiJNe/v1MjXE5Cekn8ygV4an0T3mNem4Afmeaq9tO9rfbOYr3VpTMFgc4B42SZgS4S6lyIqvwTfc8bSp0KRw==
1765+
"@react-native/eslint-config@^0.80.0":
1766+
version "0.80.2"
1767+
resolved "https://registry.yarnpkg.com/@react-native/eslint-config/-/eslint-config-0.80.2.tgz#50f463b246be390277fff4e7fd8eab41e75513ef"
1768+
integrity sha512-gcuMYuuG7XfM0gkDUHoWuOmXFQwFo6U4wkspJCnYnOuTB/uS/qghM2/CnpZVIhS9toFiQ1NO3ib829rdFz5NPg==
17691769
dependencies:
17701770
"@babel/core" "^7.25.2"
17711771
"@babel/eslint-parser" "^7.25.1"
1772-
"@react-native/eslint-plugin" "0.77.0"
1772+
"@react-native/eslint-plugin" "0.80.2"
17731773
"@typescript-eslint/eslint-plugin" "^7.1.1"
17741774
"@typescript-eslint/parser" "^7.1.1"
17751775
eslint-config-prettier "^8.5.0"
17761776
eslint-plugin-eslint-comments "^3.2.0"
17771777
eslint-plugin-ft-flow "^2.0.1"
17781778
eslint-plugin-jest "^27.9.0"
17791779
eslint-plugin-react "^7.30.1"
1780-
eslint-plugin-react-hooks "^4.6.0"
1780+
eslint-plugin-react-hooks "^5.2.0"
17811781
eslint-plugin-react-native "^4.0.0"
17821782

1783-
"@react-native/eslint-plugin@0.77.0":
1784-
version "0.77.0"
1785-
resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.77.0.tgz#1a59a1899da3b3c4a6f599f589cbf6802c22d70f"
1786-
integrity sha512-1DXUDiqsgvFpK633SsOF01aAtWAaI/+KqPJAoZOVdSsodk70wNYyrHpF9rJBXWhyT/peTBE5y2kK2kT/Y7JcQA==
1783+
"@react-native/eslint-plugin@0.80.2":
1784+
version "0.80.2"
1785+
resolved "https://registry.yarnpkg.com/@react-native/eslint-plugin/-/eslint-plugin-0.80.2.tgz#53bf4c8b753a6618aa02e128df5ee9acac74f578"
1786+
integrity sha512-I0HDmMGtChz6s9EShHasgZfiMUc6XtCAPMjR//jqTTav746eng98Z/zk25/nVeGCCD+X8KtlzHH9AUUqYv5sNQ==
17871787

17881788
"@react-native/gradle-plugin@0.77.0":
17891789
version "0.77.0"
@@ -3065,10 +3065,10 @@ eslint-plugin-jest@^27.9.0:
30653065
dependencies:
30663066
"@typescript-eslint/utils" "^5.10.0"
30673067

3068-
eslint-plugin-react-hooks@^4.6.0:
3069-
version "4.6.0"
3070-
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz"
3071-
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
3068+
eslint-plugin-react-hooks@^5.2.0:
3069+
version "5.2.0"
3070+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
3071+
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
30723072

30733073
eslint-plugin-react-native-globals@^0.1.1:
30743074
version "0.1.2"

0 commit comments

Comments
 (0)