|
|
|
@@ -2,10 +2,10 @@
|
|
|
|
|
# yarn lockfile v1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/cli@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.2.tgz#4ce8b5b4b2e4b4c1b7bd841cec62085e2dfc4465"
|
|
|
|
|
integrity sha512-JDZ+T/br9pPfT2lmAMJypJDTTTHM9ePD/ED10TRjRzJVdEVy+JB3iRlhzYmTt5YkNgHvxWGlUVnLtdv6ruiDrQ==
|
|
|
|
|
"@babel/cli@^7.6.4":
|
|
|
|
|
version "7.6.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.4.tgz#9b35a4e15fa7d8f487418aaa8229c8b0bc815f20"
|
|
|
|
|
integrity sha512-tqrDyvPryBM6xjIyKKUwr3s8CzmmYidwgdswd7Uc/Cv0ogZcuS1TYQTLx/eWKP3UbJ6JxZAiYlBZabXm/rtRsQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
commander "^2.8.1"
|
|
|
|
|
convert-source-map "^1.1.0"
|
|
|
|
@@ -26,18 +26,18 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/highlight" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91"
|
|
|
|
|
integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==
|
|
|
|
|
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.6.4":
|
|
|
|
|
version "7.6.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff"
|
|
|
|
|
integrity sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/code-frame" "^7.5.5"
|
|
|
|
|
"@babel/generator" "^7.6.2"
|
|
|
|
|
"@babel/generator" "^7.6.4"
|
|
|
|
|
"@babel/helpers" "^7.6.2"
|
|
|
|
|
"@babel/parser" "^7.6.2"
|
|
|
|
|
"@babel/parser" "^7.6.4"
|
|
|
|
|
"@babel/template" "^7.6.0"
|
|
|
|
|
"@babel/traverse" "^7.6.2"
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
"@babel/traverse" "^7.6.3"
|
|
|
|
|
"@babel/types" "^7.6.3"
|
|
|
|
|
convert-source-map "^1.1.0"
|
|
|
|
|
debug "^4.1.0"
|
|
|
|
|
json5 "^2.1.0"
|
|
|
|
@@ -46,12 +46,12 @@
|
|
|
|
|
semver "^5.4.1"
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
|
|
|
|
"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03"
|
|
|
|
|
integrity sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ==
|
|
|
|
|
"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.6.3", "@babel/generator@^7.6.4":
|
|
|
|
|
version "7.6.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671"
|
|
|
|
|
integrity sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
"@babel/types" "^7.6.3"
|
|
|
|
|
jsesc "^2.5.1"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
@@ -249,10 +249,10 @@
|
|
|
|
|
esutils "^2.0.2"
|
|
|
|
|
js-tokens "^4.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
|
|
|
|
|
integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
|
|
|
|
|
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4":
|
|
|
|
|
version "7.6.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
|
|
|
|
|
integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A==
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-external-helpers@^7.0.0":
|
|
|
|
|
version "7.2.0"
|
|
|
|
@@ -481,10 +481,10 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.3.4", "@babel/plugin-transform-block-scoping@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.2.tgz#96c33ab97a9ae500cc6f5b19e04a7e6553360a79"
|
|
|
|
|
integrity sha512-zZT8ivau9LOQQaOGC7bQLQOT4XPkPXgN2ERfUgk1X8ql+mVkLc4E8eKk+FO3o0154kxzqenWCorfmEXpEZcrSQ==
|
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.3.4", "@babel/plugin-transform-block-scoping@^7.6.3":
|
|
|
|
|
version "7.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a"
|
|
|
|
|
integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
@@ -542,9 +542,9 @@
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-flow-strip-types@^7.0.0":
|
|
|
|
|
version "7.4.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.4.4.tgz#d267a081f49a8705fc9146de0768c6b58dccd8f7"
|
|
|
|
|
integrity sha512-WyVedfeEIILYEaWGAUWzVNyqG4sfsNooMhXWsu/YzOvVGcsnPb5PguysjJqI3t3qiaYj0BR8T2f5njdjTGe44Q==
|
|
|
|
|
version "7.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.6.3.tgz#8110f153e7360cfd5996eee68706cfad92d85256"
|
|
|
|
|
integrity sha512-l0ETkyEofkqFJ9LS6HChNIKtVJw2ylKbhYMlJ5C6df+ldxxaLIyXY4yOdDQQspfFpV8/vDiaWoJlvflstlYNxg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
"@babel/plugin-syntax-flow" "^7.2.0"
|
|
|
|
@@ -614,10 +614,10 @@
|
|
|
|
|
"@babel/helper-module-transforms" "^7.1.0"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.3.0", "@babel/plugin-transform-named-capturing-groups-regex@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.2.tgz#c1ca0bb84b94f385ca302c3932e870b0fb0e522b"
|
|
|
|
|
integrity sha512-xBdB+XOs+lgbZc2/4F5BVDVcDNS4tcSKQc96KmlqLEAwz6tpYPEvPdmDfvVG0Ssn8lAhronaRs6Z6KSexIpK5g==
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.3.0", "@babel/plugin-transform-named-capturing-groups-regex@^7.6.3":
|
|
|
|
|
version "7.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.3.tgz#aaa6e409dd4fb2e50b6e2a91f7e3a3149dbce0cf"
|
|
|
|
|
integrity sha512-jTkk7/uE6H2s5w6VlMHeWuH+Pcy2lmdwFoeWCVnvIrDUnB5gQqTVI8WfmEAhF2CDEarGrknZcmSFg1+bkfCoSw==
|
|
|
|
|
dependencies:
|
|
|
|
|
regexpu-core "^4.6.0"
|
|
|
|
|
|
|
|
|
@@ -753,9 +753,9 @@
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-typescript@^7.0.0", "@babel/plugin-transform-typescript@^7.6.0":
|
|
|
|
|
version "7.6.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.0.tgz#48d78405f1aa856ebeea7288a48a19ed8da377a6"
|
|
|
|
|
integrity sha512-yzw7EopOOr6saONZ3KA3lpizKnWRTe+rfBqg4AmQbSow7ik7fqmzrfIqt053osLwLE2AaTqGinLM2tl6+M/uog==
|
|
|
|
|
version "7.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.3.tgz#dddb50cf3b8b2ef70b22e5326e9a91f05a1db13b"
|
|
|
|
|
integrity sha512-aiWINBrPMSC3xTXRNM/dfmyYuPNKY/aexYqBgh0HBI5Y+WO5oRAqW/oROYeYHrF4Zw12r9rK4fMk/ZlAmqx/FQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-create-class-features-plugin" "^7.6.0"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
@@ -819,10 +819,10 @@
|
|
|
|
|
js-levenshtein "^1.1.3"
|
|
|
|
|
semver "^5.3.0"
|
|
|
|
|
|
|
|
|
|
"@babel/preset-env@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3"
|
|
|
|
|
integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q==
|
|
|
|
|
"@babel/preset-env@^7.6.3":
|
|
|
|
|
version "7.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.3.tgz#9e1bf05a2e2d687036d24c40e4639dc46cef2271"
|
|
|
|
|
integrity sha512-CWQkn7EVnwzlOdR5NOm2+pfgSNEZmvGjOhlCHBDq0J8/EStr+G+FvPEiz9B56dR6MoiUFjXhfE4hjLoAKKJtIQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-module-imports" "^7.0.0"
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
@@ -840,7 +840,7 @@
|
|
|
|
|
"@babel/plugin-transform-arrow-functions" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-async-to-generator" "^7.5.0"
|
|
|
|
|
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-block-scoping" "^7.6.2"
|
|
|
|
|
"@babel/plugin-transform-block-scoping" "^7.6.3"
|
|
|
|
|
"@babel/plugin-transform-classes" "^7.5.5"
|
|
|
|
|
"@babel/plugin-transform-computed-properties" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-destructuring" "^7.6.0"
|
|
|
|
@@ -855,7 +855,7 @@
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
|
|
|
|
|
"@babel/plugin-transform-modules-umd" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.2"
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.3"
|
|
|
|
|
"@babel/plugin-transform-new-target" "^7.4.4"
|
|
|
|
|
"@babel/plugin-transform-object-super" "^7.5.5"
|
|
|
|
|
"@babel/plugin-transform-parameters" "^7.4.4"
|
|
|
|
@@ -868,17 +868,17 @@
|
|
|
|
|
"@babel/plugin-transform-template-literals" "^7.4.4"
|
|
|
|
|
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
|
|
|
|
|
"@babel/plugin-transform-unicode-regex" "^7.6.2"
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
"@babel/types" "^7.6.3"
|
|
|
|
|
browserslist "^4.6.0"
|
|
|
|
|
core-js-compat "^3.1.1"
|
|
|
|
|
invariant "^2.2.2"
|
|
|
|
|
js-levenshtein "^1.1.3"
|
|
|
|
|
semver "^5.5.0"
|
|
|
|
|
|
|
|
|
|
"@babel/preset-react@^7.0.0":
|
|
|
|
|
version "7.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
|
|
|
|
|
integrity sha512-oayxyPS4Zj+hF6Et11BwuBkmpgT/zMxyuZgFrMeZID6Hdh3dGlk4sHCAhdBCpuCKW2ppBfl2uCCetlrUIJRY3w==
|
|
|
|
|
"@babel/preset-react@^7.6.3":
|
|
|
|
|
version "7.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.6.3.tgz#d5242c828322520205ae4eda5d4f4f618964e2f6"
|
|
|
|
|
integrity sha512-07yQhmkZmRAfwREYIQgW0HEwMY9GBJVuPY4Q12UC72AbfaawuupVWa8zQs2tlL+yun45Nv/1KreII/0PLfEsgA==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
|
|
|
"@babel/plugin-transform-react-display-name" "^7.0.0"
|
|
|
|
@@ -906,17 +906,17 @@
|
|
|
|
|
source-map-support "^0.5.9"
|
|
|
|
|
|
|
|
|
|
"@babel/runtime-corejs2@^7.2.0":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.6.2.tgz#062f8e31f3df30fc1a3dea68aa1bd854e06e9ba6"
|
|
|
|
|
integrity sha512-wdyVKnTv9Be4YlwF/7pByYNfcl23qC21aAQ0aIaZOo2ZOvhFEyJdBLJClYZ9i+Pmrz7sUQgg/MwbJa2RZTkygg==
|
|
|
|
|
version "7.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.6.3.tgz#de3f446b3fb688b98cbd220474d1a7cad909bcb8"
|
|
|
|
|
integrity sha512-nuA2o+rgX2+PrNTZ063ehncVcg7sn+tU71BB81SaWRVUbGwCOlb0+yQA1e0QqmzOfRSYOxfvf8cosYqFbJEiwQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
core-js "^2.6.5"
|
|
|
|
|
regenerator-runtime "^0.13.2"
|
|
|
|
|
|
|
|
|
|
"@babel/runtime@^7.0.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
|
|
|
|
|
integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
|
|
|
|
|
"@babel/runtime@^7.0.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3":
|
|
|
|
|
version "7.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f"
|
|
|
|
|
integrity sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==
|
|
|
|
|
dependencies:
|
|
|
|
|
regenerator-runtime "^0.13.2"
|
|
|
|
|
|
|
|
|
@@ -929,25 +929,25 @@
|
|
|
|
|
"@babel/parser" "^7.6.0"
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
|
|
|
|
|
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2":
|
|
|
|
|
version "7.6.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.2.tgz#b0e2bfd401d339ce0e6c05690206d1e11502ce2c"
|
|
|
|
|
integrity sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ==
|
|
|
|
|
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3":
|
|
|
|
|
version "7.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
|
|
|
|
|
integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/code-frame" "^7.5.5"
|
|
|
|
|
"@babel/generator" "^7.6.2"
|
|
|
|
|
"@babel/generator" "^7.6.3"
|
|
|
|
|
"@babel/helper-function-name" "^7.1.0"
|
|
|
|
|
"@babel/helper-split-export-declaration" "^7.4.4"
|
|
|
|
|
"@babel/parser" "^7.6.2"
|
|
|
|
|
"@babel/types" "^7.6.0"
|
|
|
|
|
"@babel/parser" "^7.6.3"
|
|
|
|
|
"@babel/types" "^7.6.3"
|
|
|
|
|
debug "^4.1.0"
|
|
|
|
|
globals "^11.1.0"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
|
|
|
|
|
|
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0":
|
|
|
|
|
version "7.6.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
|
|
|
|
|
integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==
|
|
|
|
|
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0", "@babel/types@^7.6.3":
|
|
|
|
|
version "7.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
|
|
|
|
|
integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==
|
|
|
|
|
dependencies:
|
|
|
|
|
esutils "^2.0.2"
|
|
|
|
|
lodash "^4.17.13"
|
|
|
|
@@ -1232,86 +1232,86 @@
|
|
|
|
|
"@types/istanbul-reports" "^1.1.1"
|
|
|
|
|
"@types/yargs" "^13.0.0"
|
|
|
|
|
|
|
|
|
|
"@ledgerhq/devices@^4.71.0":
|
|
|
|
|
version "4.71.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/devices/-/devices-4.71.0.tgz#5624839af5e4ba202b81b8ec96a56eb543d35e59"
|
|
|
|
|
integrity sha512-b6SB7itFxFQeOaCAQWLv7o3pQ367KsBi6OAS5Tul9UcwARfSw0Bzvoui5WlGiRaHiQ4FTZk4OnQT6NCk/JnI4Q==
|
|
|
|
|
"@ledgerhq/devices@^4.72.1":
|
|
|
|
|
version "4.72.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/devices/-/devices-4.72.1.tgz#725c89c434ce764a30bfb1c14df6e3a5066f8427"
|
|
|
|
|
integrity sha512-Y0b6mMMawsTaq+xfze11CPiDN++Yq6TUz0THb9xp+KB+77F7fs5A1A0q+MKoISg7rlgKF9IWsWtc5aQIuOOewQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@ledgerhq/errors" "^4.71.0"
|
|
|
|
|
"@ledgerhq/logs" "^4.70.0"
|
|
|
|
|
"@ledgerhq/errors" "^4.72.1"
|
|
|
|
|
"@ledgerhq/logs" "^4.72.0"
|
|
|
|
|
rxjs "^6.5.3"
|
|
|
|
|
|
|
|
|
|
"@ledgerhq/errors@^4.71.0":
|
|
|
|
|
version "4.71.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/errors/-/errors-4.71.0.tgz#a3a32fc2701a6b93cd7b0c72fb0c4e8a9502f16a"
|
|
|
|
|
integrity sha512-peKnZP7lY7+C8UrJtrq8V4oRAWipoxOq9Chj03Rr4mgu2HEQwO8MR7r61q+gKwEu6MhuNu57SnLV1zPAWagstg==
|
|
|
|
|
"@ledgerhq/errors@^4.72.1":
|
|
|
|
|
version "4.72.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/errors/-/errors-4.72.1.tgz#de2d0390476078d5bd5a0659dae796f36ed3970a"
|
|
|
|
|
integrity sha512-zzxy/pGSLPBkd9RJXhiQj53lsx4c3vMFMy0rMymhnKcBZboI+uD2E7WOToHvxtY34jka9vnH/ySjUIB/Ytvyzg==
|
|
|
|
|
|
|
|
|
|
"@ledgerhq/hw-transport-node-hid-noevents@^4.71.0":
|
|
|
|
|
version "4.71.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-node-hid-noevents/-/hw-transport-node-hid-noevents-4.71.0.tgz#772e2c6a6a03cd9069a3d2a883703f78398fd1f9"
|
|
|
|
|
integrity sha512-Kf3OINmQFKKrkmyY+8IohcGEe7Bwj/eAwba70PHbVkN8G9JHPIFzXu8Gs5QNlLYEo0/zlQIFolYNRGplh/2L0g==
|
|
|
|
|
"@ledgerhq/hw-transport-node-hid-noevents@^4.72.1":
|
|
|
|
|
version "4.72.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-node-hid-noevents/-/hw-transport-node-hid-noevents-4.72.1.tgz#078758f8034c6276b0938c53d272673ec284a3d5"
|
|
|
|
|
integrity sha512-E8Wi04qZROSd/vbjwaDFeQ5ZbNxXmlkmRaNtNyiVCykjBurzCYMb8USaap/VEVFKh4R2wNlX/nu+sy4rXdbfww==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@ledgerhq/devices" "^4.71.0"
|
|
|
|
|
"@ledgerhq/errors" "^4.71.0"
|
|
|
|
|
"@ledgerhq/hw-transport" "^4.71.0"
|
|
|
|
|
"@ledgerhq/logs" "^4.70.0"
|
|
|
|
|
"@ledgerhq/devices" "^4.72.1"
|
|
|
|
|
"@ledgerhq/errors" "^4.72.1"
|
|
|
|
|
"@ledgerhq/hw-transport" "^4.72.1"
|
|
|
|
|
"@ledgerhq/logs" "^4.72.0"
|
|
|
|
|
node-hid "^0.7.9"
|
|
|
|
|
|
|
|
|
|
"@ledgerhq/hw-transport-node-hid@^4.71.0":
|
|
|
|
|
version "4.71.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-node-hid/-/hw-transport-node-hid-4.71.0.tgz#f39c98916eb1262f03b4c1f6ed2c59a0c192ca86"
|
|
|
|
|
integrity sha512-Fke2RSjAgxKM4FxtySZm5zgbERyCH4TAW1bHjbcP++mfcnLjxN0NTzkpFrInFyMZdMC24JSLK1f8q1VQ8PA4zw==
|
|
|
|
|
"@ledgerhq/hw-transport-node-hid@^4.72.1":
|
|
|
|
|
version "4.72.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-node-hid/-/hw-transport-node-hid-4.72.1.tgz#e651f813bbf09ec80bf476e5623fd495e4bdc67f"
|
|
|
|
|
integrity sha512-IH1Zy9HbGKcqKRWvOZ1mEgwws190mXcpTqpASLSsnIZ1yrhwZE6eLc/cbLLiUaErqlxsNaxp9mF8E/6pE1JtWQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@ledgerhq/devices" "^4.71.0"
|
|
|
|
|
"@ledgerhq/errors" "^4.71.0"
|
|
|
|
|
"@ledgerhq/hw-transport" "^4.71.0"
|
|
|
|
|
"@ledgerhq/hw-transport-node-hid-noevents" "^4.71.0"
|
|
|
|
|
"@ledgerhq/logs" "^4.70.0"
|
|
|
|
|
"@ledgerhq/devices" "^4.72.1"
|
|
|
|
|
"@ledgerhq/errors" "^4.72.1"
|
|
|
|
|
"@ledgerhq/hw-transport" "^4.72.1"
|
|
|
|
|
"@ledgerhq/hw-transport-node-hid-noevents" "^4.72.1"
|
|
|
|
|
"@ledgerhq/logs" "^4.72.0"
|
|
|
|
|
lodash "^4.17.15"
|
|
|
|
|
node-hid "^0.7.9"
|
|
|
|
|
usb "^1.6.0"
|
|
|
|
|
|
|
|
|
|
"@ledgerhq/hw-transport-u2f@^4.71.0":
|
|
|
|
|
version "4.71.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-u2f/-/hw-transport-u2f-4.71.0.tgz#8ab16d0befe9207b0c1899ea6ab82d28d90fef19"
|
|
|
|
|
integrity sha512-GgNmUJTyA8IPXeenNfuYC3UARPUg+8jwVuXy8bylcZa/8makkw8zrObjZ4ePswItE7a420yoYki8h7RXhAPybg==
|
|
|
|
|
"@ledgerhq/hw-transport-u2f@^4.72.1":
|
|
|
|
|
version "4.72.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-u2f/-/hw-transport-u2f-4.72.1.tgz#3663e8c0adc21f8ad17c1b0412492618e129d7b0"
|
|
|
|
|
integrity sha512-9K+f9pMlf+y0BorkUoY1gvzH9EiFbJ59B+dEyMxzJFRgx4zf6raIrJta0dA8z+r5gVK9AkgOCPdpaLmmsdgeDw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@ledgerhq/errors" "^4.71.0"
|
|
|
|
|
"@ledgerhq/hw-transport" "^4.71.0"
|
|
|
|
|
"@ledgerhq/logs" "^4.70.0"
|
|
|
|
|
"@ledgerhq/errors" "^4.72.1"
|
|
|
|
|
"@ledgerhq/hw-transport" "^4.72.1"
|
|
|
|
|
"@ledgerhq/logs" "^4.72.0"
|
|
|
|
|
u2f-api "0.2.7"
|
|
|
|
|
|
|
|
|
|
"@ledgerhq/hw-transport-webusb@^4.71.0":
|
|
|
|
|
version "4.71.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-webusb/-/hw-transport-webusb-4.71.0.tgz#6c471f34eca1825c042236d68366e6c7b9b734a1"
|
|
|
|
|
integrity sha512-TV9Fdia3+KMCRV6XL8fk4QuzfZdFWc9KeyVWVj3Yj3AFE5FH8150neMozgerYAjxWv/RgwcUiux5sv7dt9ykAg==
|
|
|
|
|
"@ledgerhq/hw-transport-webusb@^4.72.1":
|
|
|
|
|
version "4.72.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-webusb/-/hw-transport-webusb-4.72.1.tgz#3730857d3aab3bc1a5150e74cf0c88392e3be699"
|
|
|
|
|
integrity sha512-nuvwOJWHPudNrF6HkD1cjAEbHwc2Q4i1/WZuwYcvBiDES2Oe6+yrzeQ6eNOKWVZFiEtV3WF56bjufFc9pq3D3A==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@ledgerhq/devices" "^4.71.0"
|
|
|
|
|
"@ledgerhq/errors" "^4.71.0"
|
|
|
|
|
"@ledgerhq/hw-transport" "^4.71.0"
|
|
|
|
|
"@ledgerhq/logs" "^4.70.0"
|
|
|
|
|
"@ledgerhq/devices" "^4.72.1"
|
|
|
|
|
"@ledgerhq/errors" "^4.72.1"
|
|
|
|
|
"@ledgerhq/hw-transport" "^4.72.1"
|
|
|
|
|
"@ledgerhq/logs" "^4.72.0"
|
|
|
|
|
|
|
|
|
|
"@ledgerhq/hw-transport@^4.35.0", "@ledgerhq/hw-transport@^4.71.0":
|
|
|
|
|
version "4.71.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport/-/hw-transport-4.71.0.tgz#7fbed87ca090d04fe7b9c7ee469e6c3a6c45283a"
|
|
|
|
|
integrity sha512-IgPxcDd2NW4aC4ATBu1G/MroxKWOSl0spkIdMWHSnALH/iFPApaynGNFCY4QhTIULaIZCLp3mcyt/NK4HDcwpw==
|
|
|
|
|
"@ledgerhq/hw-transport@^4.35.0", "@ledgerhq/hw-transport@^4.72.1":
|
|
|
|
|
version "4.72.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport/-/hw-transport-4.72.1.tgz#431be99e883c71be6fc6bd7480902bcd41ae24a0"
|
|
|
|
|
integrity sha512-6RBiDALBiVfBWK6zaZzhVj/jPZR4vEfxfRvh8iDerxYhcFY/uVVbQkoegt6dBtCX0q5T4nDLAWp5jqV8j0dcZw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@ledgerhq/devices" "^4.71.0"
|
|
|
|
|
"@ledgerhq/errors" "^4.71.0"
|
|
|
|
|
"@ledgerhq/devices" "^4.72.1"
|
|
|
|
|
"@ledgerhq/errors" "^4.72.1"
|
|
|
|
|
events "^3.0.0"
|
|
|
|
|
|
|
|
|
|
"@ledgerhq/logs@^4.70.0":
|
|
|
|
|
version "4.70.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-4.70.0.tgz#b5176430ccb5a81becce25fcbbd8afcfa91a4388"
|
|
|
|
|
integrity sha512-hyMppU1b2tBDRyKJiV71RnN51Tkkriv/7DHQF9thAmrwEDFmfmEwAQaS2VyeIogir0HD7aDcKg7DnHqgiWe/8g==
|
|
|
|
|
"@ledgerhq/logs@^4.72.0":
|
|
|
|
|
version "4.72.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-4.72.0.tgz#43df23af013ad1135407e5cf33ca6e4c4c7708d5"
|
|
|
|
|
integrity sha512-o+TYF8vBcyySRsb2kqBDv/KMeme8a2nwWoG+lAWzbDmWfb2/MrVWYCVYDYvjXdSoI/Cujqy1i0gIDrkdxa9chA==
|
|
|
|
|
|
|
|
|
|
"@lerna/add@3.16.5":
|
|
|
|
|
version "3.16.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.16.5.tgz#55f0aa4096d7c91c883ada073b4fa09e985fa9f8"
|
|
|
|
|
integrity sha512-vBG0G/w3yfbyaXSiOqRl86mRphBPPBinlPBqcFjxkuwvj58g/7gBBmBrji7WFO05eYvXVR0QZZik7NJ6qZSWWw==
|
|
|
|
|
"@lerna/add@3.17.0":
|
|
|
|
|
version "3.17.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.17.0.tgz#d5cdba14a489890134e5043d59ec64a07557ed97"
|
|
|
|
|
integrity sha512-On98kKbYRfUGYzCb2MUWCZyUmwNl1Acbd66CM+hDSrYEPZ7W3uq56Tfya6De+cHGOPWWNWoss3C0ZyKILXpjAA==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@evocateur/pacote" "^9.6.3"
|
|
|
|
|
"@lerna/bootstrap" "3.16.5"
|
|
|
|
|
"@lerna/bootstrap" "3.17.0"
|
|
|
|
|
"@lerna/command" "3.16.5"
|
|
|
|
|
"@lerna/filter-options" "3.16.5"
|
|
|
|
|
"@lerna/npm-conf" "3.16.0"
|
|
|
|
@@ -1321,10 +1321,10 @@
|
|
|
|
|
p-map "^2.1.0"
|
|
|
|
|
semver "^6.2.0"
|
|
|
|
|
|
|
|
|
|
"@lerna/bootstrap@3.16.5":
|
|
|
|
|
version "3.16.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-3.16.5.tgz#936a42aca313a9e7d9381bd951072b0678927a89"
|
|
|
|
|
integrity sha512-GCQ93vjxiyt8YN8IvRO12sSNE9r57hLF9AoDaGc8JI3a4N9oVPIcth91/vs4y2j4E53d/ZQlSmfX0cM6rVqPAg==
|
|
|
|
|
"@lerna/bootstrap@3.17.0":
|
|
|
|
|
version "3.17.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-3.17.0.tgz#5572c75bd0b5402caca53155761454589fe901b4"
|
|
|
|
|
integrity sha512-2wQEwEtzU1UP7ZuzHtjJPgFxWXY5OectT+sjIFrJDE7C9n9nbAkL9MI/IM2X3RbgRK+sIxbhEqyb9o+0Yfzk1A==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@lerna/command" "3.16.5"
|
|
|
|
|
"@lerna/filter-options" "3.16.5"
|
|
|
|
@@ -1335,8 +1335,8 @@
|
|
|
|
|
"@lerna/rimraf-dir" "3.16.5"
|
|
|
|
|
"@lerna/run-lifecycle" "3.16.2"
|
|
|
|
|
"@lerna/run-topologically" "3.16.0"
|
|
|
|
|
"@lerna/symlink-binary" "3.16.2"
|
|
|
|
|
"@lerna/symlink-dependencies" "3.16.2"
|
|
|
|
|
"@lerna/symlink-binary" "3.17.0"
|
|
|
|
|
"@lerna/symlink-dependencies" "3.17.0"
|
|
|
|
|
"@lerna/validation-error" "3.13.0"
|
|
|
|
|
dedent "^0.7.0"
|
|
|
|
|
get-port "^4.2.0"
|
|
|
|
@@ -1612,14 +1612,14 @@
|
|
|
|
|
p-map "^2.1.0"
|
|
|
|
|
write-json-file "^3.2.0"
|
|
|
|
|
|
|
|
|
|
"@lerna/link@3.16.5":
|
|
|
|
|
version "3.16.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@lerna/link/-/link-3.16.5.tgz#6cde475f4fb1c60cf0ed32386b241cb34220f0e6"
|
|
|
|
|
integrity sha512-5Ik4c7wdYdCUZaeG6+aNmvUPcuxCvlESdxs1Fx2yL1avi1GdAGEH/l1zdhPDMzE8HiUZRhwShemXAJkhGmSTIQ==
|
|
|
|
|
"@lerna/link@3.17.0":
|
|
|
|
|
version "3.17.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@lerna/link/-/link-3.17.0.tgz#4a08eb384342d4e530b16d47ebfade9a2c1dbeeb"
|
|
|
|
|
integrity sha512-eh8+mAH74ndxigBQIW5jXO1md8jpTzpzHHiRwCoetRr3QM2oLgYbWczZDViCdWV4R4J6BLbyp3Jh64cob+leyA==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@lerna/command" "3.16.5"
|
|
|
|
|
"@lerna/package-graph" "3.16.0"
|
|
|
|
|
"@lerna/symlink-dependencies" "3.16.2"
|
|
|
|
|
"@lerna/symlink-dependencies" "3.17.0"
|
|
|
|
|
p-map "^2.1.0"
|
|
|
|
|
slash "^2.0.0"
|
|
|
|
|
|
|
|
|
@@ -1893,24 +1893,24 @@
|
|
|
|
|
"@lerna/validation-error" "3.13.0"
|
|
|
|
|
p-map "^2.1.0"
|
|
|
|
|
|
|
|
|
|
"@lerna/symlink-binary@3.16.2":
|
|
|
|
|
version "3.16.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-3.16.2.tgz#f98a3d9da9e56f1d302dc0d5c2efeb951483ee66"
|
|
|
|
|
integrity sha512-kz9XVoFOGSF83gg4gBqH+mG6uxfJfTp8Uy+Cam40CvMiuzfODrGkjuBEFoM/uO2QOAwZvbQDYOBpKUa9ZxHS1Q==
|
|
|
|
|
"@lerna/symlink-binary@3.17.0":
|
|
|
|
|
version "3.17.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-3.17.0.tgz#8f8031b309863814883d3f009877f82e38aef45a"
|
|
|
|
|
integrity sha512-RLpy9UY6+3nT5J+5jkM5MZyMmjNHxZIZvXLV+Q3MXrf7Eaa1hNqyynyj4RO95fxbS+EZc4XVSk25DGFQbcRNSQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@lerna/create-symlink" "3.16.2"
|
|
|
|
|
"@lerna/package" "3.16.0"
|
|
|
|
|
fs-extra "^8.1.0"
|
|
|
|
|
p-map "^2.1.0"
|
|
|
|
|
|
|
|
|
|
"@lerna/symlink-dependencies@3.16.2":
|
|
|
|
|
version "3.16.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-3.16.2.tgz#91d9909d35897aebd76a03644a00cd03c4128240"
|
|
|
|
|
integrity sha512-wnZqGJQ+Jvr1I3inxrkffrFZfmQI7Ta8gySw/UWCy95QtZWF/f5yk8zVIocCAsjzD0wgb3jJE3CFJ9W5iwWk1A==
|
|
|
|
|
"@lerna/symlink-dependencies@3.17.0":
|
|
|
|
|
version "3.17.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-3.17.0.tgz#48d6360e985865a0e56cd8b51b308a526308784a"
|
|
|
|
|
integrity sha512-KmjU5YT1bpt6coOmdFueTJ7DFJL4H1w5eF8yAQ2zsGNTtZ+i5SGFBWpb9AQaw168dydc3s4eu0W0Sirda+F59Q==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@lerna/create-symlink" "3.16.2"
|
|
|
|
|
"@lerna/resolve-symlink" "3.16.0"
|
|
|
|
|
"@lerna/symlink-binary" "3.16.2"
|
|
|
|
|
"@lerna/symlink-binary" "3.17.0"
|
|
|
|
|
fs-extra "^8.1.0"
|
|
|
|
|
p-finally "^1.0.0"
|
|
|
|
|
p-map "^2.1.0"
|
|
|
|
@@ -2035,9 +2035,9 @@
|
|
|
|
|
universal-user-agent "^4.0.0"
|
|
|
|
|
|
|
|
|
|
"@octokit/rest@^16.28.4":
|
|
|
|
|
version "16.32.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.32.0.tgz#5bb14e870c90ae34c3587b17bc8efb86d4d62da3"
|
|
|
|
|
integrity sha512-H8X4OGHK7KFNlrx11xQLBQcFGjracSLSoV8JC/N8/BfLl9L5ZMpxt5iFrudZM6alsCZd4hQ5f/GW0hEjAW0ZvQ==
|
|
|
|
|
version "16.33.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.33.0.tgz#13c1404b24c9871419eb31029de177e82f3eb851"
|
|
|
|
|
integrity sha512-t4jMR+odsfooQwmHiREoTQixVTX2DfdbSaO+lKrW9R5XBuk0DW+5T/JdfwtxAGUAHgvDDpWY/NVVDfEPTzxD6g==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@octokit/request" "^5.0.0"
|
|
|
|
|
"@octokit/request-error" "^1.0.2"
|
|
|
|
@@ -2052,15 +2052,15 @@
|
|
|
|
|
once "^1.4.0"
|
|
|
|
|
universal-user-agent "^4.0.0"
|
|
|
|
|
|
|
|
|
|
"@polkadot/dev-react@^0.32.0-beta.7":
|
|
|
|
|
version "0.32.0-beta.7"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.32.0-beta.7.tgz#03b97781761efb5733bcdb1b3ba56818ca6feed3"
|
|
|
|
|
integrity sha512-bZF4YF5xnvQOOAfnds0/vFM4Rcf9IQbf+qEhaRPZ+fbtzIPMCi0mMnEB7Lid0P7+LVEm7WeVuuqM4ZniAtKQsQ==
|
|
|
|
|
"@polkadot/dev-react@^0.32.0-beta.8":
|
|
|
|
|
version "0.32.0-beta.8"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.32.0-beta.8.tgz#c77d23c494405778515dd27d4846e0f85be7c1e0"
|
|
|
|
|
integrity sha512-0afw9u4YBpCJnCiPS0UEIDYbab7/14PNsAaDA+/zny6Y85LGLQzOht4GDkQvRzKE9QkEwHA5G3lZ+25B+Q71ZA==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/core" "^7.6.2"
|
|
|
|
|
"@babel/core" "^7.6.4"
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
|
|
|
|
|
"@babel/preset-react" "^7.0.0"
|
|
|
|
|
"@polkadot/dev" "^0.32.0-beta.7"
|
|
|
|
|
"@babel/preset-react" "^7.6.3"
|
|
|
|
|
"@polkadot/dev" "^0.32.0-beta.8"
|
|
|
|
|
"@types/react" "^16.9.5"
|
|
|
|
|
"@types/react-dom" "^16.9.1"
|
|
|
|
|
"@types/styled-components" "4.1.8"
|
|
|
|
@@ -2070,7 +2070,7 @@
|
|
|
|
|
copy-webpack-plugin "^5.0.4"
|
|
|
|
|
css-loader "^3.2.0"
|
|
|
|
|
enzyme "^3.10.0"
|
|
|
|
|
enzyme-adapter-react-16 "^1.14.0"
|
|
|
|
|
enzyme-adapter-react-16 "^1.15.0"
|
|
|
|
|
eslint-plugin-react "^7.16.0"
|
|
|
|
|
eslint-plugin-react-hooks "^2.1.2"
|
|
|
|
|
file-loader "^4.2.0"
|
|
|
|
@@ -2088,24 +2088,24 @@
|
|
|
|
|
webpack-plugin-serve "^0.12.1"
|
|
|
|
|
worker-loader "^2.0.0"
|
|
|
|
|
|
|
|
|
|
"@polkadot/dev@^0.32.0-beta.7":
|
|
|
|
|
version "0.32.0-beta.7"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.32.0-beta.7.tgz#2b191937d3bfb5139e705bfb342654b992184ada"
|
|
|
|
|
integrity sha512-HUf2+5e55zKQHf4aW7HGLlSgiYTSCWv3suBbeg96TiEZ4mVlDVPxEj1G6yGvohD9MSGTXrO3mFffcj7R2w+33Q==
|
|
|
|
|
"@polkadot/dev@^0.32.0-beta.8":
|
|
|
|
|
version "0.32.0-beta.8"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.32.0-beta.8.tgz#9dff8dc3624833af13a7330655a6f3fd5bd0ab61"
|
|
|
|
|
integrity sha512-eZxC1W8GQbUtbcZuT5yzkz42ERIxsdKvzOp2NVXsC8F1qE3Tbo9su0yN8zpN8NUSsDL+7IQPjPE9FsGfshHNPw==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/cli" "^7.6.2"
|
|
|
|
|
"@babel/core" "^7.6.2"
|
|
|
|
|
"@babel/cli" "^7.6.4"
|
|
|
|
|
"@babel/core" "^7.6.4"
|
|
|
|
|
"@babel/plugin-proposal-class-properties" "^7.5.5"
|
|
|
|
|
"@babel/plugin-proposal-decorators" "^7.6.0"
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread" "^7.6.2"
|
|
|
|
|
"@babel/plugin-proposal-pipeline-operator" "^7.5.0"
|
|
|
|
|
"@babel/plugin-transform-runtime" "^7.6.2"
|
|
|
|
|
"@babel/preset-env" "^7.6.2"
|
|
|
|
|
"@babel/preset-env" "^7.6.3"
|
|
|
|
|
"@babel/preset-typescript" "^7.6.0"
|
|
|
|
|
"@babel/register" "^7.6.2"
|
|
|
|
|
"@babel/runtime" "^7.6.2"
|
|
|
|
|
"@babel/runtime" "^7.6.3"
|
|
|
|
|
"@types/jest" "^24.0.18"
|
|
|
|
|
"@types/node" "^12.7.11"
|
|
|
|
|
"@types/node" "^12.7.12"
|
|
|
|
|
"@typescript-eslint/eslint-plugin" "^2.3.3"
|
|
|
|
|
"@typescript-eslint/parser" "^2.3.3"
|
|
|
|
|
babel-core "^7.0.0-bridge.0"
|
|
|
|
@@ -2124,13 +2124,13 @@
|
|
|
|
|
jest "^24.9.0"
|
|
|
|
|
jest-haste-map "^24.9.0"
|
|
|
|
|
jest-resolve "^24.9.0"
|
|
|
|
|
lerna "^3.16.5"
|
|
|
|
|
lerna "^3.17.0"
|
|
|
|
|
mkdirp "^0.5.1"
|
|
|
|
|
rimraf "^3.0.0"
|
|
|
|
|
typedoc "^0.15.0"
|
|
|
|
|
typedoc-plugin-markdown "^2.2.10"
|
|
|
|
|
typedoc-plugin-no-inherit "^1.1.10"
|
|
|
|
|
typescript "^3.6.3"
|
|
|
|
|
typescript "^3.6.4"
|
|
|
|
|
vuepress "^1.1.0"
|
|
|
|
|
|
|
|
|
|
"@polkadot/keyring@^1.5.1":
|
|
|
|
@@ -2149,12 +2149,12 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@types/chrome" "^0.0.89"
|
|
|
|
|
|
|
|
|
|
"@polkadot/types@^0.95.0-beta.4":
|
|
|
|
|
version "0.95.0-beta.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.95.0-beta.4.tgz#6b76b7279ef5cfc76f5b0e92c6bc7621284062be"
|
|
|
|
|
integrity sha512-7shfmJeZBtnMEnEDhPupBGOkR5RMxat2AAV1zbjh/qC4U3Iimji4F9YNCBm/WwFw0NuppTKfFl4wqc4X7c8/vQ==
|
|
|
|
|
"@polkadot/types@^0.95.0-beta.13":
|
|
|
|
|
version "0.95.0-beta.13"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.95.0-beta.13.tgz#4d50f2c34c00e74e13a349d7b9381d5ded0b1af1"
|
|
|
|
|
integrity sha512-ajMbgIDVE6/Oc57n3cqv4JgX19qOe5hpbVgBu3mzStj1GA/pYwZzajm8zq+QyLhGUtPdV5qr5Hw+q909Bo4swg==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/runtime" "^7.6.2"
|
|
|
|
|
"@babel/runtime" "^7.6.3"
|
|
|
|
|
"@polkadot/util" "^1.5.1"
|
|
|
|
|
"@polkadot/util-crypto" "^1.5.1"
|
|
|
|
|
"@types/memoizee" "^0.4.3"
|
|
|
|
@@ -2488,10 +2488,10 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@types/node" "*"
|
|
|
|
|
|
|
|
|
|
"@types/node@*", "@types/node@^12.7.11":
|
|
|
|
|
version "12.7.11"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
|
|
|
|
|
integrity sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==
|
|
|
|
|
"@types/node@*", "@types/node@^12.7.12":
|
|
|
|
|
version "12.7.12"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.12.tgz#7c6c571cc2f3f3ac4a59a5f2bd48f5bdbc8653cc"
|
|
|
|
|
integrity sha512-KPYGmfD0/b1eXurQ59fXD1GBzhSQfz6/lKBxkaHX9dKTzjXbK68Zt7yGUxUsCS1jeTy/8aL+d9JEr+S54mpkWQ==
|
|
|
|
|
|
|
|
|
|
"@types/normalize-package-data@^2.4.0":
|
|
|
|
|
version "2.4.0"
|
|
|
|
@@ -2551,7 +2551,7 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@types/react" "*"
|
|
|
|
|
|
|
|
|
|
"@types/react@*", "@types/react@^16.9.5":
|
|
|
|
|
"@types/react@*", "@types/react@16.9.5", "@types/react@^16.9.5":
|
|
|
|
|
version "16.9.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.5.tgz#079dabd918b19b32118c25fd00a786bb6d0d5e51"
|
|
|
|
|
integrity sha512-jQ12VMiFOWYlp+j66dghOWcmDDwhca0bnlcTxS4Qz/fh5gi6wpaZDthPEu/Gc/YlAuO87vbiUXL8qKstFvuOaA==
|
|
|
|
@@ -2559,14 +2559,6 @@
|
|
|
|
|
"@types/prop-types" "*"
|
|
|
|
|
csstype "^2.2.0"
|
|
|
|
|
|
|
|
|
|
"@types/react@16.9.0":
|
|
|
|
|
version "16.9.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.0.tgz#27434f16d889a335eb4626d1f1e67eda54039e5b"
|
|
|
|
|
integrity sha512-eOct1hyZI9YZf/eqNlYu7jxA9qyTw1EGXruAJhHhBDBpc00W0C1vwlnh+hkOf7UFZkNK+UxnFBpwAZe3d7XJhQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@types/prop-types" "*"
|
|
|
|
|
csstype "^2.2.0"
|
|
|
|
|
|
|
|
|
|
"@types/secp256k1@^3.5.0":
|
|
|
|
|
version "3.5.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/secp256k1/-/secp256k1-3.5.0.tgz#0f3baf16b07488c6da2633a63b4160bcf8d0fd5b"
|
|
|
|
@@ -2670,9 +2662,9 @@
|
|
|
|
|
svg-tags "^1.0.0"
|
|
|
|
|
|
|
|
|
|
"@vue/babel-preset-app@^3.1.1":
|
|
|
|
|
version "3.11.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-3.11.0.tgz#52bf79c15560a304a13f4770e3e5530e01dd6173"
|
|
|
|
|
integrity sha512-fcCq9nuGGx1WGnyaKHvIC8RnWjISXGf1rJH4mN9+bymDfosgDbwnfV4TYvTZlyK1/aTHEEpIoO3XimTXBo7QBw==
|
|
|
|
|
version "3.12.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-3.12.0.tgz#76cc9ee2c35725ce673c78321b91bb60210c1c75"
|
|
|
|
|
integrity sha512-zUeHItaHrmTAH//kjdvKp0PAzIeveCejYEpYjqstJ07FTc8uT2UYnSITB1pvv1LZocUMAFlJ3soTcHH6pZU68Q==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/helper-module-imports" "^7.0.0"
|
|
|
|
|
"@babel/plugin-proposal-class-properties" "^7.0.0"
|
|
|
|
@@ -2689,15 +2681,15 @@
|
|
|
|
|
core-js "^2.6.5"
|
|
|
|
|
|
|
|
|
|
"@vue/babel-preset-jsx@^1.0.0":
|
|
|
|
|
version "1.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.1.0.tgz#c8001329f5b372297a3111a251eb4f9e956c1266"
|
|
|
|
|
integrity sha512-EeZ9gwEmu79B4A6LMLAw5cPCVYIcbKWgJgJafWtLzh1S+SgERUmTkVQ9Vx4k8zYBiCuxHK3XziZ3VJIMau7THA==
|
|
|
|
|
version "1.1.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.1.1.tgz#3a74642ca0ecea10aae13649df5ff70f9d24a6f5"
|
|
|
|
|
integrity sha512-SeyndwQZc8MAOkhbJaC34ocTwcKekKkwrwnTMC3YF8VmGp5IQWW5gPIU66bqO9WFBXFA3J3ANsUbP2pj8q8KdQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@vue/babel-helper-vue-jsx-merge-props" "^1.0.0"
|
|
|
|
|
"@vue/babel-plugin-transform-vue-jsx" "^1.0.0"
|
|
|
|
|
"@vue/babel-sugar-functional-vue" "^1.0.0"
|
|
|
|
|
"@vue/babel-sugar-inject-h" "^1.0.0"
|
|
|
|
|
"@vue/babel-sugar-v-model" "^1.0.0"
|
|
|
|
|
"@vue/babel-sugar-v-model" "^1.1.1"
|
|
|
|
|
"@vue/babel-sugar-v-on" "^1.1.0"
|
|
|
|
|
|
|
|
|
|
"@vue/babel-sugar-functional-vue@^1.0.0":
|
|
|
|
@@ -2714,10 +2706,10 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/plugin-syntax-jsx" "^7.2.0"
|
|
|
|
|
|
|
|
|
|
"@vue/babel-sugar-v-model@^1.0.0":
|
|
|
|
|
version "1.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.0.0.tgz#f4da56aa67f65a349bd2c269a95e72e601af4613"
|
|
|
|
|
integrity sha512-Pfg2Al0io66P1eO6zUbRIgpyKCU2qTnumiE0lao/wA/uNdb7Dx5Tfd1W6tO5SsByETPnEs8i8+gawRIXX40rFw==
|
|
|
|
|
"@vue/babel-sugar-v-model@^1.1.1":
|
|
|
|
|
version "1.1.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.1.1.tgz#a0f0750fcee20769805a20178299eebd4babf25a"
|
|
|
|
|
integrity sha512-qiPbdUTiqNQdhXzvWQMVfrYGHCiMmscY7j/cudLxdxWZ8AFhgPRVlniVgaWIT7A1iOjs92e8U6qVyqkf0d4ZrA==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@babel/plugin-syntax-jsx" "^7.2.0"
|
|
|
|
|
"@vue/babel-helper-vue-jsx-merge-props" "^1.0.0"
|
|
|
|
@@ -3139,7 +3131,7 @@ agentkeepalive@^3.4.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
humanize-ms "^1.2.1"
|
|
|
|
|
|
|
|
|
|
airbnb-prop-types@^2.13.2:
|
|
|
|
|
airbnb-prop-types@^2.15.0:
|
|
|
|
|
version "2.15.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.15.0.tgz#5287820043af1eb469f5b0af0d6f70da6c52aaef"
|
|
|
|
|
integrity sha512-jUh2/hfKsRjNFC4XONQrxo/n/3GG4Tn6Hl0WlFQN5PY9OMC9loSCoAYKnZsWaP8wEfd5xcrPloK0Zg6iS1xwVA==
|
|
|
|
@@ -3176,9 +3168,9 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
|
|
|
|
|
uri-js "^4.2.2"
|
|
|
|
|
|
|
|
|
|
algoliasearch@^3.24.5:
|
|
|
|
|
version "3.35.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.35.0.tgz#03f2900698c7c547fce9fb8fb8d0b9a56c8da405"
|
|
|
|
|
integrity sha512-Om4aLzkGbUi+Rc3sa8s48CRj2Qe7u5TXS7lK7Z681x2EiAa5Qx5uB/kbp8A6qY6dFDX7vstYRIYZ7t9XgdJ1dw==
|
|
|
|
|
version "3.35.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.35.1.tgz#297d15f534a3507cab2f5dfb996019cac7568f0c"
|
|
|
|
|
integrity sha512-K4yKVhaHkXfJ/xcUnil04xiSrB8B8yHZoFEhWNpXg23eiCnqvTZw1tn/SqvdsANlYHLJlKl0qi3I/Q2Sqo7LwQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
agentkeepalive "^2.2.0"
|
|
|
|
|
debug "^2.6.9"
|
|
|
|
@@ -4611,9 +4603,9 @@ commander@2.20.0:
|
|
|
|
|
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
|
|
|
|
|
|
|
|
|
|
commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@^2.5.0, commander@^2.8.1:
|
|
|
|
|
version "2.20.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.1.tgz#3863ce3ca92d0831dcf2a102f5fb4b5926afd0f9"
|
|
|
|
|
integrity sha512-cCuLsMhJeWQ/ZpsFTbE765kvVfoeSddc4nU3up4fV+fDBcfUXnbITJ+JzhkdjzOqhURjZgujxaioam4RM9yGUg==
|
|
|
|
|
version "2.20.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
|
|
|
|
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
|
|
|
|
|
|
|
|
|
commander@~2.13.0:
|
|
|
|
|
version "2.13.0"
|
|
|
|
@@ -4773,9 +4765,9 @@ content-type@^1.0.4, content-type@~1.0.4:
|
|
|
|
|
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
|
|
|
|
|
|
|
|
|
|
conventional-changelog-angular@^5.0.3:
|
|
|
|
|
version "5.0.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.3.tgz#299fdd43df5a1f095283ac16aeedfb0a682ecab0"
|
|
|
|
|
integrity sha512-YD1xzH7r9yXQte/HF9JBuEDfvjxxwDGGwZU1+ndanbY0oFgA+Po1T9JDSpPLdP0pZT6MhCAsdvFKC4TJ4MTJTA==
|
|
|
|
|
version "5.0.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.5.tgz#69b541bcf3e538a8578b1e5fbaabe9bd8f572b57"
|
|
|
|
|
integrity sha512-RrkdWnL/TVyWV1ayWmSsrWorsTDqjL/VwG5ZSEneBQrd65ONcfeA1cW7FLtNweQyMiKOyriCMTKRSlk18DjTrw==
|
|
|
|
|
dependencies:
|
|
|
|
|
compare-func "^1.3.1"
|
|
|
|
|
q "^1.5.1"
|
|
|
|
@@ -4805,14 +4797,14 @@ conventional-changelog-preset-loader@^2.1.1:
|
|
|
|
|
integrity sha512-zXB+5vF7D5Y3Cb/rJfSyCCvFphCVmF8mFqOdncX3BmjZwAtGAPfYrBcT225udilCKvBbHgyzgxqz2GWDB5xShQ==
|
|
|
|
|
|
|
|
|
|
conventional-changelog-writer@^4.0.6:
|
|
|
|
|
version "4.0.7"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.7.tgz#e4b7d9cbea902394ad671f67108a71fa90c7095f"
|
|
|
|
|
integrity sha512-p/wzs9eYaxhFbrmX/mCJNwJuvvHR+j4Fd0SQa2xyAhYed6KBiZ780LvoqUUvsayP4R1DtC27czalGUhKV2oabw==
|
|
|
|
|
version "4.0.9"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.9.tgz#44ac4c48121bc90e71cb2947e1ea1a6c222ccd7f"
|
|
|
|
|
integrity sha512-2Y3QfiAM37WvDMjkVNaRtZgxVzWKj73HE61YQ/95T53yle+CRwTVSl6Gbv/lWVKXeZcM5af9n9TDVf0k7Xh+cw==
|
|
|
|
|
dependencies:
|
|
|
|
|
compare-func "^1.3.1"
|
|
|
|
|
conventional-commits-filter "^2.0.2"
|
|
|
|
|
dateformat "^3.0.0"
|
|
|
|
|
handlebars "^4.1.2"
|
|
|
|
|
handlebars "^4.4.0"
|
|
|
|
|
json-stringify-safe "^5.0.1"
|
|
|
|
|
lodash "^4.2.1"
|
|
|
|
|
meow "^4.0.0"
|
|
|
|
@@ -4956,9 +4948,9 @@ cosmiconfig@^5.0.0, cosmiconfig@^5.0.5, cosmiconfig@^5.1.0:
|
|
|
|
|
parse-json "^4.0.0"
|
|
|
|
|
|
|
|
|
|
coveralls@^3.0.6:
|
|
|
|
|
version "3.0.6"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.6.tgz#5c63b2759b6781118e7439bd870ba5e9ee428b25"
|
|
|
|
|
integrity sha512-Pgh4v3gCI4T/9VijVrm8Ym5v0OgjvGLKj3zTUwkvsCiwqae/p6VLzpsFNjQS2i6ewV7ef+DjFJ5TSKxYt/mCrA==
|
|
|
|
|
version "3.0.7"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.7.tgz#1eca48e47976e9573d6a2f18b97c2fea4026f34a"
|
|
|
|
|
integrity sha512-mUuH2MFOYB2oBaA4D4Ykqi9LaEYpMMlsiOMJOrv358yAjP6enPIk55fod2fNJ8AvwoYXStWQls37rA+s5e7boA==
|
|
|
|
|
dependencies:
|
|
|
|
|
growl "~> 1.10.0"
|
|
|
|
|
js-yaml "^3.13.1"
|
|
|
|
@@ -5044,6 +5036,15 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0:
|
|
|
|
|
shebang-command "^1.2.0"
|
|
|
|
|
which "^1.2.9"
|
|
|
|
|
|
|
|
|
|
cross-spawn@^7.0.0:
|
|
|
|
|
version "7.0.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
|
|
|
|
|
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
|
|
|
|
|
dependencies:
|
|
|
|
|
path-key "^3.1.0"
|
|
|
|
|
shebang-command "^2.0.0"
|
|
|
|
|
which "^2.0.1"
|
|
|
|
|
|
|
|
|
|
crypto-browserify@^3.11.0:
|
|
|
|
|
version "3.12.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
|
|
|
|
@@ -5832,9 +5833,9 @@ ee-first@1.1.1:
|
|
|
|
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
|
|
|
|
|
|
|
|
|
electron-to-chromium@^1.3.247:
|
|
|
|
|
version "1.3.277"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.277.tgz#38b7b297f9b3f67ea900a965c1b11a555de526ec"
|
|
|
|
|
integrity sha512-Czmsrgng89DOgJlIknnw9bn5431QdtnUwGp5YYiPwU1DbZQUxCLF+rc1ZC09VNAdalOPcvH6AE8BaA0H5HjI/w==
|
|
|
|
|
version "1.3.280"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.280.tgz#5f8950c8329e3e11b59c705fd59b4b8d9b3de5b9"
|
|
|
|
|
integrity sha512-qYWNMjKLEfQAWZF2Sarvo+ahigu0EArnpCFSoUuZJS3W5wIeVfeEvsgmT2mgIrieQkeQ0+xFmykK3nx2ezekPQ==
|
|
|
|
|
|
|
|
|
|
elliptic@^6.0.0, elliptic@^6.4.1:
|
|
|
|
|
version "6.5.1"
|
|
|
|
@@ -5944,31 +5945,40 @@ envinfo@^7.1.0, envinfo@^7.2.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.4.0.tgz#bef4ece9e717423aaf0c3584651430b735ad6630"
|
|
|
|
|
integrity sha512-FdDfnWnCVjxTTpWE3d6Jgh5JDIA3Cw7LCgpM/pI7kK1ORkjaqI2r6NqQ+ln2j0dfpgxY00AWieSvtkiZQKIItA==
|
|
|
|
|
|
|
|
|
|
enzyme-adapter-react-16@^1.14.0:
|
|
|
|
|
version "1.14.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.14.0.tgz#204722b769172bcf096cb250d33e6795c1f1858f"
|
|
|
|
|
integrity sha512-7PcOF7pb4hJUvjY7oAuPGpq3BmlCig3kxXGi2kFx0YzJHppqX1K8IIV9skT1IirxXlu8W7bneKi+oQ10QRnhcA==
|
|
|
|
|
enzyme-adapter-react-16@^1.15.0:
|
|
|
|
|
version "1.15.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.1.tgz#8ad55332be7091dc53a25d7d38b3485fc2ba50d5"
|
|
|
|
|
integrity sha512-yMPxrP3vjJP+4wL/qqfkT6JAIctcwKF+zXO6utlGPgUJT2l4tzrdjMDWGd/Pp1BjHBcljhN24OzNEGRteibJhA==
|
|
|
|
|
dependencies:
|
|
|
|
|
enzyme-adapter-utils "^1.12.0"
|
|
|
|
|
enzyme-adapter-utils "^1.12.1"
|
|
|
|
|
enzyme-shallow-equal "^1.0.0"
|
|
|
|
|
has "^1.0.3"
|
|
|
|
|
object.assign "^4.1.0"
|
|
|
|
|
object.values "^1.1.0"
|
|
|
|
|
prop-types "^15.7.2"
|
|
|
|
|
react-is "^16.8.6"
|
|
|
|
|
react-is "^16.10.2"
|
|
|
|
|
react-test-renderer "^16.0.0-0"
|
|
|
|
|
semver "^5.7.0"
|
|
|
|
|
|
|
|
|
|
enzyme-adapter-utils@^1.12.0:
|
|
|
|
|
version "1.12.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.12.0.tgz#96e3730d76b872f593e54ce1c51fa3a451422d93"
|
|
|
|
|
integrity sha512-wkZvE0VxcFx/8ZsBw0iAbk3gR1d9hK447ebnSYBf95+r32ezBq+XDSAvRErkc4LZosgH8J7et7H7/7CtUuQfBA==
|
|
|
|
|
enzyme-adapter-utils@^1.12.1:
|
|
|
|
|
version "1.12.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.12.1.tgz#e828e0d038e2b1efa4b9619ce896226f85c9dd88"
|
|
|
|
|
integrity sha512-KWiHzSjZaLEoDCOxY8Z1RAbUResbqKN5bZvenPbfKtWorJFVETUw754ebkuCQ3JKm0adx1kF8JaiR+PHPiP47g==
|
|
|
|
|
dependencies:
|
|
|
|
|
airbnb-prop-types "^2.13.2"
|
|
|
|
|
function.prototype.name "^1.1.0"
|
|
|
|
|
airbnb-prop-types "^2.15.0"
|
|
|
|
|
function.prototype.name "^1.1.1"
|
|
|
|
|
object.assign "^4.1.0"
|
|
|
|
|
object.fromentries "^2.0.0"
|
|
|
|
|
object.fromentries "^2.0.1"
|
|
|
|
|
prop-types "^15.7.2"
|
|
|
|
|
semver "^5.6.0"
|
|
|
|
|
semver "^5.7.0"
|
|
|
|
|
|
|
|
|
|
enzyme-shallow-equal@^1.0.0:
|
|
|
|
|
version "1.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.0.tgz#d8e4603495e6ea279038eef05a4bf4887b55dc69"
|
|
|
|
|
integrity sha512-VUf+q5o1EIv2ZaloNQQtWCJM9gpeux6vudGVH6vLmfPXFLRuxl5+Aq3U260wof9nn0b0i+P5OEUXm1vnxkRpXQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
has "^1.0.3"
|
|
|
|
|
object-is "^1.0.1"
|
|
|
|
|
|
|
|
|
|
enzyme@^3.10.0:
|
|
|
|
|
version "3.10.0"
|
|
|
|
@@ -6421,11 +6431,11 @@ execa@^1.0.0:
|
|
|
|
|
strip-eof "^1.0.0"
|
|
|
|
|
|
|
|
|
|
execa@^2.0.0:
|
|
|
|
|
version "2.0.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.5.tgz#5be3e2ea7e61bd038da5a0e11dc6ab2097357f2f"
|
|
|
|
|
integrity sha512-SwmwZZyJjflcqLSgllk4EQlMLst2p9muyzwNugKGFlpAz6rZ7M+s2nBR97GAq4Vzjwx2y9rcMcmqzojwN+xwNA==
|
|
|
|
|
version "2.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/execa/-/execa-2.1.0.tgz#e5d3ecd837d2a60ec50f3da78fd39767747bbe99"
|
|
|
|
|
integrity sha512-Y/URAVapfbYy2Xp/gb6A0E7iR8xeqOCXsuuaoMn7A5PzrXUK84E1gyiEfq0wQd/GHA6GsoHWwhNq8anb0mleIw==
|
|
|
|
|
dependencies:
|
|
|
|
|
cross-spawn "^6.0.5"
|
|
|
|
|
cross-spawn "^7.0.0"
|
|
|
|
|
get-stream "^5.0.0"
|
|
|
|
|
is-stream "^2.0.0"
|
|
|
|
|
merge-stream "^2.0.0"
|
|
|
|
@@ -7456,10 +7466,10 @@ handle-thing@^2.0.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754"
|
|
|
|
|
integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==
|
|
|
|
|
|
|
|
|
|
handlebars@^4.1.2:
|
|
|
|
|
version "4.4.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.2.tgz#8810a9821a9d6d52cb2f57d326d6ce7c3dfe741d"
|
|
|
|
|
integrity sha512-cIv17+GhL8pHHnRJzGu2wwcthL5sb8uDKBHvZ2Dtu5s1YNt0ljbzKbamnc+gr69y7bzwQiBdr5+hOpRd5pnOdg==
|
|
|
|
|
handlebars@^4.1.2, handlebars@^4.4.0:
|
|
|
|
|
version "4.4.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.3.tgz#180bae52c1d0e9ec0c15d7e82a4362d662762f6e"
|
|
|
|
|
integrity sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw==
|
|
|
|
|
dependencies:
|
|
|
|
|
neo-async "^2.6.0"
|
|
|
|
|
optimist "^0.6.1"
|
|
|
|
@@ -7853,9 +7863,9 @@ iferr@^0.1.5:
|
|
|
|
|
integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE=
|
|
|
|
|
|
|
|
|
|
ignore-walk@^3.0.1:
|
|
|
|
|
version "3.0.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.2.tgz#99d83a246c196ea5c93ef9315ad7b0819c35069b"
|
|
|
|
|
integrity sha512-EXyErtpHbn75ZTsOADsfx6J/FPo6/5cjev46PXrcTpd8z3BoRkXgYu9/JVqrI7tusjmwCZutGeRJeU0Wo1e4Cw==
|
|
|
|
|
version "3.0.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37"
|
|
|
|
|
integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==
|
|
|
|
|
dependencies:
|
|
|
|
|
minimatch "^3.0.4"
|
|
|
|
|
|
|
|
|
@@ -9326,13 +9336,13 @@ left-pad@^1.3.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
|
|
|
|
|
integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==
|
|
|
|
|
|
|
|
|
|
lerna@^3.16.5:
|
|
|
|
|
version "3.16.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.16.5.tgz#6bfdae5d156bbd27fc9710de4d8a9d4c6a59c660"
|
|
|
|
|
integrity sha512-82QY1+IVxmzdgbl9FvRZuHxG7B9f0IeYtxZ6xkp4fk6heCEsZx4uTiwlb0jSxOzmundenRKJ0WYAisehfS8hqw==
|
|
|
|
|
lerna@^3.17.0:
|
|
|
|
|
version "3.17.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.17.0.tgz#4bc99d1d9cc2a1d7732780af11b4a60c6a135333"
|
|
|
|
|
integrity sha512-rU3YU1MLN+yy1YZzhaEl8h50d8HtIeBKIQ/ZxmmTqDprIvvWT2AZyDt/9EvoWlirCfdKT/G6Hs63O6sFuDef9g==
|
|
|
|
|
dependencies:
|
|
|
|
|
"@lerna/add" "3.16.5"
|
|
|
|
|
"@lerna/bootstrap" "3.16.5"
|
|
|
|
|
"@lerna/add" "3.17.0"
|
|
|
|
|
"@lerna/bootstrap" "3.17.0"
|
|
|
|
|
"@lerna/changed" "3.16.5"
|
|
|
|
|
"@lerna/clean" "3.16.5"
|
|
|
|
|
"@lerna/cli" "3.13.0"
|
|
|
|
@@ -9341,7 +9351,7 @@ lerna@^3.16.5:
|
|
|
|
|
"@lerna/exec" "3.16.5"
|
|
|
|
|
"@lerna/import" "3.16.5"
|
|
|
|
|
"@lerna/init" "3.16.5"
|
|
|
|
|
"@lerna/link" "3.16.5"
|
|
|
|
|
"@lerna/link" "3.17.0"
|
|
|
|
|
"@lerna/list" "3.16.5"
|
|
|
|
|
"@lerna/publish" "3.16.5"
|
|
|
|
|
"@lerna/run" "3.16.5"
|
|
|
|
@@ -10471,9 +10481,9 @@ nan@^2.12.1, nan@^2.13.2, nan@^2.14.0:
|
|
|
|
|
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
|
|
|
|
|
|
|
|
|
|
nanoid@^2.0.0:
|
|
|
|
|
version "2.1.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.2.tgz#5c63a913f4fbf4afff2004c7bb42dee8e627baf4"
|
|
|
|
|
integrity sha512-q0iKJHcLc9rZg/qtJ/ioG5s6/5357bqvkYCpqXJxpcyfK7L5us8+uJllZosqPWou7l6E1lY2Qqoq5ce+AMbFuQ==
|
|
|
|
|
version "2.1.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.3.tgz#5130db537fca20d2676515fe7b8ecf8e22192914"
|
|
|
|
|
integrity sha512-SbgVmGjEUAR/rYdAM0p0TCdKtJILZeYk3JavV2cmNVmIeR0SaKDudLRk58au6gpJqyFM9qz8ufEsS91D7RZyYA==
|
|
|
|
|
|
|
|
|
|
nanomatch@^1.2.9:
|
|
|
|
|
version "1.2.13"
|
|
|
|
@@ -10790,9 +10800,9 @@ npm-lifecycle@^3.1.2:
|
|
|
|
|
validate-npm-package-name "^3.0.0"
|
|
|
|
|
|
|
|
|
|
npm-packlist@^1.1.6, npm-packlist@^1.4.4:
|
|
|
|
|
version "1.4.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.4.tgz#866224233850ac534b63d1a6e76050092b5d2f44"
|
|
|
|
|
integrity sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw==
|
|
|
|
|
version "1.4.6"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.6.tgz#53ba3ed11f8523079f1457376dd379ee4ea42ff4"
|
|
|
|
|
integrity sha512-u65uQdb+qwtGvEJh/DgQgW1Xg7sqeNbmxYyrvlNznaVTjV3E5P6F/EFjM+BVHXl7JJlsdG8A64M0XI8FI/IOlg==
|
|
|
|
|
dependencies:
|
|
|
|
|
ignore-walk "^3.0.1"
|
|
|
|
|
npm-bundled "^1.0.1"
|
|
|
|
@@ -10938,7 +10948,7 @@ object.entries@^1.0.4, object.entries@^1.1.0:
|
|
|
|
|
function-bind "^1.1.1"
|
|
|
|
|
has "^1.0.3"
|
|
|
|
|
|
|
|
|
|
object.fromentries@^2.0.0:
|
|
|
|
|
object.fromentries@^2.0.0, object.fromentries@^2.0.1:
|
|
|
|
|
version "2.0.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.1.tgz#050f077855c7af8ae6649f45c80b16ee2d31e704"
|
|
|
|
|
integrity sha512-PUQv8Hbg3j2QX0IQYv3iAGCbGcu4yY4KQ92/dhA4sFSixBmSmp13UpDLs6jGK8rBtbmhNNIK99LD2k293jpiGA==
|
|
|
|
@@ -11457,7 +11467,7 @@ path-key@^2.0.0, path-key@^2.0.1:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
|
|
|
|
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
|
|
|
|
|
|
|
|
|
|
path-key@^3.0.0:
|
|
|
|
|
path-key@^3.0.0, path-key@^3.1.0:
|
|
|
|
|
version "3.1.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
|
|
|
|
|
integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
|
|
|
|
@@ -12420,7 +12430,7 @@ react-hot-loader@^4.12.15:
|
|
|
|
|
shallowequal "^1.1.0"
|
|
|
|
|
source-map "^0.7.3"
|
|
|
|
|
|
|
|
|
|
react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6, react-is@^16.9.0:
|
|
|
|
|
react-is@^16.10.2, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6, react-is@^16.9.0:
|
|
|
|
|
version "16.10.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.10.2.tgz#984120fd4d16800e9a738208ab1fba422d23b5ab"
|
|
|
|
|
integrity sha512-INBT1QEgtcCCgvccr5/86CfD71fw9EPmDxgiJX4I2Ddr6ZsV6iFXsuby+qWJPtmNuMY0zByTsG4468P7nHuNWA==
|
|
|
|
@@ -12508,17 +12518,7 @@ react-refresh@^0.4.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.2.tgz#54a277a6caaac2803d88f1d6f13c1dcfbd81e334"
|
|
|
|
|
integrity sha512-kv5QlFFSZWo7OlJFNYbxRtY66JImuP2LcrFgyJfQaf85gSP+byzG21UbDQEYjU7f//ny8rwiEkO6py2Y+fEgAQ==
|
|
|
|
|
|
|
|
|
|
react-test-renderer@16.9.0:
|
|
|
|
|
version "16.9.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.9.0.tgz#7ed657a374af47af88f66f33a3ef99c9610c8ae9"
|
|
|
|
|
integrity sha512-R62stB73qZyhrJo7wmCW9jgl/07ai+YzvouvCXIJLBkRlRqLx4j9RqcLEAfNfU3OxTGucqR2Whmn3/Aad6L3hQ==
|
|
|
|
|
dependencies:
|
|
|
|
|
object-assign "^4.1.1"
|
|
|
|
|
prop-types "^15.6.2"
|
|
|
|
|
react-is "^16.8.6"
|
|
|
|
|
scheduler "^0.16.2"
|
|
|
|
|
|
|
|
|
|
react-test-renderer@^16.0.0-0:
|
|
|
|
|
react-test-renderer@16.10.2, react-test-renderer@^16.0.0-0:
|
|
|
|
|
version "16.10.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.10.2.tgz#4d8492f8678c9b43b721a7d79ed0840fdae7c518"
|
|
|
|
|
integrity sha512-k9Qzyev6cTIcIfrhgrFlYQAFxh5EEDO6ALNqYqmKsWVA7Q/rUMTay5nD3nthi6COmYsd4ghVYyi8U86aoeMqYQ==
|
|
|
|
@@ -12528,16 +12528,7 @@ react-test-renderer@^16.0.0-0:
|
|
|
|
|
react-is "^16.8.6"
|
|
|
|
|
scheduler "^0.16.2"
|
|
|
|
|
|
|
|
|
|
react@16.9.0:
|
|
|
|
|
version "16.9.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
|
|
|
|
|
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
|
|
|
|
|
dependencies:
|
|
|
|
|
loose-envify "^1.1.0"
|
|
|
|
|
object-assign "^4.1.1"
|
|
|
|
|
prop-types "^15.6.2"
|
|
|
|
|
|
|
|
|
|
react@^16.10.2:
|
|
|
|
|
react@16.10.2, react@^16.10.2:
|
|
|
|
|
version "16.10.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/react/-/react-16.10.2.tgz#a5ede5cdd5c536f745173c8da47bda64797a4cf0"
|
|
|
|
|
integrity sha512-MFVIq0DpIhrHFyqLU0S3+4dIcBhhOvBE8bJ/5kHPVOVaGdo0KuiQzpcjCPsf585WvhypqtrMILyoE2th6dT+Lw==
|
|
|
|
@@ -13392,11 +13383,23 @@ shebang-command@^1.2.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
shebang-regex "^1.0.0"
|
|
|
|
|
|
|
|
|
|
shebang-command@^2.0.0:
|
|
|
|
|
version "2.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
|
|
|
|
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
|
|
|
|
|
dependencies:
|
|
|
|
|
shebang-regex "^3.0.0"
|
|
|
|
|
|
|
|
|
|
shebang-regex@^1.0.0:
|
|
|
|
|
version "1.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
|
|
|
|
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
|
|
|
|
|
|
|
|
|
|
shebang-regex@^3.0.0:
|
|
|
|
|
version "3.0.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
|
|
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
|
|
|
|
|
|
|
|
shell-quote@1.6.1:
|
|
|
|
|
version "1.6.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767"
|
|
|
|
@@ -14573,10 +14576,10 @@ typedoc@^0.15.0:
|
|
|
|
|
typedoc-default-themes "^0.6.0"
|
|
|
|
|
typescript "3.5.x"
|
|
|
|
|
|
|
|
|
|
typescript@3.5.x, typescript@^3.6.3:
|
|
|
|
|
version "3.6.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
|
|
|
|
|
integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==
|
|
|
|
|
typescript@3.5.x, typescript@^3.6.4:
|
|
|
|
|
version "3.6.4"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
|
|
|
|
|
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
|
|
|
|
|
|
|
|
|
|
u2f-api@0.2.7:
|
|
|
|
|
version "0.2.7"
|
|
|
|
@@ -15314,6 +15317,13 @@ which@1, which@^1.2.14, which@^1.2.9, which@^1.3.0, which@^1.3.1:
|
|
|
|
|
dependencies:
|
|
|
|
|
isexe "^2.0.0"
|
|
|
|
|
|
|
|
|
|
which@^2.0.1:
|
|
|
|
|
version "2.0.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/which/-/which-2.0.1.tgz#f1cf94d07a8e571b6ff006aeb91d0300c47ef0a4"
|
|
|
|
|
integrity sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==
|
|
|
|
|
dependencies:
|
|
|
|
|
isexe "^2.0.0"
|
|
|
|
|
|
|
|
|
|
wide-align@^1.1.0:
|
|
|
|
|
version "1.1.3"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
|
|
|
|
|