From 6524441a461e40448069736ceabce2df42bea4cf Mon Sep 17 00:00:00 2001 From: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:35:20 +0100 Subject: [PATCH 1/2] bump expensify-common to 2.0.108 --- example/package.json | 2 +- package-lock.json | 13 +++++++------ package.json | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/example/package.json b/example/package.json index 268543b5..c75e8e09 100644 --- a/example/package.json +++ b/example/package.json @@ -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" diff --git a/package-lock.json b/package-lock.json index c09c9472..1361db3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,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", @@ -58,7 +58,7 @@ "node": ">= 18.0.0" }, "peerDependencies": { - "expensify-common": ">=2.0.106", + "expensify-common": ">=2.0.108", "react": "*", "react-native": "*", "react-native-reanimated": ">=3.16.3" @@ -68,7 +68,7 @@ "name": "@expensify/react-native-live-markdown-example", "version": "0.0.1", "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" @@ -14461,9 +14461,10 @@ } }, "node_modules/expensify-common": { - "version": "2.0.106", - "resolved": "https://registry.npmjs.org/expensify-common/-/expensify-common-2.0.106.tgz", - "integrity": "sha512-KmxKvglbIUJb0sAcmNxb/AXYAqa3GIZfu3MbmtlYDNJx24mjDjtbGkKhm+16TICDoPj2PDRNogIqgUGWmSSZFQ==", + "version": "2.0.108", + "resolved": "https://registry.npmjs.org/expensify-common/-/expensify-common-2.0.108.tgz", + "integrity": "sha512-q4chHq1dxHJP/5CRTmTiIRrQKZik0Ms2yM6kjCMlCuJT/3aTlFOHCChb24TB/7TgjbSw0utj1cnFhRDfL87RWg==", + "license": "MIT", "dependencies": { "awesome-phonenumber": "^5.4.0", "classnames": "2.5.0", diff --git a/package.json b/package.json index 7ff64407..e9a24882 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" From f7627d59fd90403dcc9e28190011809f303f1e69 Mon Sep 17 00:00:00 2001 From: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:47:01 +0100 Subject: [PATCH 2/2] Update README.md min expensify-common version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5c2c7ef..d8c2dec5 100644 --- a/README.md +++ b/README.md @@ -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: