Skip to content

Commit

Permalink
Merge pull request #149 from mitsuharu/dependabot/npm_and_yarn/develo…
Browse files Browse the repository at this point in the history
…p/heasy/react-native-sunmi-printer-1.8.1

[skip ci] Bump @heasy/react-native-sunmi-printer from 1.7.0 to 1.8.1
  • Loading branch information
mitsuharu authored Nov 24, 2023
2 parents de0f2d9 + ea7b119 commit 5e1f81d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -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
Expand All @@ -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"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1422,10 +1422,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"
Expand Down

0 comments on commit 5e1f81d

Please sign in to comment.