Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ci #5

Merged
merged 1 commit into from
Nov 6, 2024
Merged
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DerivedData
project.xcworkspace
cpp/basisu
example/ios/.xcode.env
example/ios/*/content.xcworkspacedata
example/ios/*.xcworkspace

# Android/IJ
#
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- ReactTestApp-DevSupport (3.10.14):
- ReactTestApp-DevSupport (3.10.20):
- React-Core
- React-jsi
- ReactTestApp-Resources (1.0.0-dev)
Expand Down Expand Up @@ -1874,7 +1874,7 @@ SPEC CHECKSUMS:
ReactCodegen: 4bcb34e6b5ebf6eef5cee34f55aa39991ea1c1f1
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
ReactNativeHost: a27bb5af1c4d73dd3e80cc7ce295407f414e0e8c
ReactTestApp-DevSupport: ed439cce949caf074af3ae05051b4bd157ed4019
ReactTestApp-DevSupport: 6b239bcc187a8f8bfb356be42a89c8946fba7518
ReactTestApp-Resources: 7db90c026cccdf40cfa495705ad436ccc4d64154
Resources: c7ed6b988f4b000c41b17a15017dd7f49766fd52
RNCPicker: 6ad936eee086dbe2aeb658994021770b46897d62
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@react-native/typescript-config": "0.75.4",
"@rnx-kit/metro-config": "^2.0.0",
"react-native-builder-bob": "^0.30.2",
"react-native-test-app": "^3.10.14"
"react-native-test-app": "^3.10.20"
},
"engines": {
"node": ">=18"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10865,7 +10865,7 @@ __metadata:
react-native: 0.75.4
react-native-blob-util: ^0.19.11
react-native-builder-bob: ^0.30.2
react-native-test-app: ^3.10.14
react-native-test-app: ^3.10.20
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10914,9 +10914,9 @@ __metadata:
languageName: node
linkType: hard

"react-native-test-app@npm:^3.10.14":
version: 3.10.14
resolution: "react-native-test-app@npm:3.10.14"
"react-native-test-app@npm:^3.10.20":
version: 3.10.20
resolution: "react-native-test-app@npm:3.10.20"
dependencies:
"@rnx-kit/react-native-host": ^0.5.0
ajv: ^8.0.0
Expand All @@ -10926,12 +10926,12 @@ __metadata:
semver: ^7.3.5
uuid: ^10.0.0
peerDependencies:
"@callstack/react-native-visionos": 0.73 - 0.75
"@callstack/react-native-visionos": 0.73 - 0.76
"@expo/config-plugins": ">=5.0"
react: 17.0.1 - 19.0
react-native: 0.66 - 0.75 || >=0.76.0-0 <0.76.0
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.75
react-native-windows: ^0.0.0-0 || 0.66 - 0.75
react-native: 0.66 - 0.76 || >=0.77.0-0 <0.77.0
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.76
react-native-windows: ^0.0.0-0 || 0.66 - 0.76
peerDependenciesMeta:
"@callstack/react-native-visionos":
optional: true
Expand All @@ -10946,7 +10946,7 @@ __metadata:
init: scripts/init.mjs
init-test-app: scripts/init.mjs
install-windows-test-app: windows/test-app.mjs
checksum: 9d602886140349b81bbd11a520bd8531790516228e3d07985175a96570ccca21f49a691c759a43c09a5cdb0a07721ed19cef89b2e0192f03d311674af711d4c0
checksum: 807eaf5796059d7acf7420d0da9fe018eacea1d9ee43aabf248f7747c66da1364130e7a54e41bc9e9922f44751350103ab249123e3f9b2692c05e34d1af26371
languageName: node
linkType: hard

Expand Down
Loading