Skip to content

Commit

Permalink
Bump required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Aug 30, 2024
1 parent eed5984 commit 41ef20e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install @expensify/react-native-live-markdown react-native-reanimated expens
npx expo install @expensify/react-native-live-markdown react-native-reanimated expensify-common
```

React Native Live Markdown requires [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) 3.11.0 or newer and [expensify-common](https://github.com/Expensify/expensify-common) 2.0.66 or newer.
React Native Live Markdown requires [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) 3.15.0 or newer and [expensify-common](https://github.com/Expensify/expensify-common) 2.0.76 or newer.

Then, install the iOS dependencies with CocoaPods:

Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1064,19 +1064,19 @@ PODS:
- RCT-Folly (= 2022.05.16.00)
- React-Core
- RNReanimated/worklets
- RNReanimated (3.15.0-nightly-20240804-7df5fd57d):
- RNReanimated (3.15.0):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 3.15.0-nightly-20240804-7df5fd57d)
- RNReanimated/worklets (= 3.15.0-nightly-20240804-7df5fd57d)
- RNReanimated/reanimated (3.15.0-nightly-20240804-7df5fd57d):
- 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-nightly-20240804-7df5fd57d):
- RNReanimated/worklets (3.15.0):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1299,7 +1299,7 @@ SPEC CHECKSUMS:
React-utils: 6e5ad394416482ae21831050928ae27348f83487
ReactCommon: 840a955d37b7f3358554d819446bffcf624b2522
RNLiveMarkdown: c69f957652deeda303840cd1bbe612f203a20a9e
RNReanimated: 1353558d1fba65da0e0d0dde4146d5690f78276f
RNReanimated: 98ed8b33f88a749dc2fd2433a03ca4f4a9d2b690
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 64cd2a583ead952b0315d5135bf39e053ae9be70

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"expensify-common": ">=2.0.76",
"react": "*",
"react-native": "*",
"react-native-reanimated": ">=3.11.0"
"react-native-reanimated": ">=3.15.0"
},
"workspaces": [
"example",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2667,7 +2667,7 @@ __metadata:
expensify-common: ">=2.0.76"
react: "*"
react-native: "*"
react-native-reanimated: ">=3.11.0"
react-native-reanimated: ">=3.15.0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 41ef20e

Please sign in to comment.