|
312 | 312 | "@babel/helper-plugin-utils" "^7.0.0"
|
313 | 313 | "@babel/plugin-syntax-json-strings" "^7.2.0"
|
314 | 314 |
|
315 |
| -"@babel/plugin-proposal-object-rest-spread@^7.0.0-beta.54", "@babel/plugin-proposal-object-rest-spread@^7.2.0": |
| 315 | +"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.2.0": |
316 | 316 | version "7.2.0"
|
317 | 317 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.2.0.tgz#88f5fec3e7ad019014c97f7ee3c992f0adbf7fb8"
|
318 | 318 | integrity sha512-1L5mWLSvR76XYUQJXkd/EEQgjq8HHRP6lQuZTTg0VA4tTGPpGemmCdAfQIz1rzEuWAm+ecP8PyyEm30jC1eQCg==
|
@@ -1740,6 +1740,13 @@ babel-plugin-dynamic-import-node@^1.2.0:
|
1740 | 1740 | dependencies:
|
1741 | 1741 | babel-plugin-syntax-dynamic-import "^6.18.0"
|
1742 | 1742 |
|
| 1743 | + |
| 1744 | + version "0.0.1" |
| 1745 | + resolved "https://registry.yarnpkg.com/babel-plugin-gather-exports/-/babel-plugin-gather-exports-0.0.1.tgz#f71ea096872fabf7af966d652f1f544b13b92671" |
| 1746 | + integrity sha512-t4gbfvKBQd2PrE8uaxkXlUyz/n/1DvcXZ5KTCL7jzAyCWva7PpQllE3RjFYlYSsS/7FAw7diE1dTerCwgKLeMw== |
| 1747 | + dependencies: |
| 1748 | + json5 "^2.0.1" |
| 1749 | + |
1743 | 1750 | babel-plugin-incremental-dom@^3.3.0:
|
1744 | 1751 | version "3.4.0"
|
1745 | 1752 | resolved "https://registry.yarnpkg.com/babel-plugin-incremental-dom/-/babel-plugin-incremental-dom-3.4.0.tgz#f08e7856afbe6f17f866d8ca6eda977237795fb1"
|
@@ -4416,7 +4423,7 @@ debug@^3.1.0, debug@^3.2.5:
|
4416 | 4423 | dependencies:
|
4417 | 4424 | ms "^2.1.1"
|
4418 | 4425 |
|
4419 |
| -debug@^4.1.0, debug@~4.1.0: |
| 4426 | +debug@^4.0.1, debug@^4.1.0, debug@~4.1.0: |
4420 | 4427 | version "4.1.0"
|
4421 | 4428 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
|
4422 | 4429 | integrity sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==
|
@@ -5987,25 +5994,28 @@ gatsby-link@^2.0.7:
|
5987 | 5994 | "@types/reach__router" "^1.0.0"
|
5988 | 5995 | prop-types "^15.6.1"
|
5989 | 5996 |
|
5990 |
| -gatsby-mdx@0.1.4: |
5991 |
| - version "0.1.4" |
5992 |
| - resolved "https://registry.yarnpkg.com/gatsby-mdx/-/gatsby-mdx-0.1.4.tgz#7155669e6539c319a989996403051b4df4c59b20" |
5993 |
| - integrity sha512-mwi8cqPYk0tyeDVVSkwYa6uuYatpHwPcl/rFtXMMMYIjbt9fGrTESsrqtLPMbLFqhBablPrHL5RqI5z/EbzGog== |
| 5997 | +gatsby-mdx@0.2.0: |
| 5998 | + version "0.2.0" |
| 5999 | + resolved "https://registry.yarnpkg.com/gatsby-mdx/-/gatsby-mdx-0.2.0.tgz#b544fcdfb3215a48dd0ce0a941a45e71c2a38878" |
| 6000 | + integrity sha512-J78XUMNTumG3ad4029i6F6ZROLGHMzbrANJA2IG2Y9+Dmhz6vJstHxY2Fd5kcMfxwtgpgsv0UgIlH9lCrH1NNw== |
5994 | 6001 | dependencies:
|
5995 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.0.0-beta.54" |
| 6002 | + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" |
| 6003 | + babel-plugin-gather-exports "0.0.1" |
5996 | 6004 | babel-plugin-pluck-exports "0.0.1"
|
5997 | 6005 | babel-plugin-pluck-imports "0.0.1"
|
5998 |
| - debug "^3.1.0" |
| 6006 | + debug "^4.0.1" |
5999 | 6007 | escape-string-regexp "^1.0.5"
|
6000 | 6008 | fs-extra "^7.0.0"
|
6001 | 6009 | gray-matter "^4.0.1"
|
6002 | 6010 | htmltojsx "^0.3.0"
|
6003 |
| - json5 "^1.0.1" |
6004 | 6011 | lodash "^4.17.10"
|
6005 | 6012 | mdast-util-to-string "^1.0.4"
|
6006 | 6013 | mdast-util-toc "^2.0.1"
|
| 6014 | + mime "^2.3.1" |
| 6015 | + pretty-bytes "^5.1.0" |
6007 | 6016 | remark "^9.0.0"
|
6008 | 6017 | retext "^5.0.0"
|
| 6018 | + slash "^2.0.0" |
6009 | 6019 | strip-markdown "^3.0.1"
|
6010 | 6020 | underscore.string "^3.3.4"
|
6011 | 6021 | unist-util-map "^1.0.4"
|
@@ -7975,14 +7985,7 @@ json5@^0.5.0, json5@^0.5.1:
|
7975 | 7985 | resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
|
7976 | 7986 | integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
|
7977 | 7987 |
|
7978 |
| -json5@^1.0.1: |
7979 |
| - version "1.0.1" |
7980 |
| - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" |
7981 |
| - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== |
7982 |
| - dependencies: |
7983 |
| - minimist "^1.2.0" |
7984 |
| - |
7985 |
| -json5@^2.1.0: |
| 7988 | +json5@^2.0.1, json5@^2.1.0: |
7986 | 7989 | version "2.1.0"
|
7987 | 7990 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
|
7988 | 7991 | integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
|
@@ -10464,6 +10467,11 @@ pretty-bytes@^4.0.2:
|
10464 | 10467 | resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-4.0.2.tgz#b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9"
|
10465 | 10468 | integrity sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=
|
10466 | 10469 |
|
| 10470 | +pretty-bytes@^5.1.0: |
| 10471 | + version "5.1.0" |
| 10472 | + resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.1.0.tgz#6237ecfbdc6525beaef4de722cc60a58ae0e6c6d" |
| 10473 | + integrity sha512-wa5+qGVg9Yt7PB6rYm3kXlKzgzgivYTLRandezh43jjRqgyDyP+9YxfJpJiLs9yKD1WeU8/OvtToWpW7255FtA== |
| 10474 | + |
10467 | 10475 | pretty-error@^2.1.1:
|
10468 | 10476 | version "2.1.1"
|
10469 | 10477 | resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
|
@@ -11910,6 +11918,11 @@ slash@^1.0.0:
|
11910 | 11918 | resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
|
11911 | 11919 | integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
|
11912 | 11920 |
|
| 11921 | +slash@^2.0.0: |
| 11922 | + version "2.0.0" |
| 11923 | + resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" |
| 11924 | + integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== |
| 11925 | + |
11913 | 11926 |
|
11914 | 11927 | version "1.0.0"
|
11915 | 11928 | resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"
|
|
0 commit comments