Skip to content

Commit a5626f8

Browse files
committed
chore: update deps
1 parent 96bf491 commit a5626f8

3 files changed

Lines changed: 36 additions & 51 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"react": "19.2.3",
1515
"react-native": "0.85.2",
16-
"react-native-gesture-handler": "^2.31.1"
16+
"react-native-gesture-handler": "^2.31.2"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.29.0",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"del-cli": "^7.0.0",
9696
"eslint": "^9.39.4",
9797
"eslint-config-prettier": "^10.1.8",
98-
"eslint-plugin-ft-flow": "^3.0.11",
9998
"eslint-plugin-prettier": "^5.5.5",
10099
"execa": "^9.6.1",
101100
"jest": "^30.3.0",
@@ -104,7 +103,7 @@
104103
"react": "19.2.3",
105104
"react-native": "0.85.2",
106105
"react-native-builder-bob": "^0.41.0",
107-
"turbo": "^2.9.7",
106+
"turbo": "^2.9.9",
108107
"typescript": "^6.0.3"
109108
},
110109
"peerDependencies": {

yarn.lock

Lines changed: 34 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,7 +2956,6 @@ __metadata:
29562956
del-cli: "npm:^7.0.0"
29572957
eslint: "npm:^9.39.4"
29582958
eslint-config-prettier: "npm:^10.1.8"
2959-
eslint-plugin-ft-flow: "npm:^3.0.11"
29602959
eslint-plugin-prettier: "npm:^5.5.5"
29612960
execa: "npm:^9.6.1"
29622961
jest: "npm:^30.3.0"
@@ -2966,7 +2965,7 @@ __metadata:
29662965
react-native: "npm:0.85.2"
29672966
react-native-builder-bob: "npm:^0.41.0"
29682967
sf-symbols-typescript: "npm:^2.2.0"
2969-
turbo: "npm:^2.9.7"
2968+
turbo: "npm:^2.9.9"
29702969
typescript: "npm:^6.0.3"
29712970
peerDependencies:
29722971
react: ">=19.0.0"
@@ -3045,44 +3044,44 @@ __metadata:
30453044
languageName: node
30463045
linkType: hard
30473046

3048-
"@turbo/darwin-64@npm:2.9.7":
3049-
version: 2.9.7
3050-
resolution: "@turbo/darwin-64@npm:2.9.7"
3047+
"@turbo/darwin-64@npm:2.9.9":
3048+
version: 2.9.9
3049+
resolution: "@turbo/darwin-64@npm:2.9.9"
30513050
conditions: os=darwin & cpu=x64
30523051
languageName: node
30533052
linkType: hard
30543053

3055-
"@turbo/darwin-arm64@npm:2.9.7":
3056-
version: 2.9.7
3057-
resolution: "@turbo/darwin-arm64@npm:2.9.7"
3054+
"@turbo/darwin-arm64@npm:2.9.9":
3055+
version: 2.9.9
3056+
resolution: "@turbo/darwin-arm64@npm:2.9.9"
30583057
conditions: os=darwin & cpu=arm64
30593058
languageName: node
30603059
linkType: hard
30613060

3062-
"@turbo/linux-64@npm:2.9.7":
3063-
version: 2.9.7
3064-
resolution: "@turbo/linux-64@npm:2.9.7"
3061+
"@turbo/linux-64@npm:2.9.9":
3062+
version: 2.9.9
3063+
resolution: "@turbo/linux-64@npm:2.9.9"
30653064
conditions: os=linux & cpu=x64
30663065
languageName: node
30673066
linkType: hard
30683067

3069-
"@turbo/linux-arm64@npm:2.9.7":
3070-
version: 2.9.7
3071-
resolution: "@turbo/linux-arm64@npm:2.9.7"
3068+
"@turbo/linux-arm64@npm:2.9.9":
3069+
version: 2.9.9
3070+
resolution: "@turbo/linux-arm64@npm:2.9.9"
30723071
conditions: os=linux & cpu=arm64
30733072
languageName: node
30743073
linkType: hard
30753074

3076-
"@turbo/windows-64@npm:2.9.7":
3077-
version: 2.9.7
3078-
resolution: "@turbo/windows-64@npm:2.9.7"
3075+
"@turbo/windows-64@npm:2.9.9":
3076+
version: 2.9.9
3077+
resolution: "@turbo/windows-64@npm:2.9.9"
30793078
conditions: os=win32 & cpu=x64
30803079
languageName: node
30813080
linkType: hard
30823081

3083-
"@turbo/windows-arm64@npm:2.9.7":
3084-
version: 2.9.7
3085-
resolution: "@turbo/windows-arm64@npm:2.9.7"
3082+
"@turbo/windows-arm64@npm:2.9.9":
3083+
version: 2.9.9
3084+
resolution: "@turbo/windows-arm64@npm:2.9.9"
30863085
conditions: os=win32 & cpu=arm64
30873086
languageName: node
30883087
linkType: hard
@@ -5248,19 +5247,6 @@ __metadata:
52485247
languageName: node
52495248
linkType: hard
52505249

5251-
"eslint-plugin-ft-flow@npm:^3.0.11":
5252-
version: 3.0.11
5253-
resolution: "eslint-plugin-ft-flow@npm:3.0.11"
5254-
dependencies:
5255-
lodash: "npm:^4.17.21"
5256-
string-natural-compare: "npm:^3.0.1"
5257-
peerDependencies:
5258-
eslint: ^8.56.0 || ^9.0.0
5259-
hermes-eslint: ">=0.15.0"
5260-
checksum: 10c0/025b3736d99d2831c6d493421fbfa880b0aeef9752d3b677972c7100e5ba424368525bc15b34604f02d18807bfa7b1bcaa2c3f37552381f2ce45283faa5989d5
5261-
languageName: node
5262-
linkType: hard
5263-
52645250
"eslint-plugin-jest@npm:^29.0.1":
52655251
version: 29.15.2
52665252
resolution: "eslint-plugin-jest@npm:29.15.2"
@@ -9166,14 +9152,14 @@ __metadata:
91669152
react: "npm:19.2.3"
91679153
react-native: "npm:0.85.2"
91689154
react-native-builder-bob: "npm:^0.41.0"
9169-
react-native-gesture-handler: "npm:^2.31.1"
9155+
react-native-gesture-handler: "npm:^2.31.2"
91709156
react-native-monorepo-config: "npm:^0.3.3"
91719157
languageName: unknown
91729158
linkType: soft
91739159

9174-
"react-native-gesture-handler@npm:^2.31.1":
9175-
version: 2.31.1
9176-
resolution: "react-native-gesture-handler@npm:2.31.1"
9160+
"react-native-gesture-handler@npm:^2.31.2":
9161+
version: 2.31.2
9162+
resolution: "react-native-gesture-handler@npm:2.31.2"
91779163
dependencies:
91789164
"@egjs/hammerjs": "npm:^2.0.17"
91799165
"@types/react-test-renderer": "npm:^19.1.0"
@@ -9182,7 +9168,7 @@ __metadata:
91829168
peerDependencies:
91839169
react: "*"
91849170
react-native: "*"
9185-
checksum: 10c0/c73621a588ba12cf339c27c5185b3ade250a1bcaf1762d52ecafc09c4883b7ddf2b1956ad427740050af253ee9bb3e201493f391067ef99c084891cbef6dbcc9
9171+
checksum: 10c0/a312bb684b5de5376078e407a08a17fddef51a11ea09dd12236b3a971b18a68496f3d8c13391cdfefcc5af776fd90936066aaf20a7cfe2849d8c47c223643dd2
91869172
languageName: node
91879173
linkType: hard
91889174

@@ -10197,16 +10183,16 @@ __metadata:
1019710183
languageName: node
1019810184
linkType: hard
1019910185

10200-
"turbo@npm:^2.9.7":
10201-
version: 2.9.7
10202-
resolution: "turbo@npm:2.9.7"
10186+
"turbo@npm:^2.9.9":
10187+
version: 2.9.9
10188+
resolution: "turbo@npm:2.9.9"
1020310189
dependencies:
10204-
"@turbo/darwin-64": "npm:2.9.7"
10205-
"@turbo/darwin-arm64": "npm:2.9.7"
10206-
"@turbo/linux-64": "npm:2.9.7"
10207-
"@turbo/linux-arm64": "npm:2.9.7"
10208-
"@turbo/windows-64": "npm:2.9.7"
10209-
"@turbo/windows-arm64": "npm:2.9.7"
10190+
"@turbo/darwin-64": "npm:2.9.9"
10191+
"@turbo/darwin-arm64": "npm:2.9.9"
10192+
"@turbo/linux-64": "npm:2.9.9"
10193+
"@turbo/linux-arm64": "npm:2.9.9"
10194+
"@turbo/windows-64": "npm:2.9.9"
10195+
"@turbo/windows-arm64": "npm:2.9.9"
1021010196
dependenciesMeta:
1021110197
"@turbo/darwin-64":
1021210198
optional: true
@@ -10222,7 +10208,7 @@ __metadata:
1022210208
optional: true
1022310209
bin:
1022410210
turbo: bin/turbo
10225-
checksum: 10c0/5fa010810ce251279dac83db02e60ebd8014cf8e74e69a6c09751ae28aef0fdb95aa09b059ce8c987a1746dd5b04bb3002bd7fdcb6d0016d8690f079fec43921
10211+
checksum: 10c0/8c6717c9b264b2cfdb06b2cc2bf30554c82a9ff421270b277ec4922cb4542f2b88e11180ea93e587c8e1f06bc277b88125abd561c6e6922e79044144f9bf676f
1022610212
languageName: node
1022710213
linkType: hard
1022810214

0 commit comments

Comments
 (0)