Skip to content
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
Binary file modified android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
# https://services.gradle.org/distributions
# https://gradle.org/nightly
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion android/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-detox": "1.0.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "29.5.0",
"eslint-plugin-jest": "29.15.4",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
Expand Down
22 changes: 2 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10916,25 +10916,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:29.5.0":
version: 29.5.0
resolution: "eslint-plugin-jest@npm:29.5.0"
dependencies:
"@typescript-eslint/utils": "npm:^8.0.0"
peerDependencies:
"@typescript-eslint/eslint-plugin": ^8.0.0
eslint: ^8.57.0 || ^9.0.0
jest: "*"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
checksum: 10/c3458f5b6780bc16ee27f859d067dc692576532999150a7b6098da57d9c2e2d8675bee534de6e714777ae3bf26162f27c5d5d4f69d60c1291bd68c7a420e5bb9
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^29.0.1":
"eslint-plugin-jest@npm:29.15.4, eslint-plugin-jest@npm:^29.0.1":
version: 29.15.4
resolution: "eslint-plugin-jest@npm:29.15.4"
dependencies:
Expand Down Expand Up @@ -17428,7 +17410,7 @@ __metadata:
eslint-plugin-deprecation: "npm:3.0.0"
eslint-plugin-detox: "npm:1.0.0"
eslint-plugin-import: "npm:2.32.0"
eslint-plugin-jest: "npm:29.5.0"
eslint-plugin-jest: "npm:29.15.4"
eslint-plugin-jsx-a11y: "npm:6.10.2"
eslint-plugin-react: "npm:7.37.5"
eslint-plugin-react-hooks: "npm:7.0.1"
Expand Down
Loading