Skip to content

Commit

Permalink
chore: update minimum audio-recorder module version
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Oct 4, 2023
1 parent 787a970 commit 3c3f215
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 57 deletions.
4 changes: 2 additions & 2 deletions packages/uikit-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"js-convert-case": "^4.2.0",
"react": "17.0.2",
"react-native": "0.67.5",
"react-native-audio-recorder-player": "^3.5.4",
"react-native-audio-recorder-player": "^3.6.0",
"react-native-builder-bob": "^0.18.0",
"react-native-create-thumbnail": "^1.5.1",
"react-native-document-picker": "^8.0.0",
Expand Down Expand Up @@ -120,7 +120,7 @@
"expo-video-thumbnails": ">=6.4.0",
"react": ">=17.0.2",
"react-native": ">=0.65.0",
"react-native-audio-recorder-player": ">=3.5.4",
"react-native-audio-recorder-player": ">=3.6.0",
"react-native-create-thumbnail": ">=1.5.1",
"react-native-document-picker": ">=8.0.0",
"react-native-file-access": ">=2.4.3",
Expand Down
49 changes: 0 additions & 49 deletions patches/react-native-audio-recorder-player+3.5.4.patch

This file was deleted.

2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fbjs": "^3.0.4",
"react": "17.0.2",
"react-native": "0.67.5",
"react-native-audio-recorder-player": "^3.5.4",
"react-native-audio-recorder-player": "^3.6.0",
"react-native-create-thumbnail": "^1.5.1",
"react-native-document-picker": "^8.0.0",
"react-native-fast-image": "^8.5.11",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12732,13 +12732,12 @@ react-is@^17.0.1, react-is@^17.0.2:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-native-audio-recorder-player@^3.5.1, react-native-audio-recorder-player@^3.5.4:
version "3.5.4"
resolved "https://registry.yarnpkg.com/react-native-audio-recorder-player/-/react-native-audio-recorder-player-3.5.4.tgz#b40383a330c203accecd357069c5fc1ee36a1286"
integrity sha512-aYGUTcswbIkvA729xysW19Onnd6DlNEnR+34m3F/8LpiQg+LfaPiP0aWRhS+7hmm5r19Sb5LEM+Ik3baoc6STA==
react-native-audio-recorder-player@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/react-native-audio-recorder-player/-/react-native-audio-recorder-player-3.6.0.tgz#3e64113197c6e0e988338ac31b3edf058521a928"
integrity sha512-eSg9kqihUACXWaqiUUxrjKfgkppmi49PAvl7GEq2hPogwuDAs/eeimT9mPYFKpp5UHCxDIdmMcG7pcMGRynz5w==
dependencies:
dooboolab-welcome "^1.3.2"
react-native-audio-recorder-player "^3.5.1"

react-native-builder-bob@^0.18.0, react-native-builder-bob@^0.18.2:
version "0.18.3"
Expand Down

0 comments on commit 3c3f215

Please sign in to comment.