Skip to content

Commit 152d061

Browse files
committed
update react-native deps
1 parent 0f5cc2e commit 152d061

File tree

5 files changed

+926
-918
lines changed

5 files changed

+926
-918
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
"@babel/preset-react": "^7.25.9",
7373
"@babel/preset-typescript": "^7.26.0",
7474
"@callstack/eslint-config": "^15.0.0",
75-
"@react-native/babel-preset": "0.79.1",
75+
"@react-native/babel-preset": "0.80.0-rc.2",
7676
"@release-it/conventional-changelog": "^10.0.0",
7777
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
7878
"@types/jest": "^30.0.0",
7979
"@types/node": "^22.13.8",
80-
"@types/react": "^19.0.0",
81-
"@types/react-test-renderer": "^19.0.0",
80+
"@types/react": "^19.1.0",
81+
"@types/react-test-renderer": "^19.1.0",
8282
"babel-jest": "^30.0.2",
8383
"babel-plugin-module-resolver": "^5.0.2",
8484
"del-cli": "^6.0.0",
@@ -87,10 +87,10 @@
8787
"flow-bin": "~0.170.0",
8888
"jest": "^30.0.2",
8989
"prettier": "^2.8.8",
90-
"react": "19.0.0",
91-
"react-native": "0.79.1",
92-
"react-native-gesture-handler": "^2.26.0",
93-
"react-test-renderer": "19.0.0",
90+
"react": "19.1.0",
91+
"react-native": "0.80.1",
92+
"react-native-gesture-handler": "^2.27.1",
93+
"react-test-renderer": "19.1.0",
9494
"release-it": "^18.0.0",
9595
"typescript": "^5.6.3",
9696
"typescript-eslint": "^8.19.1"

src/__tests__/react-native-api.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,7 @@ test('React Native API assumption: <Modal> renders a single host element', () =>
223223

224224
expect(screen.toJSON()).toMatchInlineSnapshot(`
225225
<Modal
226-
hardwareAccelerated={false}
227226
testID="test"
228-
visible={true}
229227
>
230228
<Text>
231229
Modal Content

src/user-event/__tests__/__snapshots__/clear.test.tsx.snap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`clear() supports basic case: value: "Hello! 1`] = `
44
[
@@ -274,8 +274,7 @@ exports[`clear() supports defaultValue prop: defaultValue: "Hello Default!" 1`]
274274
]
275275
`;
276276

277-
exports[`clear() supports multiline: value: "Hello World!
278-
How are you?" multiline: true, 1`] = `
277+
exports[`clear() supports multiline: value: "Hello World!\\nHow are you?" multiline: true, 1`] = `
279278
[
280279
{
281280
"name": "focus",

src/user-event/__tests__/__snapshots__/paste.test.tsx.snap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`paste() paste on empty text input 1`] = `
44
[
@@ -360,8 +360,7 @@ exports[`paste() supports defaultValue prop: defaultValue: "Hello Default!" 1`]
360360
]
361361
`;
362362

363-
exports[`paste() supports multiline: value: "Hello World!
364-
How are you?" multiline: true, 1`] = `
363+
exports[`paste() supports multiline: value: "Hello World!\\nHow are you?" multiline: true, 1`] = `
365364
[
366365
{
367366
"name": "focus",

0 commit comments

Comments
 (0)