Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 79 additions & 47 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1203,9 +1203,9 @@ bluebird@^3.3.0, bluebird@^3.4.7:
version "3.5.1"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"

bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
version "4.11.8"
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.11.9:
version "4.12.0"
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"

body-parser@1.18.2:
version "1.18.2"
Expand Down Expand Up @@ -1289,7 +1289,7 @@ braces@^2.3.0, braces@^2.3.1:
split-string "^3.0.2"
to-regex "^3.0.1"

brorand@^1.0.1:
brorand@^1.0.1, brorand@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"

Expand Down Expand Up @@ -1983,8 +1983,7 @@ create-react-class@^15.5.1, create-react-class@^15.5.2:
object-assign "^4.1.1"

"create-subscription@link:./react-build/create-subscription":
version "0.0.0"
uid ""
version "16.9.0"

cross-spawn@^3.0.0:
version "3.0.1"
Expand Down Expand Up @@ -2451,16 +2450,16 @@ electron-to-chromium@^1.2.7:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.58.tgz#8267a4000014e93986d9d18c65a8b4022ca75188"

elliptic@^6.0.0:
version "6.4.1"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"
version "6.5.4"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
dependencies:
bn.js "^4.4.0"
brorand "^1.0.1"
bn.js "^4.11.9"
brorand "^1.1.0"
hash.js "^1.0.0"
hmac-drbg "^1.0.0"
inherits "^2.0.1"
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.0"
hmac-drbg "^1.0.1"
inherits "^2.0.4"
minimalistic-assert "^1.0.1"
minimalistic-crypto-utils "^1.0.1"

emojis-list@^2.0.0:
version "2.1.0"
Expand Down Expand Up @@ -2811,7 +2810,7 @@ event-emitter@~0.3.5:

event-stream@~3.3.0:
version "3.3.4"
resolved "http://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571"
resolved "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571"
dependencies:
duplexer "~0.1.1"
from "~0"
Expand Down Expand Up @@ -3564,8 +3563,8 @@ hash-base@^3.0.0:
safe-buffer "^5.0.1"

hash.js@^1.0.0, hash.js@^1.0.3:
version "1.1.5"
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.5.tgz#e38ab4b85dfb1e0c40fe9265c0e9b54854c23812"
version "1.1.7"
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
dependencies:
inherits "^2.0.3"
minimalistic-assert "^1.0.1"
Expand Down Expand Up @@ -3594,7 +3593,7 @@ history@^3.0.0:
query-string "^4.2.2"
warning "^3.0.0"

hmac-drbg@^1.0.0:
hmac-drbg@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
dependencies:
Expand Down Expand Up @@ -3808,14 +3807,18 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"

inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
version "2.0.4"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"

inherits@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"

inherits@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"

ini@^1.3.4, ini@~1.3.0:
version "1.3.5"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
Expand All @@ -3839,8 +3842,7 @@ inquirer@^0.12.0:
through "^2.3.6"

"interaction-tracking@link:./react-build/interaction-tracking":
version "0.0.0"
uid ""
version "0.0.1"

interpret@^1.0.0:
version "1.1.0"
Expand Down Expand Up @@ -5197,7 +5199,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"

minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
minimalistic-crypto-utils@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"

Expand Down Expand Up @@ -5638,7 +5640,7 @@ once@1.x, once@^1.3.0, once@^1.4.0:

onetime@^1.0.0:
version "1.1.0"
resolved "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"
resolved "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"

optimist@^0.6.1:
version "0.6.1"
Expand Down Expand Up @@ -6457,8 +6459,12 @@ react-addons-test-utils@^15.0.0:
resolved "https://registry.yarnpkg.com/react-addons-test-utils/-/react-addons-test-utils-15.6.2.tgz#c12b6efdc2247c10da7b8770d185080a7b047156"

"react-dom@link:./react-build/react-dom":
version "0.0.0"
uid ""
version "16.9.0"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.15.0"

react-element-to-jsx-string@^5.0.0:
version "5.0.7"
Expand All @@ -6471,17 +6477,21 @@ react-element-to-jsx-string@^5.0.0:
stringify-object "2.4.0"
traverse "^0.6.6"

react-is@^16.5.1:
version "16.5.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.5.1.tgz#c6e8734fd548a22e1cef4fd0833afbeb433b85ee"
react-is@^16.8.6:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"

"react-is@link:./react-build/react-is":
version "0.0.0"
uid ""
version "16.9.0"

"react-noop-renderer@link:./react-build/react-noop-renderer":
version "0.0.0"
uid ""
version "16.0.0"
dependencies:
object-assign "^4.1.1"
prop-types "^15.6.2"
react-reconciler "*"
react-stream "*"
regenerator-runtime "^0.11.0"

react-reconciler@*:
version "0.14.0"
Expand All @@ -6493,8 +6503,12 @@ react-reconciler@*:
schedule "^0.4.0"

"react-reconciler@link:./react-build/react-reconciler":
version "0.0.0"
uid ""
version "0.21.0"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.15.0"

react-redux@^4.4.6:
version "4.4.9"
Expand All @@ -6520,16 +6534,28 @@ react-router@^3.0.0:
warning "^3.0.0"

"react-scheduler@link:./react-build/react-scheduler":
version "0.0.0"
uid ""
version "0.1.0-alpha-1"
dependencies:
object-assign "^4.1.1"

react-stream@*:
version "0.0.1"
resolved "https://registry.yarnpkg.com/react-stream/-/react-stream-0.0.1.tgz#c7b471c96f3a786b1bc2f30e9a14ce43ab9f861a"

"react-test-renderer@link:./react-build/react-test-renderer":
version "0.0.0"
uid ""
version "16.9.0"
dependencies:
object-assign "^4.1.1"
prop-types "^15.6.2"
react-is "^16.8.6"
scheduler "^0.15.0"

"react@link:./react-build/react":
version "0.0.0"
uid ""
version "16.9.0"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"

read-pkg-up@^1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -6969,8 +6995,16 @@ schedule@^0.4.0:
object-assign "^4.1.1"

"schedule@link:./react-build/schedule":
version "0.0.0"
uid ""
version "0.4.0"
dependencies:
object-assign "^4.1.1"

scheduler@^0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

schema-utils@^0.3.0:
version "0.3.0"
Expand Down Expand Up @@ -7090,7 +7124,6 @@ shallowequal@^0.2.2:

"shared@link:./react-build/shared":
version "0.0.0"
uid ""

shebang-command@^1.2.0:
version "1.2.0"
Expand Down Expand Up @@ -7119,8 +7152,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

"simple-cache-provider@link:./react-build/simple-cache-provider":
version "0.0.0"
uid ""
version "0.9.0"

sinon-chai@^2.8.0:
version "2.14.0"
Expand Down