Skip to content

Commit

Permalink
Merge pull request #741 from guhungry/dependabot/npm_and_yarn/react-n…
Browse files Browse the repository at this point in the history
…ative-0.73.6

Bump react-native from 0.73.5 to 0.73.6
  • Loading branch information
guhungry authored Mar 30, 2024
2 parents 2cccad7 + a8fafb5 commit f52e674
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions example/e2e/testCases/flipImageTest.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ describe('flipImage', () => {
it('should load images after flipped image', async () => {
await expect(element(by.id('example-exampleFlip'))).toExist();

await waitFor(element(by.id('flipBothResult'))).toExist().withTimeout(5000);
await waitFor(element(by.id('flipHorizontalResult'))).toExist().withTimeout(5000);
await waitFor(element(by.id('flipVerticalResult'))).toExist().withTimeout(5000);
await waitFor(element(by.id('flipBothResult'))).toExist().withTimeout(15000);
await waitFor(element(by.id('flipHorizontalResult'))).toExist().withTimeout(15000);
await waitFor(element(by.id('flipVerticalResult'))).toExist().withTimeout(15000);
});
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jest": "^29",
"jest-extended": "^4.0",
"prettier": "2.8.8",
"react-native": "0.73.5",
"react-native": "0.73.6",
"react-test-renderer": "18.2.0",
"react": "18.2.0",
"typescript": "5.0.4"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5536,10 +5536,10 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

[email protected].5:
version "0.73.5"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.73.5.tgz#724fd1ae8ec8fee1dcf619c82bdd1695d3cff463"
integrity sha512-iHgDArmF4CrhL0qTj+Rn+CBN5pZWUL9lUGl8ub+V9Hwu/vnzQQh8rTMVSwVd2sV6N76KjpE5a4TfIAHkpIHhKg==
[email protected].6:
version "0.73.6"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.73.6.tgz#ed4c675e205a34bd62c4ce8b9bd1ca5c85126d5b"
integrity sha512-oqmZe8D2/VolIzSPZw+oUd6j/bEmeRHwsLn1xLA5wllEYsZ5zNuMsDus235ONOnCRwexqof/J3aztyQswSmiaA==
dependencies:
"@jest/create-cache-key-function" "^29.6.3"
"@react-native-community/cli" "12.3.6"
Expand Down

0 comments on commit f52e674

Please sign in to comment.