|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -asap@~2.0.3: |
6 | | - version "2.0.6" |
7 | | - resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" |
8 | | - |
9 | | -bs-platform@^4.0.4: |
10 | | - version "4.0.7" |
11 | | - resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-4.0.7.tgz#1a0bbf0fef439fef5f1a88ba60d5ac8a6d73570c" |
12 | | - |
13 | | -core-js@^1.0.0: |
14 | | - version "1.2.7" |
15 | | - resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" |
16 | | - |
17 | | -encoding@^0.1.11: |
18 | | - version "0.1.12" |
19 | | - resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb" |
20 | | - dependencies: |
21 | | - iconv-lite "~0.4.13" |
22 | | - |
23 | | -fbjs@^0.8.16: |
24 | | - version "0.8.16" |
25 | | - resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.16.tgz#5e67432f550dc41b572bf55847b8aca64e5337db" |
26 | | - dependencies: |
27 | | - core-js "^1.0.0" |
28 | | - isomorphic-fetch "^2.1.1" |
29 | | - loose-envify "^1.0.0" |
30 | | - object-assign "^4.1.0" |
31 | | - promise "^7.1.1" |
32 | | - setimmediate "^1.0.5" |
33 | | - ua-parser-js "^0.7.9" |
34 | | - |
35 | | -iconv-lite@~0.4.13: |
36 | | - version "0.4.19" |
37 | | - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b" |
38 | | - |
39 | | -is-stream@^1.0.1: |
40 | | - version "1.1.0" |
41 | | - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" |
42 | | - |
43 | | -isomorphic-fetch@^2.1.1: |
44 | | - version "2.2.1" |
45 | | - resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9" |
46 | | - dependencies: |
47 | | - node-fetch "^1.0.1" |
48 | | - whatwg-fetch ">=0.10.0" |
49 | | - |
50 | | -js-tokens@^3.0.0: |
51 | | - version "3.0.2" |
52 | | - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" |
53 | | - |
54 | | -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1: |
55 | | - version "1.3.1" |
56 | | - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848" |
57 | | - dependencies: |
58 | | - js-tokens "^3.0.0" |
59 | | - |
60 | | -node-fetch@^1.0.1: |
61 | | - version "1.7.3" |
62 | | - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" |
63 | | - dependencies: |
64 | | - encoding "^0.1.11" |
65 | | - is-stream "^1.0.1" |
66 | | - |
67 | | -object-assign@^4.1.0, object-assign@^4.1.1: |
68 | | - version "4.1.1" |
69 | | - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" |
70 | | - |
71 | | -promise@^7.1.1: |
72 | | - version "7.3.1" |
73 | | - resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" |
74 | | - dependencies: |
75 | | - asap "~2.0.3" |
76 | | - |
77 | | -prop-types@^15.6.0: |
78 | | - version "15.6.1" |
79 | | - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca" |
80 | | - dependencies: |
81 | | - fbjs "^0.8.16" |
82 | | - loose-envify "^1.3.1" |
83 | | - object-assign "^4.1.1" |
84 | | - |
85 | | -"react-dom@>=15.0.0 || >=16.0.0": |
86 | | - version "16.2.0" |
87 | | - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044" |
88 | | - dependencies: |
89 | | - fbjs "^0.8.16" |
90 | | - loose-envify "^1.1.0" |
91 | | - object-assign "^4.1.1" |
92 | | - prop-types "^15.6.0" |
93 | | - |
94 | | -"react@>=15.0.0 || >=16.0.0": |
95 | | - version "16.2.0" |
96 | | - resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba" |
97 | | - dependencies: |
98 | | - fbjs "^0.8.16" |
99 | | - loose-envify "^1.1.0" |
100 | | - object-assign "^4.1.1" |
101 | | - prop-types "^15.6.0" |
102 | | - |
103 | | -reason-react@^0.5.3: |
104 | | - version "0.5.3" |
105 | | - resolved "https://registry.yarnpkg.com/reason-react/-/reason-react-0.5.3.tgz#10601809742fd991109ec9d69ad4baf2c3f17540" |
106 | | - dependencies: |
107 | | - react ">=15.0.0 || >=16.0.0" |
108 | | - react-dom ">=15.0.0 || >=16.0.0" |
109 | | - |
110 | | -setimmediate@^1.0.5: |
111 | | - version "1.0.5" |
112 | | - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" |
113 | | - |
114 | | -ua-parser-js@^0.7.9: |
115 | | - version "0.7.17" |
116 | | - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac" |
117 | | - |
118 | | -whatwg-fetch@>=0.10.0: |
119 | | - version "2.0.3" |
120 | | - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84" |
| 5 | +bs-platform@^7.0.1: |
| 6 | + version "7.2.2" |
| 7 | + resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-7.2.2.tgz#76fdc63e4889458ae3d257a0132107a792f2309c" |
| 8 | + integrity sha512-PWcFfN+jCTtT/rMaHDhKh+W9RUTpaRunmSF9vbLYcrJbpgCNW6aFKAY33u0P3mLxwuhshN3b4FxqGUBPj6exZQ== |
0 commit comments