Skip to content

Commit adc7ef9

Browse files
committed
fix ci
1 parent 42466d4 commit adc7ef9

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.3",
9292
"react-native": "0.84.0",
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
@@ -3008,7 +3008,7 @@ __metadata:
30083008
pretty-format: "npm:^30.2.0"
30093009
react: "npm:19.2.3"
30103010
react-native: "npm:0.84.0"
3011-
react-native-gesture-handler: "npm:^2.29.1"
3011+
react-native-gesture-handler: "npm:^2.30.0"
30123012
redent: "npm:^3.0.0"
30133013
release-it: "npm:^19.0.6"
30143014
test-renderer: "npm:0.14.0"
@@ -9291,7 +9291,7 @@ __metadata:
92919291
languageName: node
92929292
linkType: hard
92939293

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

0 commit comments

Comments
 (0)