Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency eslint-plugin-react-native to v5 #8227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-react-native": "^5.0.0",
"eslint-plugin-relay": "^1.8.3",
"eslint-plugin-testing-library": "^6.5.0",
"prettier": "^2.8.8"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ __metadata:
eslint-plugin-promise: "npm:^7.0.0"
eslint-plugin-react: "npm:^7.34.4"
eslint-plugin-react-hooks: "npm:^5.1.0"
eslint-plugin-react-native: "npm:^4.1.0"
eslint-plugin-react-native: "npm:^5.0.0"
eslint-plugin-relay: "npm:^1.8.3"
eslint-plugin-testing-library: "npm:^6.5.0"
prettier: "npm:^2.8.8"
Expand Down Expand Up @@ -5125,14 +5125,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-native@npm:^4.1.0":
version: 4.1.0
resolution: "eslint-plugin-react-native@npm:4.1.0"
"eslint-plugin-react-native@npm:^5.0.0":
version: 5.0.0
resolution: "eslint-plugin-react-native@npm:5.0.0"
dependencies:
eslint-plugin-react-native-globals: "npm:^0.1.1"
peerDependencies:
eslint: ^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8
checksum: 10c0/9aedccde6227b78bad7c243844aca0860fca2dccd635e91e745bcd617c1e7fb889fa212917cf7b56860335a147fc7c8dc339d1976330ec4f896fe9156b35b162
eslint: ^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
checksum: 10c0/c7c927bc743abf0cb367cc64fea5b28b28ea0c58be2990cab858a050b4855e89d90513afa44d73012c9fd670810ad0da2ac72e3e4bdfedf0ce0cbb65e901af7f
languageName: node
linkType: hard

Expand Down
Loading