|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | +"@babel/cli@^7.8.4": |
| 6 | + version "7.8.4" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.4.tgz#505fb053721a98777b2b175323ea4f090b7d3c1c" |
| 8 | + integrity sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag== |
| 9 | + dependencies: |
| 10 | + commander "^4.0.1" |
| 11 | + convert-source-map "^1.1.0" |
| 12 | + fs-readdir-recursive "^1.1.0" |
| 13 | + glob "^7.0.0" |
| 14 | + lodash "^4.17.13" |
| 15 | + make-dir "^2.1.0" |
| 16 | + slash "^2.0.0" |
| 17 | + source-map "^0.5.0" |
| 18 | + optionalDependencies: |
| 19 | + chokidar "^2.1.8" |
| 20 | + |
5 | 21 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
|
6 | 22 | version "7.8.3"
|
7 | 23 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
|
|
370 | 386 | dependencies:
|
371 | 387 | "@babel/helper-plugin-utils" "^7.8.0"
|
372 | 388 |
|
| 389 | +"@babel/plugin-syntax-flow@^7.8.3": |
| 390 | + version "7.8.3" |
| 391 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.8.3.tgz#f2c883bd61a6316f2c89380ae5122f923ba4527f" |
| 392 | + integrity sha512-innAx3bUbA0KSYj2E2MNFSn9hiCeowOFLxlsuhXzw8hMQnzkDomUr9QCD7E9VF60NmnG1sNTuuv6Qf4f8INYsg== |
| 393 | + dependencies: |
| 394 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 395 | + |
373 | 396 | "@babel/plugin-syntax-json-strings@^7.8.0":
|
374 | 397 | version "7.8.3"
|
375 | 398 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
|
|
515 | 538 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
|
516 | 539 | "@babel/helper-plugin-utils" "^7.8.3"
|
517 | 540 |
|
| 541 | +"@babel/plugin-transform-flow-strip-types@^7.9.0": |
| 542 | + version "7.9.0" |
| 543 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.9.0.tgz#8a3538aa40434e000b8f44a3c5c9ac7229bd2392" |
| 544 | + integrity sha512-7Qfg0lKQhEHs93FChxVLAvhBshOPQDtJUTVHr/ZwQNRccCm4O9D79r9tVSoV8iNwjP1YgfD+e/fgHcPkN1qEQg== |
| 545 | + dependencies: |
| 546 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 547 | + "@babel/plugin-syntax-flow" "^7.8.3" |
| 548 | + |
518 | 549 | "@babel/plugin-transform-for-of@^7.9.0":
|
519 | 550 | version "7.9.0"
|
520 | 551 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.9.0.tgz#0f260e27d3e29cd1bb3128da5e76c761aa6c108e"
|
|
721 | 752 | dependencies:
|
722 | 753 | "@babel/helper-plugin-utils" "^7.8.3"
|
723 | 754 |
|
724 |
| -"@babel/plugin-transform-typescript@^7.9.0": |
| 755 | +"@babel/plugin-transform-typescript@^7.9.0", "@babel/plugin-transform-typescript@^7.9.6": |
725 | 756 | version "7.9.6"
|
726 | 757 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.9.6.tgz#2248971416a506fc78278fc0c0ea3179224af1e9"
|
727 | 758 | integrity sha512-8OvsRdvpt3Iesf2qsAn+YdlwAJD7zJ+vhFZmDCa4b8dTp7MmHtKk5FF2mCsGxjZwuwsy/yIIay/nLmxST1ctVQ==
|
|
812 | 843 | levenary "^1.1.1"
|
813 | 844 | semver "^5.5.0"
|
814 | 845 |
|
| 846 | +"@babel/preset-flow@^7.9.0": |
| 847 | + version "7.9.0" |
| 848 | + resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.9.0.tgz#fee847c3e090b0b2d9227c1949e4da1d1379280d" |
| 849 | + integrity sha512-88uSmlshIrlmPkNkEcx3UpSZ6b8n0UGBq0/0ZMZCF/uxAW0XIAUuDHBhIOAh0pvweafH4RxOwi/H3rWhtqOYPA== |
| 850 | + dependencies: |
| 851 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 852 | + "@babel/plugin-transform-flow-strip-types" "^7.9.0" |
| 853 | + |
815 | 854 | "@babel/preset-modules@^0.1.3":
|
816 | 855 | version "0.1.3"
|
817 | 856 | resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72"
|
@@ -2088,6 +2127,23 @@ babel-plugin-transform-react-remove-prop-types@^0.4.24:
|
2088 | 2127 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
|
2089 | 2128 | integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
|
2090 | 2129 |
|
| 2130 | +babel-preset-gatsby-package@^0.4.2: |
| 2131 | + version "0.4.2" |
| 2132 | + resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-0.4.2.tgz#132646b4fb401dd4ea915076a635b9e27feadbd6" |
| 2133 | + integrity sha512-OF0dtcvsfSSZFJt1fcrW7vt3kreS6USmtEKOJ4f5V/I7XDTdACnq1BT82spoUDOMjZq6lWlWuXUkHt9sp1Ws3g== |
| 2134 | + dependencies: |
| 2135 | + "@babel/plugin-proposal-class-properties" "^7.8.3" |
| 2136 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3" |
| 2137 | + "@babel/plugin-proposal-optional-chaining" "^7.9.0" |
| 2138 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 2139 | + "@babel/plugin-transform-runtime" "^7.9.6" |
| 2140 | + "@babel/plugin-transform-typescript" "^7.9.6" |
| 2141 | + "@babel/preset-env" "^7.9.6" |
| 2142 | + "@babel/preset-flow" "^7.9.0" |
| 2143 | + "@babel/preset-react" "^7.9.4" |
| 2144 | + babel-plugin-dynamic-import-node "^2.3.3" |
| 2145 | + core-js "^2.6.11" |
| 2146 | + |
2091 | 2147 | babel-preset-gatsby@^0.4.7:
|
2092 | 2148 | version "0.4.7"
|
2093 | 2149 | resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.4.7.tgz#a23945eea34817d09988b434b2fe4c46f69b3ad6"
|
@@ -2971,6 +3027,11 @@ commander@^2.11.0, commander@^2.20.0:
|
2971 | 3027 | resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
2972 | 3028 | integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
2973 | 3029 |
|
| 3030 | +commander@^4.0.1: |
| 3031 | + version "4.1.1" |
| 3032 | + resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" |
| 3033 | + integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== |
| 3034 | + |
2974 | 3035 | common-tags@^1.8.0:
|
2975 | 3036 | version "1.8.0"
|
2976 | 3037 | resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
|
@@ -3119,7 +3180,7 @@ convert-hrtime@^3.0.0:
|
3119 | 3180 | resolved "https://registry.yarnpkg.com/convert-hrtime/-/convert-hrtime-3.0.0.tgz#62c7593f5809ca10be8da858a6d2f702bcda00aa"
|
3120 | 3181 | integrity sha512-7V+KqSvMiHp8yWDuwfww06XleMWVVB9b9tURBx+G7UTADuo5hYPuowKloz4OzOqbPezxgo+fdQ1522WzPG4OeA==
|
3121 | 3182 |
|
3122 |
| -convert-source-map@^1.7.0: |
| 3183 | +convert-source-map@^1.1.0, convert-source-map@^1.7.0: |
3123 | 3184 | version "1.7.0"
|
3124 | 3185 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
|
3125 | 3186 | integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
|
@@ -4911,6 +4972,11 @@ fs-extra@^8.1.0:
|
4911 | 4972 | jsonfile "^4.0.0"
|
4912 | 4973 | universalify "^0.1.0"
|
4913 | 4974 |
|
| 4975 | +fs-readdir-recursive@^1.1.0: |
| 4976 | + version "1.1.0" |
| 4977 | + resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27" |
| 4978 | + integrity sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== |
| 4979 | + |
4914 | 4980 | fs-write-stream-atomic@^1.0.8:
|
4915 | 4981 | version "1.0.10"
|
4916 | 4982 | resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
|
@@ -7343,7 +7409,7 @@ make-dir@^1.0.0:
|
7343 | 7409 | dependencies:
|
7344 | 7410 | pify "^3.0.0"
|
7345 | 7411 |
|
7346 |
| -make-dir@^2.0.0: |
| 7412 | +make-dir@^2.0.0, make-dir@^2.1.0: |
7347 | 7413 | version "2.1.0"
|
7348 | 7414 | resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
|
7349 | 7415 | integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
|
@@ -10198,6 +10264,11 @@ sisteransi@^1.0.4:
|
10198 | 10264 | resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
|
10199 | 10265 | integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
|
10200 | 10266 |
|
| 10267 | +slash@^2.0.0: |
| 10268 | + version "2.0.0" |
| 10269 | + resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" |
| 10270 | + integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== |
| 10271 | + |
10201 | 10272 | slash@^3.0.0:
|
10202 | 10273 | version "3.0.0"
|
10203 | 10274 | resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
|
|
0 commit comments