Skip to content

Commit 13b57e6

Browse files
committed
chore: update minimum audio-recorder module version
1 parent f4ce3c8 commit 13b57e6

File tree

4 files changed

+7
-57
lines changed

4 files changed

+7
-57
lines changed

packages/uikit-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"js-convert-case": "^4.2.0",
9191
"react": "17.0.2",
9292
"react-native": "0.67.5",
93-
"react-native-audio-recorder-player": "^3.5.4",
93+
"react-native-audio-recorder-player": "^3.6.0",
9494
"react-native-builder-bob": "^0.18.0",
9595
"react-native-create-thumbnail": "^1.5.1",
9696
"react-native-document-picker": "^8.0.0",
@@ -120,7 +120,7 @@
120120
"expo-video-thumbnails": ">=6.4.0",
121121
"react": ">=17.0.2",
122122
"react-native": ">=0.65.0",
123-
"react-native-audio-recorder-player": ">=3.5.4",
123+
"react-native-audio-recorder-player": ">=3.6.0",
124124
"react-native-create-thumbnail": ">=1.5.1",
125125
"react-native-document-picker": ">=8.0.0",
126126
"react-native-file-access": ">=2.4.3",

patches/react-native-audio-recorder-player+3.5.4.patch

Lines changed: 0 additions & 49 deletions
This file was deleted.

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"fbjs": "^3.0.4",
4141
"react": "17.0.2",
4242
"react-native": "0.67.5",
43-
"react-native-audio-recorder-player": "^3.5.4",
43+
"react-native-audio-recorder-player": "^3.6.0",
4444
"react-native-create-thumbnail": "^1.5.1",
4545
"react-native-document-picker": "^8.0.0",
4646
"react-native-fast-image": "^8.5.11",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12938,13 +12938,12 @@ react-is@^17.0.1, react-is@^17.0.2:
1293812938
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
1293912939
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
1294012940

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

1294912948
react-native-builder-bob@^0.18.0, react-native-builder-bob@^0.18.2:
1295012949
version "0.18.3"

0 commit comments

Comments
 (0)