Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions apps/basic-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- RNReanimated (4.4.1):
- RNReanimated (4.4.2):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand All @@ -1867,11 +1867,11 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- RNReanimated/apple (= 4.4.1)
- RNReanimated/common (= 4.4.1)
- RNReanimated/apple (= 4.4.2)
- RNReanimated/common (= 4.4.2)
- RNWorklets
- Yoga
- RNReanimated/apple (4.4.1):
- RNReanimated/apple (4.4.2):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand All @@ -1895,7 +1895,7 @@ PODS:
- ReactNativeDependencies
- RNWorklets
- Yoga
- RNReanimated/common (4.4.1):
- RNReanimated/common (4.4.2):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -2307,8 +2307,8 @@ SPEC CHECKSUMS:
ReactCodegen: 21807c5e7d6d0e334667f755e23063834d581e62
ReactCommon: d5c1bb4427bf51c443de5926aac332c89ddd9363
ReactNativeDependencies: fa0a54b3f5319ae0e3b9aff32bfee7a424b88e66
RNGestureHandler: f07cf8b0a45a4eee18163629f78413b0a534aece
RNReanimated: d6e6865fa9d5ce60863a9e244de45de4f9890e46
RNGestureHandler: fe9b35b6e49c42ab354b4bcc57b0a7f58c42b124
RNReanimated: eb5a9abc86e6f1014d152984ac5e8f8f6d9c4235
RNWorklets: 04a35c45bd72d24914cbaf24bdfa4e30e1eab2df
Yoga: fe50ab299e578f397fef753cf309c6703a4db29b

Expand Down
2 changes: 1 addition & 1 deletion apps/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jest": "^29.6.3",
"prettier": "3.3.3",
"react-test-renderer": "19.2.3",
"typescript": "~5.8.3"
"typescript": "~6.0.3"
},
"engines": {
"node": ">=22.11.0"
Expand Down
7 changes: 4 additions & 3 deletions apps/basic-example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"baseUrl": ".",
"paths": {
Comment thread
m-bert marked this conversation as resolved.
"react-native-gesture-handler": [
"../../packages/react-native-gesture-handler/src"
Expand All @@ -17,8 +16,10 @@
"../../packages/react-native-gesture-handler/src/jestUtils/index.ts"
]
},
"types": ["jest","../../packages/react-native-gesture-handler/src/global.d.ts"]

"types": [
"jest",
"../../packages/react-native-gesture-handler/src/global.d.ts"
]
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}
2 changes: 1 addition & 1 deletion apps/common-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jest": "^29.6.3",
"prettier": "3.3.3",
"react-test-renderer": "19.0.0",
"typescript": "~5.8.3"
"typescript": "~6.0.3"
},
"engines": {
"node": ">=18"
Expand Down
1 change: 0 additions & 1 deletion apps/common-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"baseUrl": ".",
"noImplicitOverride": false,
"paths": {
Comment thread
m-bert marked this conversation as resolved.
"@/*": ["./*"],
Expand Down
2 changes: 1 addition & 1 deletion apps/expo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/react": "~19.1.10",
"@types/react-dom": "~19.1.7",
"@types/react-native-web": "^0",
"typescript": "~5.9.2"
"typescript": "~6.0.3"
},
"private": true,
"installConfig": {
Expand Down
14 changes: 7 additions & 7 deletions apps/macos-example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2397,7 +2397,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- RNReanimated (4.3.1):
- RNReanimated (4.3.2):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2424,12 +2424,12 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/apple (= 4.3.1)
- RNReanimated/common (= 4.3.1)
- RNReanimated/apple (= 4.3.2)
- RNReanimated/common (= 4.3.2)
- RNWorklets
- SocketRocket
- Yoga
- RNReanimated/apple (4.3.1):
- RNReanimated/apple (4.3.2):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2459,7 +2459,7 @@ PODS:
- RNWorklets
- SocketRocket
- Yoga
- RNReanimated/common (4.3.1):
- RNReanimated/common (4.3.2):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2953,8 +2953,8 @@ SPEC CHECKSUMS:
ReactCodegen: 71eeba9793ebeafd39bc9695d007b79fd8cad15e
ReactCommon: 9f8189efbc1aa52926df2791a2e47b3340353849
RNCAsyncStorage: 7e57f4fe4332cbf21bf6bdbffaf9fd34c9268abd
RNGestureHandler: b56413eaa25d0177fb810d738f93ed5d725fa0ae
RNReanimated: 475b050772aaddb82af69ddb607ea2fcbca9a233
RNGestureHandler: f45c8f09dea032145723ad35020f4977230e3806
RNReanimated: a178124a481a813ca599f183ece48c373b630f82
RNSVG: 681be694d501c0af971615811d4f2ea9baf58966
RNWorklets: 68ab13976d7eba39fb2f0844994a51380e76046d
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Expand Down
2 changes: 1 addition & 1 deletion apps/macos-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react-test-renderer": "^19.1.0",
"jest": "^29.6.3",
"react-test-renderer": "19.1.4",
"typescript": "~5.8.3"
"typescript": "~6.0.3"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jest": "^29.7.0",
"lint-staged": "^12.3.2",
"prettier": "3.3.3",
"typescript": "~5.8.3"
"typescript": "~6.0.3"
},
"packageManager": "yarn@4.13.0"
}
2 changes: 1 addition & 1 deletion packages/react-native-gesture-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"react-native-reanimated": "~4.4.1",
"react-native-worklets": "0.9.1",
"react-test-renderer": "19.2.3",
"typescript": "~5.8.3"
"typescript": "~6.0.3"
},
"peerDependencies": {
"react": "*",
Expand Down
3 changes: 3 additions & 0 deletions packages/react-native-gesture-handler/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"esModuleInterop": true,
"jsx": "react-native",
"lib": ["esnext", "dom"],
"types": ["jest"],
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
Expand Down
Loading
Loading