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

chore: bump reanimated in macos example on paper #2398

Merged
merged 1 commit into from
Aug 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
22 changes: 20 additions & 2 deletions paper-macos-example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1053,11 +1053,25 @@ PODS:
- React-jsi (= 0.73.34)
- React-logger (= 0.73.34)
- React-perflogger (= 0.73.34)
- RNReanimated (3.9.0):
- RNReanimated (3.15.0):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 3.15.0)
- RNReanimated/worklets (= 3.15.0)
- RNReanimated/reanimated (3.15.0):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- ReactCommon/turbomodule/core
- RNReanimated/worklets (3.15.0):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- ReactCommon/turbomodule/core
- RNSVG (15.4.0):
- React-Core
- SocketRocket (0.7.0)
- Yoga (1.14.0)

Expand Down Expand Up @@ -1114,6 +1128,7 @@ DEPENDENCIES:
- React-utils (from `../node_modules/react-native-macos/ReactCommon/react/utils`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native-macos/ReactCommon`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNSVG (from `../node_modules/react-native-svg`)
- SocketRocket (from `../node_modules/react-native-macos/third-party-podspecs/SocketRocket.podspec`)
- Yoga (from `../node_modules/react-native-macos/ReactCommon/yoga`)

Expand Down Expand Up @@ -1221,6 +1236,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-macos/ReactCommon"
RNReanimated:
:path: "../node_modules/react-native-reanimated"
RNSVG:
:path: "../node_modules/react-native-svg"
SocketRocket:
:podspec: "../node_modules/react-native-macos/third-party-podspecs/SocketRocket.podspec"
Yoga:
Expand Down Expand Up @@ -1276,7 +1293,8 @@ SPEC CHECKSUMS:
React-runtimescheduler: fffcf95e96cc36a5d4c82f4c0b2c422463e60e9e
React-utils: f0bb613a2b0a7f8011bdafb8ac098e30d4825256
ReactCommon: cd9602a38f340d44b1cca3ad06d6f13106a46dd0
RNReanimated: e4276a6afc57c02056daa5ea1afb41a5ec497d9b
RNReanimated: ba95f6d26ca4b8a8f7f2b15f62a3513750762f6b
RNSVG: cb24fb322de8c1ebf59904e7aca0447bb8dbed5a
SocketRocket: f6c6249082c011e6de2de60ed641ef8bbe0cfac9
Yoga: 35603207c576afc16e93625844f6d469ae6d5f03

Expand Down
2 changes: 1 addition & 1 deletion paper-macos-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-macos": "^0.73.0-0",
"react-native-reanimated": "3.9.0",
"react-native-reanimated": "3.15.0",
"react-native-svg": "link:../"
},
"devDependencies": {
Expand Down
16 changes: 0 additions & 16 deletions paper-macos-example/patches/react-native-reanimated+3.9.0.patch

This file was deleted.

Loading
Loading