Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade gatsby-theme-docs-system

+308 -202
+1 -1
package.json
··· 59 59 "flowgen": "^1.9.2", 60 60 "gatsby": "^2.13.41", 61 61 "gatsby-plugin-netlify": "^2.1.3", 62 - "gatsby-theme-docs-system": "^0.2.0", 62 + "gatsby-theme-docs-system": "^0.2.2", 63 63 "globby": "^10.0.1", 64 64 "husky": "^3.0.1", 65 65 "lint-staged": "^9.2.1",
+307 -201
yarn.lock
··· 9 9 dependencies: 10 10 "@babel/highlight" "^7.0.0" 11 11 12 + "@babel/code-frame@^7.5.5": 13 + version "7.5.5" 14 + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" 15 + integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== 16 + dependencies: 17 + "@babel/highlight" "^7.0.0" 18 + 12 19 "@babel/core@^7.0.0", "@babel/core@^7.2.2", "@babel/core@^7.4.3": 13 20 version "7.4.5" 14 21 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a" ··· 49 56 semver "^5.4.1" 50 57 source-map "^0.5.0" 51 58 59 + "@babel/core@^7.5.5": 60 + version "7.5.5" 61 + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30" 62 + integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg== 63 + dependencies: 64 + "@babel/code-frame" "^7.5.5" 65 + "@babel/generator" "^7.5.5" 66 + "@babel/helpers" "^7.5.5" 67 + "@babel/parser" "^7.5.5" 68 + "@babel/template" "^7.4.4" 69 + "@babel/traverse" "^7.5.5" 70 + "@babel/types" "^7.5.5" 71 + convert-source-map "^1.1.0" 72 + debug "^4.1.0" 73 + json5 "^2.1.0" 74 + lodash "^4.17.13" 75 + resolve "^1.3.2" 76 + semver "^5.4.1" 77 + source-map "^0.5.0" 78 + 52 79 "@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.4.4": 53 80 version "7.4.4" 54 81 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041" ··· 57 84 "@babel/types" "^7.4.4" 58 85 jsesc "^2.5.1" 59 86 lodash "^4.17.11" 87 + source-map "^0.5.0" 88 + trim-right "^1.0.1" 89 + 90 + "@babel/generator@^7.5.5": 91 + version "7.5.5" 92 + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf" 93 + integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ== 94 + dependencies: 95 + "@babel/types" "^7.5.5" 96 + jsesc "^2.5.1" 97 + lodash "^4.17.13" 60 98 source-map "^0.5.0" 61 99 trim-right "^1.0.1" 62 100 ··· 244 282 "@babel/traverse" "^7.4.4" 245 283 "@babel/types" "^7.4.4" 246 284 285 + "@babel/helpers@^7.5.5": 286 + version "7.5.5" 287 + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e" 288 + integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g== 289 + dependencies: 290 + "@babel/template" "^7.4.4" 291 + "@babel/traverse" "^7.5.5" 292 + "@babel/types" "^7.5.5" 293 + 247 294 "@babel/highlight@^7.0.0": 248 295 version "7.0.0" 249 296 resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4" ··· 262 309 version "7.4.4" 263 310 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6" 264 311 integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w== 312 + 313 + "@babel/parser@^7.5.5": 314 + version "7.5.5" 315 + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b" 316 + integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g== 265 317 266 318 "@babel/plugin-proposal-async-generator-functions@^7.2.0": 267 319 version "7.2.0" ··· 795 847 globals "^11.1.0" 796 848 lodash "^4.17.11" 797 849 850 + "@babel/traverse@^7.5.5": 851 + version "7.5.5" 852 + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb" 853 + integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ== 854 + dependencies: 855 + "@babel/code-frame" "^7.5.5" 856 + "@babel/generator" "^7.5.5" 857 + "@babel/helper-function-name" "^7.1.0" 858 + "@babel/helper-split-export-declaration" "^7.4.4" 859 + "@babel/parser" "^7.5.5" 860 + "@babel/types" "^7.5.5" 861 + debug "^4.1.0" 862 + globals "^11.1.0" 863 + lodash "^4.17.13" 864 + 798 865 "@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": 799 866 version "7.4.4" 800 867 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" ··· 802 869 dependencies: 803 870 esutils "^2.0.2" 804 871 lodash "^4.17.11" 872 + to-fast-properties "^2.0.0" 873 + 874 + "@babel/types@^7.5.5": 875 + version "7.5.5" 876 + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" 877 + integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw== 878 + dependencies: 879 + esutils "^2.0.2" 880 + lodash "^4.17.13" 805 881 to-fast-properties "^2.0.0" 806 882 807 883 "@cnakazawa/watch@^1.0.3": ··· 1293 1369 dependencies: 1294 1370 core-js "^2.5.7" 1295 1371 1296 - "@mdx-js/mdx@^1.0.21": 1297 - version "1.0.21" 1298 - resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.0.21.tgz#028a7975fff026222f7ace19c8c130290c649025" 1299 - integrity sha512-B+n3PvrtdUcaCgDmWFaBf4n/zsls5hoyNPkWe2CzUx3ggR0SoD4UqCQR7iIZZ//fUjAwFODGf+2H0aJ3tIlB7w== 1372 + "@mdx-js/mdx@^1.1.0": 1373 + version "1.1.0" 1374 + resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.1.0.tgz#9a7138e31e4933d53afca59e0460ab33771af5fe" 1375 + integrity sha512-WHWVPLStet4zc25nEDePNt7YUcCOgEa8q0F0QuE8Ddv5QphuXA7SNtRl2o+xMCm5r7Q5A1RrsG7lipMU4Pviqw== 1300 1376 dependencies: 1301 1377 "@babel/helper-plugin-utils" "^7.0.0" 1302 1378 "@babel/plugin-syntax-jsx" "^7.2.0" 1303 1379 "@babel/plugin-syntax-object-rest-spread" "^7.2.0" 1304 - change-case "^3.0.2" 1305 1380 detab "^2.0.0" 1306 1381 hast-util-raw "^5.0.0" 1307 1382 lodash.uniq "^4.5.0" 1308 - mdast-util-to-hast "^4.0.0" 1309 - remark-mdx "^1.0.21" 1383 + mdast-util-to-hast "^6.0.1" 1384 + remark-mdx "^1.1.0" 1310 1385 remark-parse "^6.0.0" 1311 1386 remark-squeeze-paragraphs "^3.0.1" 1312 1387 to-style "^1.3.3" 1313 - unified "^7.0.0" 1388 + unified "^8.2.0" 1314 1389 unist-builder "^1.0.1" 1315 1390 unist-util-visit "^1.3.0" 1316 1391 1317 - "@mdx-js/react@^1.0.21": 1318 - version "1.0.21" 1319 - resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.0.21.tgz#fc569b86d19f426774591fa401d999ddf6ea5948" 1320 - integrity sha512-+7H1UfIytxKN/nSdojCRzUM/ZeQ6/EUg8F9bnY2NnPGuF+67cug6vZBAx9famtAey0Ms0dr2QAuCOd8k3SkhJg== 1392 + "@mdx-js/react@^1.0.27": 1393 + version "1.0.27" 1394 + resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.0.27.tgz#7461e39f8880eceff8f48b0240e6cdc0f01cc8db" 1395 + integrity sha512-sCv3ItE5L6rdpnZR0s69C8KFgz4pmhGsH4de0ZiO+fiCC/L6asuKLubf9QZk3oG3vjebym/V593CE15vRXvvwQ== 1321 1396 1322 1397 "@mikaelkristiansson/domready@^1.0.9": 1323 1398 version "1.0.9" ··· 1401 1476 resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" 1402 1477 integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow== 1403 1478 1404 - "@styled-system/background@^5.0.12": 1405 - version "5.0.12" 1406 - resolved "https://registry.yarnpkg.com/@styled-system/background/-/background-5.0.12.tgz#f95fb1f5a688138b268b3a021e5d614bd07053e8" 1407 - integrity sha512-CFDLrq6KwZgVwBOMaDnEDJWMELsg4slmjFGHvpxU3bi/JHbEepzksGoY/j2QroIh1lm8sS7vIzl1a6xMtMoytQ== 1479 + "@styled-system/background@^5.0.16": 1480 + version "5.0.16" 1481 + resolved "https://registry.yarnpkg.com/@styled-system/background/-/background-5.0.16.tgz#e7c718f796b7b934fc876d3c943a606c233bd490" 1482 + integrity sha512-pAvvHXkxg/T0MfwFWwGff4vd9Qg5osldasmKgJbvAqVkcIY/yq2p0nzs2hRbCzsmqhQOj8lK+Cqh2V9+71X+WQ== 1408 1483 dependencies: 1409 - "@styled-system/core" "^5.0.12" 1484 + "@styled-system/core" "^5.0.16" 1410 1485 1411 - "@styled-system/border@^5.0.12": 1412 - version "5.0.12" 1413 - resolved "https://registry.yarnpkg.com/@styled-system/border/-/border-5.0.12.tgz#3b0ad3054c72a6f00012602a5170092c54780c6c" 1414 - integrity sha512-jU8Xz5ZXipEtVJsPAKmpO1tCZSymXr2gyYW9ZVQKztDIn4SFortNqkhIiBEZ528qowVYZte7OQWpecTIOYB5wQ== 1486 + "@styled-system/border@^5.0.16": 1487 + version "5.0.16" 1488 + resolved "https://registry.yarnpkg.com/@styled-system/border/-/border-5.0.16.tgz#3538d5cf60901ec3ee17d8b2e240c206f8613902" 1489 + integrity sha512-kgHSuy62r0mWs90TlKZe0L9W4PFMvJHJKJzR7bd/ep8kauTJIxYjLgBKvhgrmDHcIljrYI6vpZ46X3Ryqp5pHg== 1415 1490 dependencies: 1416 - "@styled-system/core" "^5.0.12" 1491 + "@styled-system/core" "^5.0.16" 1417 1492 1418 - "@styled-system/color@^5.0.12": 1419 - version "5.0.12" 1420 - resolved "https://registry.yarnpkg.com/@styled-system/color/-/color-5.0.12.tgz#9fe22743ae39a387edd7d50eb9dc76788aaa65de" 1421 - integrity sha512-bNh1a10CzarHj5rrPyJsVq+WRRdnv7H4SEEngNt07HV6Iq/ds7Gcrp+QJzGtqmF2u3BPSFRLhj9tNQGhFhPq7A== 1493 + "@styled-system/color@^5.0.16": 1494 + version "5.0.16" 1495 + resolved "https://registry.yarnpkg.com/@styled-system/color/-/color-5.0.16.tgz#a4c39d03bb9174581dae79a54ca61093c4d073e3" 1496 + integrity sha512-nd60ufkcF4uLZnR+Bf7psTV1cvZ+/TVw13QbWY0YJh+bg2xs9OTB4THWf+9NSdH6HydGbyGXOVWAbFyK+amOEA== 1422 1497 dependencies: 1423 - "@styled-system/core" "^5.0.12" 1498 + "@styled-system/core" "^5.0.16" 1424 1499 1425 - "@styled-system/core@^5.0.12": 1426 - version "5.0.12" 1427 - resolved "https://registry.yarnpkg.com/@styled-system/core/-/core-5.0.12.tgz#02ac750be8cdaa2220c95edc35ae5f3ae602a272" 1428 - integrity sha512-AScxlT6JQ5bQ4XS5pYmDgv3rGCJtTxK9gEfDtmOU2d+7gGhzG/7DtoxnOlXufUn6xNIm9GL0izyOLti73e9YHg== 1500 + "@styled-system/core@^5.0.16": 1501 + version "5.0.16" 1502 + resolved "https://registry.yarnpkg.com/@styled-system/core/-/core-5.0.16.tgz#e7404c2c691b23fda0bbdba2e3fe024022e12ce4" 1503 + integrity sha512-xvgO6C7zjtMwQ5K7Aihs3tzCxbauvtrKuopw+J5p0fJ9nb3maLvCRLSFjcMrIyQDHBt66O4PbN7pSSz54vPldw== 1429 1504 dependencies: 1430 1505 object-assign "^4.1.1" 1431 1506 1432 - "@styled-system/flexbox@^5.0.12": 1433 - version "5.0.12" 1434 - resolved "https://registry.yarnpkg.com/@styled-system/flexbox/-/flexbox-5.0.12.tgz#932decdd0c0de22d1d845f6daa255270b58c5360" 1435 - integrity sha512-2EETVEFHK+HYeHEcxwJ0UXxyQWF4WX0JuP1KwsS/yLzMQ20O1PGnaj6RxGxHpGWnWNl5XNEvAUcUIvktH4Yfvw== 1507 + "@styled-system/flexbox@^5.0.16": 1508 + version "5.0.16" 1509 + resolved "https://registry.yarnpkg.com/@styled-system/flexbox/-/flexbox-5.0.16.tgz#86b4d57fdf94e3095c721a5546a762eee215162c" 1510 + integrity sha512-yRgcTmPYYeGc9R4nUj7vFPubveWmAV0BmHGYj1ZjXQFnSPRTJQ3VGaqTTCYCEcScfJESIIssDtnQxLKV6V8LRQ== 1436 1511 dependencies: 1437 - "@styled-system/core" "^5.0.12" 1512 + "@styled-system/core" "^5.0.16" 1438 1513 1439 - "@styled-system/grid@^5.0.12": 1440 - version "5.0.12" 1441 - resolved "https://registry.yarnpkg.com/@styled-system/grid/-/grid-5.0.12.tgz#fb71510a4a9d42efa7314f9aa97df2f08e0035bd" 1442 - integrity sha512-sZ+JWJANSrBCn9U9ZSfw3qWLvNjJc9MQLW662M+M37RG+FZg+lzgzXhnhuS4iBVV3UK1YsMFdGMs+VKdMN3N3A== 1514 + "@styled-system/grid@^5.0.16": 1515 + version "5.0.16" 1516 + resolved "https://registry.yarnpkg.com/@styled-system/grid/-/grid-5.0.16.tgz#7a9bc781b47251188c18813d0df1867e669d1b60" 1517 + integrity sha512-04lIfiLYoGy+n1/mYopio/1gNYmXG28thBwTcHy9tD3D4pQXkaLdzLof/9zeFzkt9l7tBh2C1yuKWeGN35oTpA== 1443 1518 dependencies: 1444 - "@styled-system/core" "^5.0.12" 1519 + "@styled-system/core" "^5.0.16" 1445 1520 1446 - "@styled-system/layout@^5.0.12": 1447 - version "5.0.12" 1448 - resolved "https://registry.yarnpkg.com/@styled-system/layout/-/layout-5.0.12.tgz#0f5888d92f9867e8887590511bd4142a19c66894" 1449 - integrity sha512-5FlVI95S0JkWBSl3X9uCS/wv+laBaXalTqCoWC6XM4bwh3vN5LjSR6KSwRUvV6+CVEHb272lR3Kkjxn+OUcv1Q== 1521 + "@styled-system/layout@^5.0.16": 1522 + version "5.0.16" 1523 + resolved "https://registry.yarnpkg.com/@styled-system/layout/-/layout-5.0.16.tgz#80163a458035914e50c722a1eaf1351139f8cab8" 1524 + integrity sha512-DfUTVZEHZxwBCK+CFbrwW7JD7Sm2bPznLGDwQz8xJzkYdw41UPw5YRsI88hWrB6VEU5ZU7cr7ixqaiJGsSQ9VA== 1450 1525 dependencies: 1451 - "@styled-system/core" "^5.0.12" 1526 + "@styled-system/core" "^5.0.16" 1452 1527 1453 - "@styled-system/position@^5.0.12": 1454 - version "5.0.12" 1455 - resolved "https://registry.yarnpkg.com/@styled-system/position/-/position-5.0.12.tgz#b1a3ec2461454993a03f90ba0be995663e2e2aa5" 1456 - integrity sha512-TRnmp+xrwvcUa45kb9t+u+2L7ImjM+xqlTjtUyCk9K0FhBdE0jqSwUuh/LnnAbM6pSHeije31XKtbZXF1XeG/w== 1528 + "@styled-system/position@^5.0.16": 1529 + version "5.0.16" 1530 + resolved "https://registry.yarnpkg.com/@styled-system/position/-/position-5.0.16.tgz#1fad983773aee815c61fc756c742975e871e9e50" 1531 + integrity sha512-8n4JpmGiWTfWtsKmyb3ZEqtiAyp/PCDVCtpl7ziQP5y3HR2qnfMrFeI1rSUM1Er4O4bBoyJ3w3BTPr31viJ22Q== 1457 1532 dependencies: 1458 - "@styled-system/core" "^5.0.12" 1533 + "@styled-system/core" "^5.0.16" 1459 1534 1460 - "@styled-system/shadow@^5.0.12": 1461 - version "5.0.12" 1462 - resolved "https://registry.yarnpkg.com/@styled-system/shadow/-/shadow-5.0.12.tgz#160174749a52ff14a72ade26d91f336096025480" 1463 - integrity sha512-ErOTpAUrITYsqNb6j/qq8NZAoWORq/JkwQ56OS02n/B7K4eA79CwMsOLhs5E6bspgw5Gdg10CVrDnm1p1fquhw== 1535 + "@styled-system/shadow@^5.0.16": 1536 + version "5.0.16" 1537 + resolved "https://registry.yarnpkg.com/@styled-system/shadow/-/shadow-5.0.16.tgz#3baab490ab435703baca34a4f38de1e85bdcb560" 1538 + integrity sha512-erSiv+Cwa0sCVg3JMdHnBmwILMD4ewI45Ev3Zgji+dj7aeikp+flllQbbKI9iWkaYYFeK9xZvj4UKqACdYLfuQ== 1464 1539 dependencies: 1465 - "@styled-system/core" "^5.0.12" 1540 + "@styled-system/core" "^5.0.16" 1466 1541 1467 - "@styled-system/space@^5.0.12": 1468 - version "5.0.12" 1469 - resolved "https://registry.yarnpkg.com/@styled-system/space/-/space-5.0.12.tgz#d311163b50ee3659b32956641b69513bcaa66c91" 1470 - integrity sha512-Mv+YJGIjuzq0yi1GWuKj9zAZtGg01wF/VdP4E0XMZpnR4spqD4pMlLRK+iuiBMbN1mHPy1iymEQP8Epe5S8euQ== 1542 + "@styled-system/space@^5.0.16": 1543 + version "5.0.16" 1544 + resolved "https://registry.yarnpkg.com/@styled-system/space/-/space-5.0.16.tgz#f56bd8193a8305ff90d92868bc9340471a45270e" 1545 + integrity sha512-gxvtO7GNbLAx6tHyvytjeTMl27cfmcP+jzqZznFjkL5rWIoYb+ydVq7i9eu+cPE5pkNf2WyUgNyzNecJKvr4pw== 1471 1546 dependencies: 1472 - "@styled-system/core" "^5.0.12" 1547 + "@styled-system/core" "^5.0.16" 1473 1548 1474 - "@styled-system/typography@^5.0.12": 1475 - version "5.0.12" 1476 - resolved "https://registry.yarnpkg.com/@styled-system/typography/-/typography-5.0.12.tgz#8c81e215de5f9485b6572d26d4bcb51fd1e51a95" 1477 - integrity sha512-PbEDVNnVWie82B6ot0lozmwKkZGGlhWGH+kVx4kXzpgKRD518qVc2fTPtwidCC11s/T/+p1teCkxa6Rbsv9rjg== 1549 + "@styled-system/typography@^5.0.16": 1550 + version "5.0.16" 1551 + resolved "https://registry.yarnpkg.com/@styled-system/typography/-/typography-5.0.16.tgz#3b71aa6e5fb595d0b8b9d672c10d2d7ce1d6af99" 1552 + integrity sha512-qEmXg+NSXio8Gs6R1ctJKsFLV5ClxPHB8d2+MYPLsUhKBuAbexwybOsq5Hl4HS+dTEED58FnGsfE3kdvDqib4g== 1478 1553 dependencies: 1479 - "@styled-system/core" "^5.0.12" 1554 + "@styled-system/core" "^5.0.16" 1480 1555 1481 - "@styled-system/variant@^5.0.12": 1482 - version "5.0.12" 1483 - resolved "https://registry.yarnpkg.com/@styled-system/variant/-/variant-5.0.12.tgz#74ee2d35b7e0b2cdbf80d37d518b0c8d9296dda3" 1484 - integrity sha512-X0pH3Bf7YEyZmUYE8kTX1cFDjHKIBhkZfkO7POB7WKN1qqVz+k3ioPIhZm9u1QWr4XYZ6bvmqAzZJ/W0cQIZ7A== 1556 + "@styled-system/variant@^5.0.16": 1557 + version "5.0.16" 1558 + resolved "https://registry.yarnpkg.com/@styled-system/variant/-/variant-5.0.16.tgz#3a4e62c81958dd02c3951c9189c85540bac78cc8" 1559 + integrity sha512-3pGsubgY9vsGjwNIwCcsjRA9U6Ota1Aie514McWjMngCYTZHS8oZSOJIb+crxJwYUXyOz7CNUQ+dD0jntKhl/w== 1485 1560 dependencies: 1486 - "@styled-system/core" "^5.0.12" 1561 + "@styled-system/core" "^5.0.16" 1487 1562 1488 1563 "@types/babel__core@^7.1.0": 1489 1564 version "7.1.1" ··· 1659 1734 resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.32.tgz#0d3cb31022f8427ea58c008af32b80da126ca4e3" 1660 1735 integrity sha1-DTyzECL4Qn6ljACK8yuA2hJspOM= 1661 1736 1662 - "@types/unist@*", "@types/unist@^2.0.0": 1737 + "@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2": 1663 1738 version "2.0.3" 1664 1739 resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" 1665 1740 integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== ··· 2387 2462 resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.2.tgz#101c8b26567e35c217e817e892135a9a04a5a805" 2388 2463 integrity sha512-kkIqi2+oZ7YCLbZbrhOGxPA/HuWpfvzRUxbD75SHqwxl9fZVWSLQhOUl72GEpAuEt4MeCEguKpMX100oDN3MQA== 2389 2464 2390 - "babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.10.2: 2465 + "babel-plugin-styled-components@>= 1": 2391 2466 version "1.10.3" 2392 2467 resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.3.tgz#ee77c3285cc2ac5eb82483a0e6e347f023ef6972" 2393 2468 integrity sha512-QtXncjByp1+joHjmkb83bVjTIVWYnHo9aHQjUmVfQ4IC6c4hDwrD466R/Wb1faNX5sAhJkpCJ2KWt+fASwd67g== 2469 + dependencies: 2470 + "@babel/helper-annotate-as-pure" "^7.0.0" 2471 + "@babel/helper-module-imports" "^7.0.0" 2472 + babel-plugin-syntax-jsx "^6.18.0" 2473 + lodash "^4.17.11" 2474 + 2475 + babel-plugin-styled-components@^1.10.6: 2476 + version "1.10.6" 2477 + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.6.tgz#f8782953751115faf09a9f92431436912c34006b" 2478 + integrity sha512-gyQj/Zf1kQti66100PhrCRjI5ldjaze9O0M3emXRPAN80Zsf8+e1thpTpaXJXVHXtaM4/+dJEgZHyS9Its+8SA== 2394 2479 dependencies: 2395 2480 "@babel/helper-annotate-as-pure" "^7.0.0" 2396 2481 "@babel/helper-module-imports" "^7.0.0" ··· 3159 3244 escape-string-regexp "^1.0.5" 3160 3245 supports-color "^5.3.0" 3161 3246 3162 - change-case@^3.0.2: 3247 + change-case@^3.1.0: 3163 3248 version "3.1.0" 3164 3249 resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.1.0.tgz#0e611b7edc9952df2e8513b27b42de72647dd17e" 3165 3250 integrity sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw== ··· 5947 6032 ink "^2.3.0" 5948 6033 ink-spinner "^3.0.1" 5949 6034 5950 - gatsby-core-utils@^1.0.3: 6035 + gatsby-core-utils@^1.0.0, gatsby-core-utils@^1.0.3: 5951 6036 version "1.0.3" 5952 6037 resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.3.tgz#f7616192ac0b4d0fc04587d924533c3cece70980" 5953 6038 integrity sha512-01B0wqVTftFcYwVR7HGJy+Nriy+xxC++VZhsWNCFWtby1NwfSDUwkoScGcZ/jXvg9waEmBC1n70FwVIDnoHzSA== ··· 5968 6053 "@types/reach__router" "^1.0.0" 5969 6054 prop-types "^15.6.1" 5970 6055 5971 - gatsby-page-utils@^0.0.2: 5972 - version "0.0.2" 5973 - resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-0.0.2.tgz#0eb341abcdd0a21a8e85a4fe6fb736956d95e0ad" 5974 - integrity sha512-8fG4KuLtck5q2HPdHmFs69a34CAO2cL1js7WCuFPma3P53lLF5Ui1v5o6cTouF3Yms3Gah8piM3zIWhG7mCHtQ== 5975 - dependencies: 5976 - "@babel/runtime" "^7.0.0" 5977 - bluebird "^3.5.0" 5978 - chokidar "2.1.2" 5979 - fs-exists-cached "^1.0.0" 5980 - glob "^7.1.1" 5981 - lodash "^4.17.10" 5982 - micromatch "^3.1.10" 5983 - slash "^1.0.0" 5984 - 5985 6056 gatsby-page-utils@^0.0.5: 5986 6057 version "0.0.5" 5987 6058 resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-0.0.5.tgz#faefc2ece9f14bfd161ddd0104d1e12b54ef7a70" ··· 6003 6074 dependencies: 6004 6075 "@babel/runtime" "^7.2.0" 6005 6076 6006 - gatsby-plugin-catch-links@^2.1.0: 6007 - version "2.1.0" 6008 - resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.0.tgz#95680b81a55f4d1fbb598cb363ed15eb84203bde" 6009 - integrity sha512-345dY1HU6rwAzw5TPkcz4aNy5s/2FjbgW8zY/X1YqbcaAd8PhocBV9CVLfSAPZA1ugpJ1bThIT1DtIBQ/rwIHw== 6077 + gatsby-plugin-catch-links@^2.1.2: 6078 + version "2.1.2" 6079 + resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.2.tgz#f7e04e2b390341ba4b1f8f0e12d4bcf78b1e542d" 6080 + integrity sha512-ur17fNloBJItWH1CtADFyPDqBHfe2NKV0OenuVpCEIHq4mKdWjPO1Q7cC+0/ZKN1GikpsTAabwXy4JwWIKUSew== 6010 6081 dependencies: 6011 6082 "@babel/runtime" "^7.0.0" 6012 6083 escape-string-regexp "^1.0.5" 6013 6084 6014 - gatsby-plugin-compile-es6-packages@^1.1.0: 6015 - version "1.1.0" 6016 - resolved "https://registry.yarnpkg.com/gatsby-plugin-compile-es6-packages/-/gatsby-plugin-compile-es6-packages-1.1.0.tgz#5045c3bbf408c6d639b317ebffd8e9128073c4f9" 6017 - integrity sha512-YjB9LDyUBcWfVVF8mN+t4OziYghys08nb2vpYgW+sqXO4giHRLWpANFmVUXW+H2c1g8fAwPlKYcwDXyqNunibw== 6085 + gatsby-plugin-compile-es6-packages@^2.1.0: 6086 + version "2.1.0" 6087 + resolved "https://registry.yarnpkg.com/gatsby-plugin-compile-es6-packages/-/gatsby-plugin-compile-es6-packages-2.1.0.tgz#eb6068d8936fd8b404716e47b821d09bf0656af7" 6088 + integrity sha512-yrYAAjabHWJr3ARi8xzDm01dbBfyOxEWTwGkL3BMdgL/opfLvTrwLmfium4kSelnLs70DYY3rYDwyHjqyFsnFQ== 6018 6089 dependencies: 6019 6090 "@babel/runtime" "^7.0.0" 6020 6091 regex-escape "^3.4.8" 6021 6092 6022 - gatsby-plugin-mdx@^1.0.5: 6023 - version "1.0.5" 6024 - resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.0.5.tgz#5d3319ac506451430e628e9985d225bbb7fadbd5" 6025 - integrity sha512-zdVe4qXORX1VkbSamr1ohyA4cCtPyGxQn3KQjeEh00YppwP3aJ/wr8XNiVXJGndzj/CMQ7T6OFwqxC6XFNttPg== 6093 + gatsby-plugin-mdx@^1.0.17: 6094 + version "1.0.17" 6095 + resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.0.17.tgz#73a2a9196c6f7ecf40b1ceaecbe673db01d21b5b" 6096 + integrity sha512-nYm2iQzPqRKzNLa2MpsZ9gC76d406cKEW0OO43MfApKAfEOMAVrKWWIbPrFf+faq4kEm1SmRxXBteDL+n/Gvsw== 6026 6097 dependencies: 6027 6098 "@babel/core" "^7.4.3" 6028 6099 "@babel/plugin-proposal-object-rest-spread" "^7.4.3" 6029 6100 "@babel/preset-env" "^7.4.3" 6030 6101 "@babel/preset-react" "^7.0.0" 6102 + change-case "^3.1.0" 6031 6103 core-js "2" 6032 6104 dataloader "^1.4.0" 6033 6105 debug "^4.0.1" ··· 6035 6107 fs-extra "^7.0.0" 6036 6108 gray-matter "^4.0.1" 6037 6109 loader-utils "^1.2.3" 6038 - lodash "^4.17.10" 6110 + lodash "^4.17.14" 6039 6111 mdast-util-to-string "^1.0.4" 6040 6112 mdast-util-toc "^3.0.0" 6041 6113 mime "^2.3.1" ··· 6062 6134 lodash "^4.17.14" 6063 6135 webpack-assets-manifest "^3.0.2" 6064 6136 6065 - gatsby-plugin-nprogress@^2.1.0: 6066 - version "2.1.0" 6067 - resolved "https://registry.yarnpkg.com/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-2.1.0.tgz#1609b2db52b4131acbd433cb6335aea67c492a7d" 6068 - integrity sha512-E9ynVJMuxMGhpNecijxH4nx1SBMj4vR4H824YcLZC8ATao6Iz4jVzSYo6MnwtXUJeTjDDkPnvUhe0+HGGNjWGQ== 6137 + gatsby-plugin-nprogress@^2.1.2: 6138 + version "2.1.2" 6139 + resolved "https://registry.yarnpkg.com/gatsby-plugin-nprogress/-/gatsby-plugin-nprogress-2.1.2.tgz#dd973e428e43ee1a8fbf336967e31dfe835d4777" 6140 + integrity sha512-nWnA4O1XUChf25j8H05lLPdVB6MF+BEQiuSL/K9TI8LVZRQxjRIsijCDGzvtR02dvp/bAi9ftJE1LRP/yS/qpQ== 6069 6141 dependencies: 6070 6142 "@babel/runtime" "^7.0.0" 6071 6143 nprogress "^0.2.0" 6072 6144 6073 - gatsby-plugin-page-creator@^2.1.1: 6074 - version "2.1.1" 6075 - resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.1.tgz#0d8493ef7d0614080b93370782f4666a11f7333a" 6076 - integrity sha512-6pzu0tLyzlqzWOKpIxj9sHYALdJLh4KRpqYSfrJpSLefw/gbff3h4CDnrHRsOCaaop8UEAkZkI1XGnhcsBFEVQ== 6077 - dependencies: 6078 - "@babel/runtime" "^7.0.0" 6079 - bluebird "^3.5.0" 6080 - fs-exists-cached "^1.0.0" 6081 - gatsby-page-utils "^0.0.2" 6082 - glob "^7.1.1" 6083 - lodash "^4.17.10" 6084 - micromatch "^3.1.10" 6085 - 6086 6145 gatsby-plugin-page-creator@^2.1.5: 6087 6146 version "2.1.5" 6088 6147 resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.5.tgz#723fc0392a67978cab649a402ad88f6f06b74e4c" ··· 6096 6155 lodash "^4.17.14" 6097 6156 micromatch "^3.1.10" 6098 6157 6099 - gatsby-plugin-react-helmet@^3.1.0: 6100 - version "3.1.0" 6101 - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.0.tgz#5cc5271334fce7522207f751a24af97bd7eebaf5" 6102 - integrity sha512-QJefYCTvu+WRgnckNipnfvNVUR8+1TsXN+/AZPWJ9OyFUWmgYJO/PyDpIzEEYekDnDMb7gKFFj+UuJ8bSGvj2g== 6158 + gatsby-plugin-react-helmet@^3.1.2: 6159 + version "3.1.2" 6160 + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.2.tgz#cde010f708581db4afbb3014257a6cef5c062116" 6161 + integrity sha512-9rqa0D7qV+d7lMcnoV2Y4PTSNJcolTVZDygINYAboeef8fflcvGmOYUl16SbC0HjRjdGSiS9bmcsUNHeYPC/7g== 6103 6162 dependencies: 6104 6163 "@babel/runtime" "^7.0.0" 6105 6164 6106 - gatsby-plugin-sharp@^2.2.1: 6107 - version "2.2.1" 6108 - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.1.tgz#a2c91e39cf33a958c108f44b71cc01a3a506c63b" 6109 - integrity sha512-NoAf3HK9xT9YdTd8rHf9SoBJoq9uZ+qLxTVe9xdAeOusGrnPIndbZIbPKzzBrhJZ94kihEf7ehEfGCwsh6c1Sw== 6165 + gatsby-plugin-sharp@^2.2.9: 6166 + version "2.2.9" 6167 + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.9.tgz#9a5a4778e767c31621dd4cc46271b64a7af4b8de" 6168 + integrity sha512-yFaBuV4G6NRl3ExkWOJFtQlUO5rA3guvuR+30GwwdiHTSYuIFBvoCDgKQ+4k2fpAM5tbG6BHaUr7r/ccxWUWYg== 6110 6169 dependencies: 6111 6170 "@babel/runtime" "^7.0.0" 6112 6171 async "^2.1.2" 6113 6172 bluebird "^3.5.0" 6114 6173 fs-extra "^7.0.0" 6174 + gatsby-core-utils "^1.0.0" 6175 + got "^8.3.2" 6115 6176 imagemin "^6.0.0" 6116 6177 imagemin-mozjpeg "^8.0.0" 6117 6178 imagemin-pngquant "^6.0.0" 6118 6179 imagemin-webp "^5.0.0" 6119 - lodash "^4.17.10" 6180 + lodash "^4.17.14" 6120 6181 mini-svg-data-uri "^1.0.0" 6121 6182 potrace "^2.1.1" 6122 6183 probe-image-size "^4.0.0" ··· 6125 6186 sharp "^0.22.1" 6126 6187 svgo "^1.2.0" 6127 6188 6128 - gatsby-plugin-sitemap@^2.2.0: 6129 - version "2.2.0" 6130 - resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.2.0.tgz#062197dfb2c5b3c61deb18294c97fb625901d45a" 6131 - integrity sha512-buK9HAH6zY05DeoUZOZo5Oznp6spGN+XKfeKGrF9Tl+culz3E/o6jbpGQcDRhN/6ZP2LcVLKUUUQLJQ1WOL50w== 6189 + gatsby-plugin-sitemap@^2.2.3: 6190 + version "2.2.3" 6191 + resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.2.3.tgz#8accd2a612b834cadd1c5f36b3b0973af9409ffe" 6192 + integrity sha512-Kf+8rek45xbtsM99JIwKHhxR3oyzxEwKZg76hL/LFmtZ4GnD4PEY80HQpdvcA3beT0RdLWj0uaFMpn+435yZaA== 6132 6193 dependencies: 6133 6194 "@babel/runtime" "^7.0.0" 6134 6195 minimatch "^3.0.4" 6135 6196 pify "^3.0.0" 6136 6197 sitemap "^1.12.0" 6137 6198 6138 - gatsby-plugin-styled-components@^3.1.0: 6139 - version "3.1.0" 6140 - resolved "https://registry.yarnpkg.com/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.0.tgz#ce837299807247cf2c4347bd51aaed4c58c195d9" 6141 - integrity sha512-VMaq82vU7WsfXj5kOxGJP7w9MOUUxT3mcs4NYZqHGvFU+2+oeO70SJ1WoeB5TSIFEKlNhGUiKTdL6NcMh54/nA== 6199 + gatsby-plugin-styled-components@^3.1.2: 6200 + version "3.1.2" 6201 + resolved "https://registry.yarnpkg.com/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.2.tgz#1f8ab130e2fdc02fbc8b158b237e7f620d15c2a9" 6202 + integrity sha512-9MjGXl5ddN2L7jKlSjrobtxbR1gIIpBOmFcfkmNPdL/7rMUkWR6bLmAQ6fUPGCIwTLyvYsNjBZhtAwhUY+NTBw== 6142 6203 dependencies: 6143 6204 "@babel/runtime" "^7.0.0" 6144 6205 6145 - gatsby-plugin-typography@^2.3.0: 6146 - version "2.3.0" 6147 - resolved "https://registry.yarnpkg.com/gatsby-plugin-typography/-/gatsby-plugin-typography-2.3.0.tgz#67e1fa937863b49597feaa6fe2be8e99b25cb4f3" 6148 - integrity sha512-a+dqTPzQd3jzbOhYvdMxfegV83+4ppYE6M3Iw7duvcyR4I2poNCvoSHGzvMQ1s8yULB6p90CQ6u7mhVh2xP8ew== 6206 + gatsby-plugin-typography@^2.3.2: 6207 + version "2.3.2" 6208 + resolved "https://registry.yarnpkg.com/gatsby-plugin-typography/-/gatsby-plugin-typography-2.3.2.tgz#d68f4d97825c5bd75d5ff4cfaa3c41acd0db883c" 6209 + integrity sha512-lsAkd460ENV4Dv6YYSdEy1uPkbDxqAW1HfoqfmMyu7yzWrTZ7d1nzQGFQuF7Pyx//AjzcW6x8TI+zmZtrNmUzw== 6149 6210 dependencies: 6150 6211 "@babel/runtime" "^7.0.0" 6151 6212 ··· 6168 6229 unist-util-find "^1.0.1" 6169 6230 unist-util-visit "^1.1.3" 6170 6231 6171 - gatsby-remark-images@^3.1.2: 6172 - version "3.1.2" 6173 - resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.1.2.tgz#01f707ffa27bd2181c78da1aca51f0e32698c930" 6174 - integrity sha512-RZUtqT7cqfFfQ3UFoL0ahy5duQo3/BSJdodyw3gp+PhWlWB3hz9fEZ5mvuCXJql+n/kLv+ifZAL5udPl1TNEqA== 6232 + gatsby-remark-images@^3.1.7: 6233 + version "3.1.7" 6234 + resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.1.7.tgz#baa168afe680f4b6f209ee1d04aa801de38aaa23" 6235 + integrity sha512-lTfHUUwCLEMpM4OlaLzjipcuuOIgj1PoxXhFwETgR3qaeLRovMtvCF26NqYShBkGn8R42WnegJw5Wh4yTQJDow== 6175 6236 dependencies: 6176 6237 "@babel/runtime" "^7.0.0" 6177 6238 cheerio "^1.0.0-rc.2" 6178 6239 is-relative-url "^2.0.0" 6179 - lodash "^4.17.10" 6240 + lodash "^4.17.14" 6180 6241 mdast-util-definitions "^1.2.0" 6181 6242 potrace "^2.1.1" 6182 6243 query-string "^6.1.0" ··· 6184 6245 unist-util-select "^1.5.0" 6185 6246 unist-util-visit-parents "^2.0.1" 6186 6247 6187 - gatsby-remark-smartypants@^2.1.0: 6188 - version "2.1.0" 6189 - resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.1.0.tgz#0883a56f4b64f88978858359efdb2fa67f725f33" 6190 - integrity sha512-lh4uIewueTtJ2D1CysbDxWMbv4R+k3/KQgs1/yHhOXrnCUQ+2YiUvQYFmyHTMS6k+ShBpDE4x0gqptkzvCgIhg== 6248 + gatsby-remark-smartypants@^2.1.2: 6249 + version "2.1.2" 6250 + resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.1.2.tgz#19786139811eb77c42b78e6acd3f8b9a017d6b7a" 6251 + integrity sha512-F3fyvuCA42nGRA2/cMeRxO48C4y8cEhorQCFHOBnNahVxoyunc4YWFhuc1WE2wEaj8DxVI0cFwjXNeNxD6g1YA== 6191 6252 dependencies: 6192 6253 "@babel/runtime" "^7.0.0" 6193 6254 retext "^5.0.0" 6194 6255 retext-smartypants "^3.0.0" 6195 6256 unist-util-visit "^1.3.0" 6196 6257 6197 - gatsby-source-filesystem@^2.1.1: 6198 - version "2.1.1" 6199 - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.1.tgz#5f19c527b4b6c43a9f46da8be5b9cc15cb142787" 6200 - integrity sha512-B01of7+bvpyaJz6uF4mM/kVfZrkxB28kfg+csHE9Ro8w+4+qGAFG/HKYGOCQxeKNL/yI6Uw8KeKLMW14KVD0UA== 6258 + gatsby-source-filesystem@^2.1.6: 6259 + version "2.1.6" 6260 + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.6.tgz#ced6b7b9d02a74849ef2f5dce8d501839cd66e54" 6261 + integrity sha512-Om05JfbYLWn54as5+7O6Dci273V4fbS0FqhxNVNkixAh6Vib5Yi3kBr8L+5l29tF2vB0dr3UPMk95tF9LuHwEw== 6201 6262 dependencies: 6202 6263 "@babel/runtime" "^7.0.0" 6203 6264 better-queue "^3.8.7" ··· 6205 6266 chokidar "2.1.2" 6206 6267 file-type "^10.2.0" 6207 6268 fs-extra "^5.0.0" 6269 + gatsby-core-utils "^1.0.0" 6208 6270 got "^7.1.0" 6209 6271 md5-file "^3.1.1" 6210 6272 mime "^2.2.0" ··· 6237 6299 stack-utils "1.0.2" 6238 6300 uuid "3.3.2" 6239 6301 6240 - gatsby-theme-docs-system@^0.2.0: 6241 - version "0.2.0" 6242 - resolved "https://registry.yarnpkg.com/gatsby-theme-docs-system/-/gatsby-theme-docs-system-0.2.0.tgz#49820f0fee6d3178e536c8e594c3119ff460cbc3" 6243 - integrity sha512-ivnrK9Zrr9ukEUt6RPcZ1wfeHDcWz1sPLZ3lDXVXOHpo5LWrwKqAUzsR2DT77LHdX+t8UqLA2O7hSyNlulq4KA== 6302 + gatsby-theme-docs-system@^0.2.2: 6303 + version "0.2.2" 6304 + resolved "https://registry.yarnpkg.com/gatsby-theme-docs-system/-/gatsby-theme-docs-system-0.2.2.tgz#47f536171896f59181d3e7fb442e69dbcfd3c4c9" 6305 + integrity sha512-Be1okbX0ep0R6Tu53e7HQIYnBNEKEQySafUhpoqBawn1hvWRwK+D3BFR9+eLQBdxczgnnBC0w8U7hj8EDQtkdA== 6244 6306 dependencies: 6245 - "@mdx-js/mdx" "^1.0.21" 6246 - "@mdx-js/react" "^1.0.21" 6307 + "@babel/core" "^7.5.5" 6308 + "@mdx-js/mdx" "^1.1.0" 6309 + "@mdx-js/react" "^1.0.27" 6247 6310 "@reach/skip-nav" "^0.1.3" 6248 6311 "@reach/visually-hidden" "^0.1.4" 6249 - babel-plugin-styled-components "^1.10.2" 6312 + babel-plugin-styled-components "^1.10.6" 6250 6313 gatsby-plugin-alias-imports "^1.0.5" 6251 - gatsby-plugin-catch-links "^2.1.0" 6252 - gatsby-plugin-compile-es6-packages "^1.1.0" 6253 - gatsby-plugin-mdx "^1.0.5" 6254 - gatsby-plugin-nprogress "^2.1.0" 6255 - gatsby-plugin-page-creator "^2.1.1" 6256 - gatsby-plugin-react-helmet "^3.1.0" 6257 - gatsby-plugin-sharp "^2.2.1" 6258 - gatsby-plugin-sitemap "^2.2.0" 6259 - gatsby-plugin-styled-components "^3.1.0" 6260 - gatsby-plugin-typography "^2.3.0" 6314 + gatsby-plugin-catch-links "^2.1.2" 6315 + gatsby-plugin-compile-es6-packages "^2.1.0" 6316 + gatsby-plugin-mdx "^1.0.17" 6317 + gatsby-plugin-nprogress "^2.1.2" 6318 + gatsby-plugin-page-creator "^2.1.5" 6319 + gatsby-plugin-react-helmet "^3.1.2" 6320 + gatsby-plugin-sharp "^2.2.9" 6321 + gatsby-plugin-sitemap "^2.2.3" 6322 + gatsby-plugin-styled-components "^3.1.2" 6323 + gatsby-plugin-typography "^2.3.2" 6261 6324 gatsby-remark-external-links "^0.0.4" 6262 - gatsby-remark-images "^3.1.2" 6263 - gatsby-remark-smartypants "^2.1.0" 6264 - gatsby-source-filesystem "^2.1.1" 6325 + gatsby-remark-images "^3.1.7" 6326 + gatsby-remark-smartypants "^2.1.2" 6327 + gatsby-source-filesystem "^2.1.6" 6265 6328 github-slugger "^1.2.1" 6266 6329 prism-react-renderer "^0.1.7" 6267 6330 react-helmet "^5.2.1" ··· 6269 6332 remark-emoji "^2.0.2" 6270 6333 remark-slug "^5.1.2" 6271 6334 styled-components "^4.3.2" 6272 - styled-system "^5.0.12" 6335 + styled-system "^5.0.16" 6273 6336 typography "^0.16.19" 6337 + webpack "~4.28.4" 6274 6338 6275 6339 gatsby@^2.13.41: 6276 6340 version "2.13.41" ··· 6700 6764 url-parse-lax "^1.0.0" 6701 6765 url-to-options "^1.0.1" 6702 6766 6703 - got@^8.3.1: 6767 + got@^8.3.1, got@^8.3.2: 6704 6768 version "8.3.2" 6705 6769 resolved "https://registry.yarnpkg.com/got/-/got-8.3.2.tgz#1d23f64390e97f776cac52e5b936e5f514d2e937" 6706 6770 integrity sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw== ··· 7900 7964 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" 7901 7965 integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= 7902 7966 7967 + is-plain-obj@^2.0.0: 7968 + version "2.0.0" 7969 + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.0.0.tgz#7fd1a7f1b69e160cde9181d2313f445c68aa2679" 7970 + integrity sha512-EYisGhpgSCwspmIuRHGjROWTon2Xp8Z7U03Wubk/bTL5TTRC5R1rGVgyjzBrk9+ULdH6cRD06KRcw/xfqhVYKQ== 7971 + 7903 7972 is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: 7904 7973 version "2.0.4" 7905 7974 resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" ··· 9099 9168 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" 9100 9169 integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== 9101 9170 9102 - lodash@^4.17.14: 9171 + lodash@^4.17.13, lodash@^4.17.14: 9103 9172 version "4.17.15" 9104 9173 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" 9105 9174 integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== ··· 9372 9441 dependencies: 9373 9442 unist-util-visit "^1.0.0" 9374 9443 9375 - mdast-util-to-hast@^4.0.0: 9376 - version "4.0.0" 9377 - resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-4.0.0.tgz#d8467ce28ea73b4648667bc389aa39dfa9f67f18" 9378 - integrity sha512-yOTZSxR1aPvWRUxVeLaLZ1sCYrK87x2Wusp1bDM/Ao2jETBhYUKITI3nHvgy+HkZW54HuCAhHnS0mTcbECD5Ig== 9444 + mdast-util-to-hast@^6.0.1: 9445 + version "6.0.1" 9446 + resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-6.0.1.tgz#98d5ff6d3179d2bb95609a12c8b1e370249d73f2" 9447 + integrity sha512-KRh9wIYzUQk877JcV+8q4FqBUEouLpCKMObqeWg4dnL1/rh9vtSIq5mqQFwIK9YzSULl91F8FP5+EJ/xqRHaBw== 9379 9448 dependencies: 9380 9449 collapse-white-space "^1.0.0" 9381 9450 detab "^2.0.0" ··· 12117 12186 node-emoji "^1.8.1" 12118 12187 unist-util-visit "^1.4.0" 12119 12188 12120 - remark-mdx@^1.0.21: 12121 - version "1.0.21" 12122 - resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.0.21.tgz#cf5a59ad68cce6c1f687953dcf504212fbd32555" 12123 - integrity sha512-paYs43yHPkxEuhyWXvRGJdupdurua1ttmGeu5GLqU/qc17BaZklCdNSEjCNXRa2LM0pOFRv0KVJigfA2vfaDEQ== 12189 + remark-mdx@^1.1.0: 12190 + version "1.1.0" 12191 + resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.1.0.tgz#35fde951866411ff1dde2a243f43ec7e90bc25e5" 12192 + integrity sha512-WW5WNg0NZnvCaXnrIMGwKG5HLwzCUkOtIMFLwTjB0vRE8QJRvhJUYykX3LrfS2EVIxVFTspZx9YzzV0BY/gfaQ== 12124 12193 dependencies: 12125 12194 "@babel/core" "^7.2.2" 12126 12195 "@babel/helper-plugin-utils" "^7.0.0" ··· 12128 12197 "@babel/plugin-syntax-jsx" "^7.2.0" 12129 12198 is-alphabetical "^1.0.2" 12130 12199 remark-parse "^6.0.0" 12131 - unified "^7.0.0" 12200 + unified "^8.2.0" 12132 12201 12133 12202 remark-parse@^1.1.0: 12134 12203 version "1.1.0" ··· 13632 13701 stylis-rule-sheet "^0.0.10" 13633 13702 supports-color "^5.5.0" 13634 13703 13635 - styled-system@^5.0.12: 13636 - version "5.0.12" 13637 - resolved "https://registry.yarnpkg.com/styled-system/-/styled-system-5.0.12.tgz#dc1b61ad1268df90e58f0090d4daefd40e3a9cba" 13638 - integrity sha512-QWtzon68s0Igbo9cGnNv1BBjfWw6SKXyLDRmXbzwiCd5d93b5Yzzfrx9FM2emy1Up012TU3h4vGj/q++uAYafQ== 13704 + styled-system@^5.0.16: 13705 + version "5.0.16" 13706 + resolved "https://registry.yarnpkg.com/styled-system/-/styled-system-5.0.16.tgz#b12a0ae463de1a210dfa5d87fd1ee0aa78e65f14" 13707 + integrity sha512-zN2hC1Qsm7lqeGPw084wp78iXKl7w+u+TNOS0jU+XbFDsrIbw94rxiWFGmVmOWBKf/rt5oqdUlmgDJXbgaPH5Q== 13639 13708 dependencies: 13640 - "@styled-system/background" "^5.0.12" 13641 - "@styled-system/border" "^5.0.12" 13642 - "@styled-system/color" "^5.0.12" 13643 - "@styled-system/core" "^5.0.12" 13644 - "@styled-system/flexbox" "^5.0.12" 13645 - "@styled-system/grid" "^5.0.12" 13646 - "@styled-system/layout" "^5.0.12" 13647 - "@styled-system/position" "^5.0.12" 13648 - "@styled-system/shadow" "^5.0.12" 13649 - "@styled-system/space" "^5.0.12" 13650 - "@styled-system/typography" "^5.0.12" 13651 - "@styled-system/variant" "^5.0.12" 13709 + "@styled-system/background" "^5.0.16" 13710 + "@styled-system/border" "^5.0.16" 13711 + "@styled-system/color" "^5.0.16" 13712 + "@styled-system/core" "^5.0.16" 13713 + "@styled-system/flexbox" "^5.0.16" 13714 + "@styled-system/grid" "^5.0.16" 13715 + "@styled-system/layout" "^5.0.16" 13716 + "@styled-system/position" "^5.0.16" 13717 + "@styled-system/shadow" "^5.0.16" 13718 + "@styled-system/space" "^5.0.16" 13719 + "@styled-system/typography" "^5.0.16" 13720 + "@styled-system/variant" "^5.0.16" 13652 13721 object-assign "^4.1.1" 13653 13722 13654 13723 stylehacks@^4.0.0: ··· 14307 14376 vfile "^3.0.0" 14308 14377 x-is-string "^0.1.0" 14309 14378 14379 + unified@^8.2.0: 14380 + version "8.3.2" 14381 + resolved "https://registry.yarnpkg.com/unified/-/unified-8.3.2.tgz#aed69d0e577d6ef27268431c63a10faef60e63ab" 14382 + integrity sha512-NDtUAXcd4c+mKppCbsZHzmhkKEQuhveZNBrFYmNgMIMk2K9bc8hmG3mLEGVtRmSNodobwyMePAnvIGVWZfPdzQ== 14383 + dependencies: 14384 + bail "^1.0.0" 14385 + extend "^3.0.0" 14386 + is-plain-obj "^2.0.0" 14387 + trough "^1.0.0" 14388 + vfile "^4.0.0" 14389 + 14310 14390 union-value@^1.0.0: 14311 14391 version "1.0.0" 14312 14392 resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4" ··· 14425 14505 version "1.1.2" 14426 14506 resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6" 14427 14507 integrity sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ== 14508 + 14509 + unist-util-stringify-position@^2.0.0: 14510 + version "2.0.1" 14511 + resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.1.tgz#de2a2bc8d3febfa606652673a91455b6a36fb9f3" 14512 + integrity sha512-Zqlf6+FRI39Bah8Q6ZnNGrEHUhwJOkHde2MHVk96lLyftfJJckaPslKgzhVcviXj8KcE9UJM9F+a4JEiBUTYgA== 14513 + dependencies: 14514 + "@types/unist" "^2.0.2" 14428 14515 14429 14516 unist-util-visit-children@^1.0.0: 14430 14517 version "1.1.3" ··· 14675 14762 dependencies: 14676 14763 unist-util-stringify-position "^1.1.1" 14677 14764 14765 + vfile-message@^2.0.0: 14766 + version "2.0.1" 14767 + resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.1.tgz#951881861c22fc1eb39f873c0b93e336a64e8f6d" 14768 + integrity sha512-KtasSV+uVU7RWhUn4Lw+wW1Zl/nW8JWx7JCPps10Y9JRRIDeDXf8wfBLoOSsJLyo27DqMyAi54C6Jf/d6Kr2Bw== 14769 + dependencies: 14770 + "@types/unist" "^2.0.2" 14771 + unist-util-stringify-position "^2.0.0" 14772 + 14678 14773 vfile@^1.0.0: 14679 14774 version "1.4.0" 14680 14775 resolved "https://registry.yarnpkg.com/vfile/-/vfile-1.4.0.tgz#c0fd6fa484f8debdb771f68c31ed75d88da97fe7" ··· 14699 14794 replace-ext "1.0.0" 14700 14795 unist-util-stringify-position "^1.0.0" 14701 14796 vfile-message "^1.0.0" 14797 + 14798 + vfile@^4.0.0: 14799 + version "4.0.1" 14800 + resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.0.1.tgz#fc3d43a1c71916034216bf65926d5ee3c64ed60c" 14801 + integrity sha512-lRHFCuC4SQBFr7Uq91oJDJxlnftoTLQ7eKIpMdubhYcVMho4781a8MWXLy3qZrZ0/STD1kRiKc0cQOHm4OkPeA== 14802 + dependencies: 14803 + "@types/unist" "^2.0.0" 14804 + is-buffer "^2.0.0" 14805 + replace-ext "1.0.0" 14806 + unist-util-stringify-position "^2.0.0" 14807 + vfile-message "^2.0.0" 14702 14808 14703 14809 vm-browserify@^1.0.1: 14704 14810 version "1.1.0"