Skip to content

Commit

Permalink
chore: update nfc lib to 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedogg13 committed Nov 15, 2022
1 parent 2ecabb0 commit 8938bf0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"android:clean": "cd android && ./gradlew clean",
"android:bundle": "cd android && ./gradlew bundleRelease && cd .. && open android/app/build/outputs/bundle/release",
"android:assemble": "cd android && ./gradlew assembleRelease && cd .. && open android/app/build/outputs/apk/release",
"android:start": "adb shell am start -n com.washow.nfcopenrewriter/.MainActivity",
"sentry:ios": "REV_PLATFORM=ios node ./scripts/sentry.js",
"sentry:android": "REV_PLATFORM=android node ./scripts/sentry.js"
},
Expand All @@ -29,7 +30,7 @@
"react-native": "0.66.0",
"react-native-device-info": "^10.0.2",
"react-native-gesture-handler": "^2.6.0",
"react-native-nfc-manager": "^3.14.0",
"react-native-nfc-manager": "^3.14.1",
"react-native-paper": "^4.12.4",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.17.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6611,10 +6611,10 @@
"resolved" "https://registry.npmjs.org/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz"
"version" "1.3.1"

"react-native-nfc-manager@^3.14.0":
"integrity" "sha512-aQDhryWsHKYmABnkQIfjpqxDQ5kTOlDtxD7ZhvAhK/yUUTCWebKqe++IymB5zTYIDB2k47nD2X6TNHnlcisKqA=="
"resolved" "https://registry.npmjs.org/react-native-nfc-manager/-/react-native-nfc-manager-3.14.0.tgz"
"version" "3.14.0"
"react-native-nfc-manager@^3.14.1":
"integrity" "sha512-K23ixhdrMWE3f67I92V7AM3wDpSmd5K+MioC9hHTfsBbiGi73A6mIFiq6P0EK9a1T9auM9d2LYcsvXwm3fyQeg=="
"resolved" "https://registry.npmjs.org/react-native-nfc-manager/-/react-native-nfc-manager-3.14.1.tgz"
"version" "3.14.1"
dependencies:
"@expo/config-plugins" "^4.0.16"

Expand Down

0 comments on commit 8938bf0

Please sign in to comment.