File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 16
16
"devDependencies" : {
17
17
"babel-loader" : " 8.0.6" ,
18
18
"babel-plugin-transform-runtime" : " 6.23.0" ,
19
- "metro-react-native-babel-preset" : " 0.55.0"
19
+ "metro-react-native-babel-preset" : " 0.55.0" ,
20
+ "ws" : " >=3.3.1"
20
21
}
21
22
}
Original file line number Diff line number Diff line change @@ -1035,6 +1035,11 @@ astral-regex@^1.0.0:
1035
1035
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
1036
1036
integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
1037
1037
1038
+ async-limiter@^1.0.0 :
1039
+ version "1.0.1"
1040
+ resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
1041
+ integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
1042
+
1038
1043
async-limiter@~1.0.0 :
1039
1044
version "1.0.0"
1040
1045
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
@@ -4661,6 +4666,13 @@ write-file-atomic@^1.2.0:
4661
4666
imurmurhash "^0.1.4"
4662
4667
slide "^1.1.5"
4663
4668
4669
+ ws@>=3.3.1 :
4670
+ version "7.1.2"
4671
+ resolved "https://registry.yarnpkg.com/ws/-/ws-7.1.2.tgz#c672d1629de8bb27a9699eb599be47aeeedd8f73"
4672
+ integrity sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==
4673
+ dependencies :
4674
+ async-limiter "^1.0.0"
4675
+
4664
4676
ws@^1.1.0, ws@^1.1.5 :
4665
4677
version "1.1.5"
4666
4678
resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51"
You can’t perform that action at this time.
0 commit comments