Skip to content

Commit

Permalink
bump expensify-common to 2.0.108 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
s77rt authored Dec 5, 2024
1 parent 7806f2d commit 3c17bf4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 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.16.3 or newer and [expensify-common](https://github.com/Expensify/expensify-common) 2.0.106 or newer.
React Native Live Markdown requires [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) 3.16.3 or newer and [expensify-common](https://github.com/Expensify/expensify-common) 2.0.108 or newer.

Then, install the iOS dependencies with CocoaPods:

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "react-native start"
},
"dependencies": {
"expensify-common": "2.0.106",
"expensify-common": "2.0.108",
"react": "18.3.1",
"react-native": "0.75.3",
"react-native-reanimated": "3.16.3"
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tsdoc": "^0.2.17",
"expensify-common": "2.0.106",
"expensify-common": "2.0.108",
"jest": "^29.6.3",
"jest-environment-jsdom": "^29.7.0",
"nodemon": "^3.1.3",
Expand All @@ -100,7 +100,7 @@
"typescript": "~5.3.3"
},
"peerDependencies": {
"expensify-common": ">=2.0.106",
"expensify-common": ">=2.0.108",
"react": "*",
"react-native": "*",
"react-native-reanimated": ">=3.16.3"
Expand Down

0 comments on commit 3c17bf4

Please sign in to comment.