File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed
packages/middleware-sdk-transcribe-streaming Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 25
25
"@aws-sdk/signature-v4" : " 3.10.0" ,
26
26
"@aws-sdk/types" : " 3.10.0" ,
27
27
"@aws-sdk/util-format-url" : " 3.10.0" ,
28
- "react-native-get-random-values" : " ^1.4.0" ,
29
28
"tslib" : " ^1.8.0" ,
30
29
"uuid" : " ^3.0.0"
31
30
},
36
35
"mock-socket" : " ^9.0.3" ,
37
36
"typescript" : " ~4.1.2"
38
37
},
38
+ "peerDependencies" : {
39
+ "react-native-get-random-values" : " ^1.6.0"
40
+ },
41
+ "peerDependenciesMeta" : {
42
+ "react-native-get-random-values" : {
43
+ "optional" : true
44
+ }
45
+ },
39
46
"engines" : {
40
47
"node" : " >= 10.0.0"
41
48
},
Original file line number Diff line number Diff line change @@ -4918,11 +4918,6 @@ extsprintf@^1.2.0:
4918
4918
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
4919
4919
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
4920
4920
4921
- fast-base64-decode@^1.0.0:
4922
- version "1.0.0"
4923
- resolved "https://registry.yarnpkg.com/fast-base64-decode/-/fast-base64-decode-1.0.0.tgz#b434a0dd7d92b12b43f26819300d2dafb83ee418"
4924
- integrity sha512-qwaScUgUGBYeDNRnbc/KyllVU88Jk1pRHPStuF/lO7B0/RTRLj7U0lkdTAutlBblY08rwZDff6tNU9cjv6j//Q==
4925
-
4926
4921
fast-deep-equal@^3.1.1:
4927
4922
version "3.1.3"
4928
4923
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
@@ -9491,13 +9486,6 @@ react-is@^17.0.1:
9491
9486
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
9492
9487
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
9493
9488
9494
- react-native-get-random-values@^1.4.0:
9495
- version "1.6.0"
9496
- resolved "https://registry.yarnpkg.com/react-native-get-random-values/-/react-native-get-random-values-1.6.0.tgz#9035636b2dc2a6d574f2803205381fe1a7b5c864"
9497
- integrity sha512-sPTRTJk4bpuZeTBf6d7DldQGAOCi0GZh5NxzNI3eHXzxwHbNkV13Q22TehiSb3bsaVqwLC4UAa6QvYIucyyc+A==
9498
- dependencies:
9499
- fast-base64-decode "^1.0.0"
9500
-
9501
9489
read-cmd-shim@^1.0.1:
9502
9490
version "1.0.5"
9503
9491
resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-1.0.5.tgz#87e43eba50098ba5a32d0ceb583ab8e43b961c16"
You can’t perform that action at this time.
0 commit comments