Skip to content

Commit 69baf39

Browse files
chore(deps-dev): bump react-native from 0.69.5 to 0.70.0 (#1097)
* chore(deps-dev): bump react-native from 0.69.5 to 0.70.0 Bumps [react-native](https://github.com/facebook/react-native) from 0.69.5 to 0.70.0. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](facebook/react-native@v0.69.5...v0.70.0) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update snapshots Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
1 parent 14a0520 commit 69baf39

File tree

3 files changed

+387
-329
lines changed

3 files changed

+387
-329
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"@callstack/eslint-config": "^12.0.2",
3838
"@testing-library/jest-native": "~4.0.2",
3939
"@types/jest": "^29.0.0",
40-
"@types/react": "^18.0.0",
41-
"@types/react-native": "^0.69.1",
42-
"@types/react-test-renderer": "^18.0.0",
40+
"@types/react": "~18.0.18",
41+
"@types/react-native": "~0.69.8",
42+
"@types/react-test-renderer": "~18.0.0",
4343
"babel-jest": "^29.0.2",
4444
"conventional-changelog-cli": "^2.0.11",
4545
"cp-cli": "^2.0.0",
@@ -49,9 +49,9 @@
4949
"flow-bin": "~0.170.0",
5050
"flow-copy-source": "^2.0.9",
5151
"jest": "^29.0.2",
52-
"react": "^18.0.0",
53-
"react-native": "~0.69.1",
54-
"react-test-renderer": "^18.0.0",
52+
"react": "18.1.0",
53+
"react-native": "0.70.0",
54+
"react-test-renderer": "18.1.0",
5555
"strip-ansi": "^6.0.0",
5656
"typescript": "^4.0.2"
5757
},

src/__tests__/render.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ test('renders options.wrapper around node', () => {
215215
expect(getByTestId('wrapper')).toBeTruthy();
216216
expect(toJSON()).toMatchInlineSnapshot(`
217217
<RCTSafeAreaView
218-
emulateUnlessSupported={true}
219218
testID="wrapper"
220219
>
221220
<View
@@ -242,7 +241,6 @@ test('renders options.wrapper around updated node', () => {
242241
expect(getByTestId('wrapper')).toBeTruthy();
243242
expect(toJSON()).toMatchInlineSnapshot(`
244243
<RCTSafeAreaView
245-
emulateUnlessSupported={true}
246244
testID="wrapper"
247245
>
248246
<View

0 commit comments

Comments
 (0)