Skip to content

Commit 5ed5f9a

Browse files
authored
Merge pull request infinitered#779 from infinitered/build-2.1.0-app
📌 updates reactotron-app lock file
2 parents 118b6d1 + 5954b50 commit 5ed5f9a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

packages/reactotron-app/yarn.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ async-each@^1.0.0:
338338
version "1.0.1"
339339
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
340340

341+
async-limiter@~1.0.0:
342+
version "1.0.0"
343+
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
344+
341345
async@^2.1.2, async@^2.4.1:
342346
version "2.6.0"
343347
resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4"
@@ -3729,6 +3733,10 @@ minizlib@^1.1.0:
37293733
dependencies:
37303734
minipass "^2.2.1"
37313735

3736+
mitt@^1.1.2:
3737+
version "1.1.3"
3738+
resolved "https://registry.yarnpkg.com/mitt/-/mitt-1.1.3.tgz#528c506238a05dce11cd914a741ea2cc332da9b8"
3739+
37323740
mixin-deep@^1.2.0:
37333741
version "1.3.1"
37343742
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
@@ -4784,6 +4792,14 @@ react@^16.3.2:
47844792
object-assign "^4.1.1"
47854793
prop-types "^15.6.0"
47864794

4795+
reactotron-core-server@^2.0.0:
4796+
version "2.1.0"
4797+
resolved "https://registry.yarnpkg.com/reactotron-core-server/-/reactotron-core-server-2.1.0.tgz#67f5225b9c2f193a815d1fa25b1212a71b24a8b9"
4798+
dependencies:
4799+
mitt "^1.1.2"
4800+
ramda "^0.25.0"
4801+
ws "^3.2.0"
4802+
47874803
read-pkg-up@^1.0.1:
47884804
version "1.0.1"
47894805
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
@@ -5740,6 +5756,10 @@ uglifyjs-webpack-plugin@^0.4.6:
57405756
uglify-js "^2.8.29"
57415757
webpack-sources "^1.0.1"
57425758

5759+
ultron@~1.1.0:
5760+
version "1.1.1"
5761+
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c"
5762+
57435763
union-value@^1.0.0:
57445764
version "1.0.0"
57455765
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"
@@ -5978,6 +5998,14 @@ wrappy@1:
59785998
version "1.0.2"
59795999
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
59806000

6001+
ws@^3.2.0:
6002+
version "3.3.3"
6003+
resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
6004+
dependencies:
6005+
async-limiter "~1.0.0"
6006+
safe-buffer "~5.1.0"
6007+
ultron "~1.1.0"
6008+
59816009
59826010
version "8.2.2"
59836011
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-8.2.2.tgz#69248673410b4ba42e1a6136551d2922335aa773"

0 commit comments

Comments
 (0)