From 3b09cd715cada4c2b0a6177d0492d8834e07d1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 04:25:55 +0000 Subject: [PATCH 1/2] [skip ci] Bump @heasy/react-native-sunmi-printer from 1.7.0 to 1.8.1 Bumps [@heasy/react-native-sunmi-printer](https://github.com/Surile/react-native-sunmi-printer) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/Surile/react-native-sunmi-printer/releases) - [Commits](https://github.com/Surile/react-native-sunmi-printer/compare/v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: "@heasy/react-native-sunmi-printer" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 59bec04..e1f2204 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@bam.tech/react-native-image-resizer": "^3.0.7", "@baronha/react-native-multiple-image-picker": "^1.1.6", - "@heasy/react-native-sunmi-printer": "^1.7.0", + "@heasy/react-native-sunmi-printer": "^1.8.1", "@react-native-async-storage/async-storage": "^1.19.8", "@react-navigation/native": "^6.1.9", "@react-navigation/native-stack": "^6.9.17", diff --git a/yarn.lock b/yarn.lock index 0916a9d..d52ced8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1574,10 +1574,10 @@ dependencies: "@hapi/hoek" "^9.0.0" -"@heasy/react-native-sunmi-printer@^1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@heasy/react-native-sunmi-printer/-/react-native-sunmi-printer-1.7.0.tgz#fa999cfded2fdc31a222a8304bbbccf3eda43082" - integrity sha512-P7jE5JX4P0T68a+kjJ937QaoJ42bI4vvdX+Wu5Rg32TctLwToJG5ugtP4PBOjM9mwhhSuzsoos/b1wBcw4jInQ== +"@heasy/react-native-sunmi-printer@^1.8.1": + version "1.8.1" + resolved "https://registry.yarnpkg.com/@heasy/react-native-sunmi-printer/-/react-native-sunmi-printer-1.8.1.tgz#681a838906754322adc347ddd331423141958197" + integrity sha512-6sdA7tGsQxU1y0gPOG1Bvi3wdyYjUhoT6naspWg1cX7DS0hhSRO5oGCle1tId2TiEV9DdHTFTHE5R5Fbn7R6sQ== "@humanwhocodes/config-array@^0.11.13": version "0.11.13" From ea7b1195a48bc35d57dc73eb89c404045ca7f578 Mon Sep 17 00:00:00 2001 From: Mitsuharu Emoto Date: Fri, 24 Nov 2023 15:03:03 +0900 Subject: [PATCH 2/2] replace patch file --- ...=> @heasy+react-native-sunmi-printer+1.8.1.patch} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename patches/{@heasy+react-native-sunmi-printer+1.7.0.patch => @heasy+react-native-sunmi-printer+1.8.1.patch} (76%) diff --git a/patches/@heasy+react-native-sunmi-printer+1.7.0.patch b/patches/@heasy+react-native-sunmi-printer+1.8.1.patch similarity index 76% rename from patches/@heasy+react-native-sunmi-printer+1.7.0.patch rename to patches/@heasy+react-native-sunmi-printer+1.8.1.patch index bbeb356..f0ab108 100644 --- a/patches/@heasy+react-native-sunmi-printer+1.7.0.patch +++ b/patches/@heasy+react-native-sunmi-printer+1.8.1.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/@heasy/react-native-sunmi-printer/android/build.gradle b/node_modules/@heasy/react-native-sunmi-printer/android/build.gradle -index 2dee92e..e9e2193 100644 +index f76ee37..ac0b327 100644 --- a/node_modules/@heasy/react-native-sunmi-printer/android/build.gradle +++ b/node_modules/@heasy/react-native-sunmi-printer/android/build.gradle @@ -13,16 +13,16 @@ buildscript { @@ -13,13 +13,13 @@ index 2dee92e..e9e2193 100644 } android { -- compileSdkVersion safeExtGet('SunmiPrinter_compileSdkVersion', 29) -- buildToolsVersion safeExtGet('SunmiPrinter_buildToolsVersion', '29.0.2') +- compileSdkVersion safeExtGet('compileSdkVersion', 29) +- buildToolsVersion safeExtGet('buildToolsVersion', '29.0.2') + compileSdkVersion getExtOrIntegerDefault('compileSdkVersion') + buildToolsVersion getExtOrIntegerDefault('buildToolsVersion') defaultConfig { -- minSdkVersion safeExtGet('SunmiPrinter_minSdkVersion', 19) -- targetSdkVersion safeExtGet('SunmiPrinter_targetSdkVersion', 29) +- minSdkVersion safeExtGet('minSdkVersion', 21) +- targetSdkVersion safeExtGet('targetSdkVersion', 29) + minSdkVersion getExtOrIntegerDefault('minSdkVersion') + targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') versionCode 1 @@ -30,5 +30,5 @@ index 2dee92e..e9e2193 100644 //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" // From node_modules - implementation "com.sunmi:printerlibrary:1.0.13" -+ implementation "com.sunmi:printerlibrary:1.0.20" ++ implementation "com.sunmi:printerlibrary:1.0.22" }