Skip to content

Commit

Permalink
Merge branch 'thu-info-community:master' into schedule_hide_weekend
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyCloudYang authored Oct 22, 2024
2 parents 20613f5 + 3ba158b commit 0e930f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions apps/thu-info-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ PODS:
- React-Core
- RNPermissions (5.0.1):
- React-Core
- RNReanimated (3.16.0):
- RNReanimated (3.16.1):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1652,10 +1652,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 3.16.0)
- RNReanimated/worklets (= 3.16.0)
- RNReanimated/reanimated (= 3.16.1)
- RNReanimated/worklets (= 3.16.1)
- Yoga
- RNReanimated/reanimated (3.16.0):
- RNReanimated/reanimated (3.16.1):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1675,9 +1675,9 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated/apple (= 3.16.0)
- RNReanimated/reanimated/apple (= 3.16.1)
- Yoga
- RNReanimated/reanimated/apple (3.16.0):
- RNReanimated/reanimated/apple (3.16.1):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1698,7 +1698,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNReanimated/worklets (3.16.0):
- RNReanimated/worklets (3.16.1):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2123,7 +2123,7 @@ SPEC CHECKSUMS:
RNKeychain: 840f8e6f13be0576202aefcdffd26a4f54bfe7b5
RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc
RNPermissions: d32d1095206a90b3ec9c30764df3a0a1e7ed7380
RNReanimated: 04ca88acd6c0a0a32f3fa9c668882e56b70fdc5b
RNReanimated: 0c3c5af3a952042c7647173fe5c3fdcd6496590e
RNScreens: ce8ccfbf3d14f4fc23e205d5e315622d7962af75
RNShare: eaeb5e7dc1618d19db6234da1af91fc60dd6bc0f
RNSnackbar: 37ce6daf19c8bd35cf6133db5797aa298c8782ac
Expand Down
2 changes: 1 addition & 1 deletion apps/thu-info-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-native-permissions": "5.0.1",
"react-native-polyfill-globals": "3.1.0",
"react-native-qrcode-svg": "6.3.12",
"react-native-reanimated": "3.16.0",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "4.11.1",
"react-native-safearea-height": "1.0.7",
"react-native-screens": "3.35.0-rc.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9031,10 +9031,10 @@ [email protected]:
qrcode "^1.5.1"
text-encoding "^0.7.0"

[email protected].0:
version "3.16.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.0.tgz#c1174540158181e022ec076695a0e2f9cf2f8e9a"
integrity sha512-DDyp5/sFeDTsb7lf/iYVwyRmbfzO/+vsUjGV4YHeI9RbelG9GpZRJoxyv5CN0PXsEjQiXk4XJ8rxYDopCg9bsg==
[email protected].1:
version "3.16.1"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.1.tgz#7c3cb256adb8fb436f57911d0e8e7cae68e28a67"
integrity sha512-Wnbo7toHZ6kPLAD8JWKoKCTfNoqYOMW5vUEP76Rr4RBmJCrdXj6oauYP0aZnZq8NCbiP5bwwu7+RECcWtoetnQ==
dependencies:
"@babel/plugin-transform-arrow-functions" "^7.0.0-0"
"@babel/plugin-transform-class-properties" "^7.0.0-0"
Expand Down

0 comments on commit 0e930f8

Please sign in to comment.