Skip to content

Commit

Permalink
Merge pull request #94 from victorsoares96/renovate/react-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update react monorepo
  • Loading branch information
victorsoares96 authored Mar 11, 2024
2 parents 9cf72b5 + a35ff02 commit dd02d9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@testing-library/jest-native": "4.0.13",
"@testing-library/react-native": "11.5.4",
"@types/jest": "28.1.8",
"@types/react": "~18.0.14",
"@types/react": "~18.2.0",
"@types/react-native": "^0.72.2",
"@types/react-test-renderer": "17.0.2",
"@typescript-eslint/eslint-plugin": "5.13.0",
Expand All @@ -79,7 +79,7 @@
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "5.5.1",
"expo-file-system": "~15.4.2",
"husky": "8.0.3",
Expand All @@ -98,7 +98,7 @@
"typescript": "^5.1.3"
},
"resolutions": {
"@types/react": "~18.0.14",
"@types/react": "~18.2.0",
"expo-file-system": "15.4.2"
},
"peerDependencies": {
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2189,10 +2189,10 @@
dependencies:
"@types/react" "^17"

"@types/react@*", "@types/react@^17", "@types/react@~18.0.14":
version "18.0.38"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.38.tgz#02a23bef8848b360a0d1dceef4432c15c21c600c"
integrity sha512-ExsidLLSzYj4cvaQjGnQCk4HFfVT9+EZ9XZsQ8Hsrcn8QNgXtpZ3m9vSIC2MWtx7jHictK6wYhQgGh6ic58oOw==
"@types/react@*", "@types/react@^17", "@types/react@~18.2.0":
version "18.2.21"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down Expand Up @@ -4013,12 +4013,7 @@ eslint-plugin-prettier@4.2.1, eslint-plugin-prettier@^4.0.0:
dependencies:
prettier-linter-helpers "^1.0.0"

eslint-plugin-react-hooks@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==

eslint-plugin-react-hooks@^4.2.0:
eslint-plugin-react-hooks@4.6.0, eslint-plugin-react-hooks@^4.2.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
Expand Down

0 comments on commit dd02d9c

Please sign in to comment.