|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | +"@apollo/react-common@^3.1.4": |
| 6 | + version "3.1.4" |
| 7 | + resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.4.tgz#ec13c985be23ea8e799c9ea18e696eccc97be345" |
| 8 | + integrity sha512-X5Kyro73bthWSCBJUC5XYQqMnG0dLWuDZmVkzog9dynovhfiVCV4kPSdgSIkqnb++cwCzOVuQ4rDKVwo2XRzQA== |
| 9 | + dependencies: |
| 10 | + ts-invariant "^0.4.4" |
| 11 | + tslib "^1.10.0" |
| 12 | + |
| 13 | +"@apollo/react-components@^3.1.5": |
| 14 | + version "3.1.5" |
| 15 | + resolved "https://registry.yarnpkg.com/@apollo/react-components/-/react-components-3.1.5.tgz#040d2f35ce4947747efe16f76d59dcbd797ffdaf" |
| 16 | + integrity sha512-c82VyUuE9VBnJB7bnX+3dmwpIPMhyjMwyoSLyQWPHxz8jK4ak30XszJtqFf4eC4hwvvLYa+Ou6X73Q8V8e2/jg== |
| 17 | + dependencies: |
| 18 | + "@apollo/react-common" "^3.1.4" |
| 19 | + "@apollo/react-hooks" "^3.1.5" |
| 20 | + prop-types "^15.7.2" |
| 21 | + ts-invariant "^0.4.4" |
| 22 | + tslib "^1.10.0" |
| 23 | + |
| 24 | +"@apollo/react-hoc@^3.1.5": |
| 25 | + version "3.1.5" |
| 26 | + resolved "https://registry.yarnpkg.com/@apollo/react-hoc/-/react-hoc-3.1.5.tgz#6552d2fb4aafc59fdc8f4e353358b98b89cfab6f" |
| 27 | + integrity sha512-jlZ2pvEnRevLa54H563BU0/xrYSgWQ72GksarxUzCHQW85nmn9wQln0kLBX7Ua7SBt9WgiuYQXQVechaaCulfQ== |
| 28 | + dependencies: |
| 29 | + "@apollo/react-common" "^3.1.4" |
| 30 | + "@apollo/react-components" "^3.1.5" |
| 31 | + hoist-non-react-statics "^3.3.0" |
| 32 | + ts-invariant "^0.4.4" |
| 33 | + tslib "^1.10.0" |
| 34 | + |
| 35 | +"@apollo/react-hooks@^3.1.5": |
| 36 | + version "3.1.5" |
| 37 | + resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.5.tgz#7e710be52461255ae7fc0b3b9c2ece64299c10e6" |
| 38 | + integrity sha512-y0CJ393DLxIIkksRup4nt+vSjxalbZBXnnXxYbviq/woj+zKa431zy0yT4LqyRKpFy9ahMIwxBnBwfwIoupqLQ== |
| 39 | + dependencies: |
| 40 | + "@apollo/react-common" "^3.1.4" |
| 41 | + "@wry/equality" "^0.1.9" |
| 42 | + ts-invariant "^0.4.4" |
| 43 | + tslib "^1.10.0" |
| 44 | + |
| 45 | +"@apollo/react-ssr@^3.1.5": |
| 46 | + version "3.1.5" |
| 47 | + resolved "https://registry.yarnpkg.com/@apollo/react-ssr/-/react-ssr-3.1.5.tgz#53703cd493afcde567acc6d5512cab03dafce6de" |
| 48 | + integrity sha512-wuLPkKlctNn3u8EU8rlECyktpOUCeekFfb0KhIKknpGY6Lza2Qu0bThx7D9MIbVEzhKadNNrzLcpk0Y8/5UuWg== |
| 49 | + dependencies: |
| 50 | + "@apollo/react-common" "^3.1.4" |
| 51 | + "@apollo/react-hooks" "^3.1.5" |
| 52 | + tslib "^1.10.0" |
| 53 | + |
5 | 54 | "@babel/[email protected]", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35":
|
6 | 55 | version "7.0.0"
|
7 | 56 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
|
|
1448 | 1497 | dependencies:
|
1449 | 1498 | tslib "^1.9.3"
|
1450 | 1499 |
|
| 1500 | +"@wry/equality@^0.1.9": |
| 1501 | + version "0.1.11" |
| 1502 | + resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.11.tgz#35cb156e4a96695aa81a9ecc4d03787bc17f1790" |
| 1503 | + integrity sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA== |
| 1504 | + dependencies: |
| 1505 | + tslib "^1.9.3" |
| 1506 | + |
1451 | 1507 | "@xtuc/ieee754@^1.2.0":
|
1452 | 1508 | version "1.2.0"
|
1453 | 1509 | resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
|
@@ -1706,15 +1762,6 @@ apollo-utilities@^1.0.0:
|
1706 | 1762 | dependencies:
|
1707 | 1763 | fast-json-stable-stringify "^2.0.0"
|
1708 | 1764 |
|
1709 |
| -apollo-utilities@^1.3.0: |
1710 |
| - version "1.3.0" |
1711 |
| - resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.0.tgz#9803724c07ac94ca11dc26397edb58735d2b0211" |
1712 |
| - integrity sha512-wQjV+FdWcTWmWUFlChG5rS0vHKy5OsXC6XlV9STRstQq6VbXANwHy6DHnTEQAfLXWAbNcPgBu+nBUpR3dFhwrA== |
1713 |
| - dependencies: |
1714 |
| - fast-json-stable-stringify "^2.0.0" |
1715 |
| - ts-invariant "^0.4.0" |
1716 |
| - tslib "^1.9.3" |
1717 |
| - |
1718 | 1765 | append-transform@^0.4.0:
|
1719 | 1766 | version "0.4.0"
|
1720 | 1767 | resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"
|
@@ -6469,11 +6516,6 @@ lodash.debounce@^4.0.8:
|
6469 | 6516 | resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
|
6470 | 6517 | integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
|
6471 | 6518 |
|
6472 |
| -lodash.isequal@^4.5.0: |
6473 |
| - version "4.5.0" |
6474 |
| - resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" |
6475 |
| - integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA= |
6476 |
| - |
6477 | 6519 | lodash.memoize@^4.1.2:
|
6478 | 6520 | version "4.1.2"
|
6479 | 6521 | resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
|
@@ -8536,18 +8578,16 @@ rc@^1.2.7:
|
8536 | 8578 | minimist "^1.2.0"
|
8537 | 8579 | strip-json-comments "~2.0.1"
|
8538 | 8580 |
|
8539 |
| -react-apollo@2.5.8: |
8540 |
| - version "2.5.8" |
8541 |
| - resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.5.8.tgz#c7a593b027efeefdd8399885e0ac6bec3b32623c" |
8542 |
| - integrity sha512-60yOQrnNosxU/tRbOxGDaYNLFcOKmQqxHPhxyvKTlGIaF/rRCXQRKixUgWVffpEupSHHD7psY5k5ZOuZsdsSGQ== |
| 8581 | +react-apollo@3.1.5: |
| 8582 | + version "3.1.5" |
| 8583 | + resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-3.1.5.tgz#36692d393c47e7ccc37f0a885c7cc5a8b4961c91" |
| 8584 | + integrity sha512-xOxMqxORps+WHrUYbjVHPliviomefOpu5Sh35oO3osuOyPTxvrljdfTLGCggMhcXBsDljtS5Oy4g+ijWg3D4JQ== |
8543 | 8585 | dependencies:
|
8544 |
| - apollo-utilities "^1.3.0" |
8545 |
| - fast-json-stable-stringify "^2.0.0" |
8546 |
| - hoist-non-react-statics "^3.3.0" |
8547 |
| - lodash.isequal "^4.5.0" |
8548 |
| - prop-types "^15.7.2" |
8549 |
| - ts-invariant "^0.4.2" |
8550 |
| - tslib "^1.9.3" |
| 8586 | + "@apollo/react-common" "^3.1.4" |
| 8587 | + "@apollo/react-components" "^3.1.5" |
| 8588 | + "@apollo/react-hoc" "^3.1.5" |
| 8589 | + "@apollo/react-hooks" "^3.1.5" |
| 8590 | + "@apollo/react-ssr" "^3.1.5" |
8551 | 8591 |
|
8552 | 8592 | react-app-polyfill@^0.2.2:
|
8553 | 8593 | version "0.2.2"
|
@@ -10140,10 +10180,10 @@ ts-invariant@^0.4.0:
|
10140 | 10180 | dependencies:
|
10141 | 10181 | tslib "^1.9.3"
|
10142 | 10182 |
|
10143 |
| -ts-invariant@^0.4.2: |
10144 |
| - version "0.4.2" |
10145 |
| - resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.2.tgz#8685131b8083e67c66d602540e78763408be9113" |
10146 |
| - integrity sha512-PTAAn8lJPEdRBJJEs4ig6MVZWfO12yrFzV7YaPslmyhG7+4MA279y4BXT3f72gXeVl0mC1aAWq2rMX4eKTWU/Q== |
| 10183 | +ts-invariant@^0.4.4: |
| 10184 | + version "0.4.4" |
| 10185 | + resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86" |
| 10186 | + integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA== |
10147 | 10187 | dependencies:
|
10148 | 10188 | tslib "^1.9.3"
|
10149 | 10189 |
|
|
0 commit comments