Skip to content

Commit 44bcee1

Browse files
committed
fix ci
1 parent a0d94be commit 44bcee1

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"prettier": "^3.6.2",
9191
"react": "19.2.0",
9292
"react-native": "0.83.1",
93-
"react-native-gesture-handler": "^2.29.1",
93+
"react-native-gesture-handler": "^2.30.0",
9494
"release-it": "^19.0.6",
9595
"test-renderer": "0.14.0",
9696
"typescript": "^5.9.3",

src/helpers/accessibility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getContainerElement, getHostSiblings, isHostElement } from './component
66
import { findAll } from './find-all';
77
import { isHostImage, isHostSwitch, isHostText, isHostTextInput } from './host-component-names';
88
import { getTextContent } from './text-content';
9-
import { getTextInputValue, isEditableTextInput } from './text-input';
9+
import { isEditableTextInput } from './text-input';
1010

1111
type IsInaccessibleOptions = {
1212
cache?: WeakMap<HostElement, boolean>;

src/queries/role.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { matchAccessibilityValue } from '../helpers/matchers/match-accessibility
1717
import { matchStringProp } from '../helpers/matchers/match-string-prop';
1818
import { matches, type TextMatch } from '../matches';
1919
import type { StringWithAutocomplete } from '../types';
20-
import { getQueriesForElement } from '../within';
2120
import type {
2221
FindAllByQuery,
2322
FindByQuery,

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3019,7 +3019,7 @@ __metadata:
30193019
pretty-format: "npm:^30.2.0"
30203020
react: "npm:19.2.0"
30213021
react-native: "npm:0.83.1"
3022-
react-native-gesture-handler: "npm:^2.29.1"
3022+
react-native-gesture-handler: "npm:^2.30.0"
30233023
redent: "npm:^3.0.0"
30243024
release-it: "npm:^19.0.6"
30253025
test-renderer: "npm:0.14.0"
@@ -9290,7 +9290,7 @@ __metadata:
92909290
languageName: node
92919291
linkType: hard
92929292

9293-
"react-native-gesture-handler@npm:^2.29.1":
9293+
"react-native-gesture-handler@npm:^2.30.0":
92949294
version: 2.30.0
92959295
resolution: "react-native-gesture-handler@npm:2.30.0"
92969296
dependencies:

0 commit comments

Comments
 (0)