|
72 | 72 | "@babel/traverse" "^7.1.0"
|
73 | 73 | "@babel/types" "^7.0.0"
|
74 | 74 |
|
| 75 | +"@babel/helper-create-class-features-plugin@^7.3.0": |
| 76 | + version "7.3.0" |
| 77 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.3.0.tgz#2b01a81b3adc2b1287f9ee193688ef8dc71e718f" |
| 78 | + integrity sha512-DUsQNS2CGLZZ7I3W3fvh0YpPDd6BuWJlDl+qmZZpABZHza2ErE3LxtEzLJFHFC1ZwtlAXvHhbFYbtM5o5B0WBw== |
| 79 | + dependencies: |
| 80 | + "@babel/helper-function-name" "^7.1.0" |
| 81 | + "@babel/helper-member-expression-to-functions" "^7.0.0" |
| 82 | + "@babel/helper-optimise-call-expression" "^7.0.0" |
| 83 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 84 | + "@babel/helper-replace-supers" "^7.2.3" |
| 85 | + |
75 | 86 | "@babel/helper-define-map@^7.1.0":
|
76 | 87 | version "7.1.0"
|
77 | 88 | resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.1.0.tgz#3b74caec329b3c80c116290887c0dd9ae468c20c"
|
|
168 | 179 | "@babel/traverse" "^7.1.0"
|
169 | 180 | "@babel/types" "^7.0.0"
|
170 | 181 |
|
171 |
| -"@babel/helper-replace-supers@^7.1.0": |
| 182 | +"@babel/helper-replace-supers@^7.1.0", "@babel/helper-replace-supers@^7.2.3": |
172 | 183 | version "7.2.3"
|
173 | 184 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.2.3.tgz#19970020cf22677d62b3a689561dbd9644d8c5e5"
|
174 | 185 | integrity sha512-GyieIznGUfPXPWu0yLS6U55Mz67AZD9cUk0BfirOWlPrXlBcan9Gz+vHGz+cPfuoweZSnPzPIm67VtQM0OWZbA==
|
|
235 | 246 | "@babel/helper-remap-async-to-generator" "^7.1.0"
|
236 | 247 | "@babel/plugin-syntax-async-generators" "^7.2.0"
|
237 | 248 |
|
| 249 | +"@babel/plugin-proposal-class-properties@^7.3.0": |
| 250 | + version "7.3.0" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.3.0.tgz#272636bc0fa19a0bc46e601ec78136a173ea36cd" |
| 252 | + integrity sha512-wNHxLkEKTQ2ay0tnsam2z7fGZUi+05ziDJflEt3AZTP3oXLKHJp9HqhfroB/vdMvt3sda9fAbq7FsG8QPDrZBg== |
| 253 | + dependencies: |
| 254 | + "@babel/helper-create-class-features-plugin" "^7.3.0" |
| 255 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 256 | + |
238 | 257 | "@babel/plugin-proposal-json-strings@^7.2.0":
|
239 | 258 | version "7.2.0"
|
240 | 259 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317"
|
|
617 | 636 | "@babel/plugin-transform-react-jsx-self" "^7.0.0"
|
618 | 637 | "@babel/plugin-transform-react-jsx-source" "^7.0.0"
|
619 | 638 |
|
620 |
| -"@babel/runtime@^7.1.2": |
| 639 | +"@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0": |
621 | 640 | version "7.3.1"
|
622 | 641 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
|
623 | 642 | integrity sha512-7jGW8ppV0ant637pIqAcFfQDDH1orEPGJb8aXfUozuCU3QqX7rX4DA8iwrbPrR1hcH0FTTHz47yQnk+bl5xHQA==
|
@@ -3922,6 +3941,13 @@ hmac-drbg@^1.0.0:
|
3922 | 3941 | minimalistic-assert "^1.0.0"
|
3923 | 3942 | minimalistic-crypto-utils "^1.0.1"
|
3924 | 3943 |
|
| 3944 | +hoist-non-react-statics@^3.2.1: |
| 3945 | + version "3.3.0" |
| 3946 | + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b" |
| 3947 | + integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA== |
| 3948 | + dependencies: |
| 3949 | + react-is "^16.7.0" |
| 3950 | + |
3925 | 3951 | homedir-polyfill@^1.0.1:
|
3926 | 3952 | version "1.0.1"
|
3927 | 3953 | resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz#4c2bbc8a758998feebf5ed68580f76d46768b4bc"
|
@@ -5208,7 +5234,7 @@ loglevel@^1.4.1:
|
5208 | 5234 | resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa"
|
5209 | 5235 | integrity sha1-4PyVEztu8nbNyIh82vJKpvFW+Po=
|
5210 | 5236 |
|
5211 |
| -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1: |
| 5237 | +loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0: |
5212 | 5238 | version "1.4.0"
|
5213 | 5239 | resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
5214 | 5240 | integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
|
@@ -6460,11 +6486,23 @@ react-dom@^16.7.0:
|
6460 | 6486 | prop-types "^15.6.2"
|
6461 | 6487 | scheduler "^0.12.0"
|
6462 | 6488 |
|
6463 |
| -react-is@^16.6.0, react-is@^16.7.0: |
| 6489 | +react-is@^16.6.0, react-is@^16.6.3, react-is@^16.7.0: |
6464 | 6490 | version "16.7.0"
|
6465 | 6491 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.7.0.tgz#c1bd21c64f1f1364c6f70695ec02d69392f41bfa"
|
6466 | 6492 | integrity sha512-Z0VRQdF4NPDoI0tsXVMLkJLiwEBa+RP66g0xDHxgxysxSoCUccSten4RTF/UFvZF1dZvZ9Zu1sx+MDXwcOR34g==
|
6467 | 6493 |
|
| 6494 | +react-redux@^6.0.0: |
| 6495 | + version "6.0.0" |
| 6496 | + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-6.0.0.tgz#09e86eeed5febb98e9442458ad2970c8f1a173ef" |
| 6497 | + integrity sha512-EmbC3uLl60pw2VqSSkj6HpZ6jTk12RMrwXMBdYtM6niq0MdEaRq9KYCwpJflkOZj349BLGQm1MI/JO1W96kLWQ== |
| 6498 | + dependencies: |
| 6499 | + "@babel/runtime" "^7.2.0" |
| 6500 | + hoist-non-react-statics "^3.2.1" |
| 6501 | + invariant "^2.2.4" |
| 6502 | + loose-envify "^1.4.0" |
| 6503 | + prop-types "^15.6.2" |
| 6504 | + react-is "^16.6.3" |
| 6505 | + |
6468 | 6506 | react-syntax-highlighter@^10.1.2:
|
6469 | 6507 | version "10.1.2"
|
6470 | 6508 | resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-10.1.2.tgz#645ad5e3d8667fd7a2b73fc1059f871055d23f82"
|
@@ -6561,6 +6599,14 @@ realpath-native@^1.0.0, realpath-native@^1.0.2:
|
6561 | 6599 | dependencies:
|
6562 | 6600 | util.promisify "^1.0.0"
|
6563 | 6601 |
|
| 6602 | +redux@^4.0.1: |
| 6603 | + version "4.0.1" |
| 6604 | + resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.1.tgz#436cae6cc40fbe4727689d7c8fae44808f1bfef5" |
| 6605 | + integrity sha512-R7bAtSkk7nY6O/OYMVR9RiBI+XghjF9rlbl5806HJbQph0LJVHZrU5oaO4q70eUKiqMRqm4y07KLTlMZ2BlVmg== |
| 6606 | + dependencies: |
| 6607 | + loose-envify "^1.4.0" |
| 6608 | + symbol-observable "^1.2.0" |
| 6609 | + |
6564 | 6610 | refractor@^2.4.1:
|
6565 | 6611 | version "2.6.2"
|
6566 | 6612 | resolved "https://registry.yarnpkg.com/refractor/-/refractor-2.6.2.tgz#8e0877ab8864165275aafeea5d9c8eebe871552f"
|
@@ -7458,6 +7504,11 @@ supports-color@^6.0.0, supports-color@^6.1.0:
|
7458 | 7504 | dependencies:
|
7459 | 7505 | has-flag "^3.0.0"
|
7460 | 7506 |
|
| 7507 | +symbol-observable@^1.2.0: |
| 7508 | + version "1.2.0" |
| 7509 | + resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" |
| 7510 | + integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== |
| 7511 | + |
7461 | 7512 | symbol-tree@^3.2.2:
|
7462 | 7513 | version "3.2.2"
|
7463 | 7514 | resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
|
|
0 commit comments