|
411 | 411 | "@babel/helper-plugin-utils" "^7.0.0"
|
412 | 412 | "@babel/plugin-syntax-numeric-separator" "^7.2.0"
|
413 | 413 |
|
414 |
| -"@babel/plugin-proposal-object-rest-spread@^7.0.0-beta.54", "@babel/plugin-proposal-object-rest-spread@^7.2.0": |
| 414 | +"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.2.0": |
415 | 415 | version "7.2.0"
|
416 | 416 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.2.0.tgz#88f5fec3e7ad019014c97f7ee3c992f0adbf7fb8"
|
417 | 417 | integrity sha512-1L5mWLSvR76XYUQJXkd/EEQgjq8HHRP6lQuZTTg0VA4tTGPpGemmCdAfQIz1rzEuWAm+ecP8PyyEm30jC1eQCg==
|
@@ -1897,6 +1897,13 @@ babel-plugin-dynamic-import-node@^1.2.0:
|
1897 | 1897 | dependencies:
|
1898 | 1898 | babel-plugin-syntax-dynamic-import "^6.18.0"
|
1899 | 1899 |
|
| 1900 | + |
| 1901 | + version "0.0.1" |
| 1902 | + resolved "https://registry.yarnpkg.com/babel-plugin-gather-exports/-/babel-plugin-gather-exports-0.0.1.tgz#f71ea096872fabf7af966d652f1f544b13b92671" |
| 1903 | + integrity sha512-t4gbfvKBQd2PrE8uaxkXlUyz/n/1DvcXZ5KTCL7jzAyCWva7PpQllE3RjFYlYSsS/7FAw7diE1dTerCwgKLeMw== |
| 1904 | + dependencies: |
| 1905 | + json5 "^2.0.1" |
| 1906 | + |
1900 | 1907 | babel-plugin-incremental-dom@^3.3.0:
|
1901 | 1908 | version "3.4.0"
|
1902 | 1909 | resolved "https://registry.yarnpkg.com/babel-plugin-incremental-dom/-/babel-plugin-incremental-dom-3.4.0.tgz#f08e7856afbe6f17f866d8ca6eda977237795fb1"
|
@@ -4292,7 +4299,7 @@ debug@^3.1.0, debug@^3.2.5:
|
4292 | 4299 | dependencies:
|
4293 | 4300 | ms "^2.1.1"
|
4294 | 4301 |
|
4295 |
| -debug@^4.1.0, debug@~4.1.0: |
| 4302 | +debug@^4.0.1, debug@^4.1.0, debug@~4.1.0: |
4296 | 4303 | version "4.1.0"
|
4297 | 4304 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
|
4298 | 4305 | integrity sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==
|
@@ -5888,25 +5895,28 @@ gatsby-link@^2.0.7:
|
5888 | 5895 | "@types/reach__router" "^1.0.0"
|
5889 | 5896 | prop-types "^15.6.1"
|
5890 | 5897 |
|
5891 |
| -gatsby-mdx@0.1.4: |
5892 |
| - version "0.1.4" |
5893 |
| - resolved "https://registry.yarnpkg.com/gatsby-mdx/-/gatsby-mdx-0.1.4.tgz#7155669e6539c319a989996403051b4df4c59b20" |
5894 |
| - integrity sha512-mwi8cqPYk0tyeDVVSkwYa6uuYatpHwPcl/rFtXMMMYIjbt9fGrTESsrqtLPMbLFqhBablPrHL5RqI5z/EbzGog== |
| 5898 | +gatsby-mdx@0.2.0: |
| 5899 | + version "0.2.0" |
| 5900 | + resolved "https://registry.yarnpkg.com/gatsby-mdx/-/gatsby-mdx-0.2.0.tgz#b544fcdfb3215a48dd0ce0a941a45e71c2a38878" |
| 5901 | + integrity sha512-J78XUMNTumG3ad4029i6F6ZROLGHMzbrANJA2IG2Y9+Dmhz6vJstHxY2Fd5kcMfxwtgpgsv0UgIlH9lCrH1NNw== |
5895 | 5902 | dependencies:
|
5896 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.0.0-beta.54" |
| 5903 | + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" |
| 5904 | + babel-plugin-gather-exports "0.0.1" |
5897 | 5905 | babel-plugin-pluck-exports "0.0.1"
|
5898 | 5906 | babel-plugin-pluck-imports "0.0.1"
|
5899 |
| - debug "^3.1.0" |
| 5907 | + debug "^4.0.1" |
5900 | 5908 | escape-string-regexp "^1.0.5"
|
5901 | 5909 | fs-extra "^7.0.0"
|
5902 | 5910 | gray-matter "^4.0.1"
|
5903 | 5911 | htmltojsx "^0.3.0"
|
5904 |
| - json5 "^1.0.1" |
5905 | 5912 | lodash "^4.17.10"
|
5906 | 5913 | mdast-util-to-string "^1.0.4"
|
5907 | 5914 | mdast-util-toc "^2.0.1"
|
| 5915 | + mime "^2.3.1" |
| 5916 | + pretty-bytes "^5.1.0" |
5908 | 5917 | remark "^9.0.0"
|
5909 | 5918 | retext "^5.0.0"
|
| 5919 | + slash "^2.0.0" |
5910 | 5920 | strip-markdown "^3.0.1"
|
5911 | 5921 | underscore.string "^3.3.4"
|
5912 | 5922 | unist-util-map "^1.0.4"
|
@@ -7878,14 +7888,7 @@ json5@^0.5.0:
|
7878 | 7888 | resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
|
7879 | 7889 | integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
|
7880 | 7890 |
|
7881 |
| -json5@^1.0.1: |
7882 |
| - version "1.0.1" |
7883 |
| - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" |
7884 |
| - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== |
7885 |
| - dependencies: |
7886 |
| - minimist "^1.2.0" |
7887 |
| - |
7888 |
| -json5@^2.1.0: |
| 7891 | +json5@^2.0.1, json5@^2.1.0: |
7889 | 7892 | version "2.1.0"
|
7890 | 7893 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
|
7891 | 7894 | integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
|
@@ -10350,6 +10353,11 @@ pretty-bytes@^4.0.2:
|
10350 | 10353 | resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-4.0.2.tgz#b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9"
|
10351 | 10354 | integrity sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=
|
10352 | 10355 |
|
| 10356 | +pretty-bytes@^5.1.0: |
| 10357 | + version "5.1.0" |
| 10358 | + resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.1.0.tgz#6237ecfbdc6525beaef4de722cc60a58ae0e6c6d" |
| 10359 | + integrity sha512-wa5+qGVg9Yt7PB6rYm3kXlKzgzgivYTLRandezh43jjRqgyDyP+9YxfJpJiLs9yKD1WeU8/OvtToWpW7255FtA== |
| 10360 | + |
10353 | 10361 | pretty-error@^2.1.1:
|
10354 | 10362 | version "2.1.1"
|
10355 | 10363 | resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
|
@@ -11780,6 +11788,11 @@ slash@^1.0.0:
|
11780 | 11788 | resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
|
11781 | 11789 | integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
|
11782 | 11790 |
|
| 11791 | +slash@^2.0.0: |
| 11792 | + version "2.0.0" |
| 11793 | + resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" |
| 11794 | + integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== |
| 11795 | + |
11783 | 11796 |
|
11784 | 11797 | version "1.0.0"
|
11785 | 11798 | resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"
|
|
0 commit comments