Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 12f1a36

Browse files
committed
Update dependency gatsby-mdx to v0.2.0
1 parent 44c680a commit 12f1a36

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"countries-list": "2.4.1",
4444
"documentation": "9.1.1",
4545
"gatsby": "2.0.82",
46-
"gatsby-mdx": "0.1.4",
46+
"gatsby-mdx": "0.2.0",
4747
"gatsby-plugin-google-analytics": "2.0.8",
4848
"gatsby-plugin-manifest": "2.0.13",
4949
"gatsby-plugin-offline": "2.0.20",

yarn.lock

+36-16
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
"@babel/helper-plugin-utils" "^7.0.0"
412412
"@babel/plugin-syntax-numeric-separator" "^7.2.0"
413413

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":
415415
version "7.2.0"
416416
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.2.0.tgz#88f5fec3e7ad019014c97f7ee3c992f0adbf7fb8"
417417
integrity sha512-1L5mWLSvR76XYUQJXkd/EEQgjq8HHRP6lQuZTTg0VA4tTGPpGemmCdAfQIz1rzEuWAm+ecP8PyyEm30jC1eQCg==
@@ -1897,6 +1897,13 @@ babel-plugin-dynamic-import-node@^1.2.0:
18971897
dependencies:
18981898
babel-plugin-syntax-dynamic-import "^6.18.0"
18991899

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+
19001907
babel-plugin-incremental-dom@^3.3.0:
19011908
version "3.4.0"
19021909
resolved "https://registry.yarnpkg.com/babel-plugin-incremental-dom/-/babel-plugin-incremental-dom-3.4.0.tgz#f08e7856afbe6f17f866d8ca6eda977237795fb1"
@@ -4299,6 +4306,13 @@ debug@^3.1.0, debug@^3.2.5:
42994306
dependencies:
43004307
ms "^2.1.1"
43014308

4309+
debug@^4.0.1:
4310+
version "4.1.1"
4311+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
4312+
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
4313+
dependencies:
4314+
ms "^2.1.1"
4315+
43024316
debug@^4.1.0, debug@~4.1.0:
43034317
version "4.1.0"
43044318
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
@@ -5895,25 +5909,28 @@ gatsby-link@^2.0.7:
58955909
"@types/reach__router" "^1.0.0"
58965910
prop-types "^15.6.1"
58975911

5898-
gatsby-mdx@0.1.4:
5899-
version "0.1.4"
5900-
resolved "https://registry.yarnpkg.com/gatsby-mdx/-/gatsby-mdx-0.1.4.tgz#7155669e6539c319a989996403051b4df4c59b20"
5901-
integrity sha512-mwi8cqPYk0tyeDVVSkwYa6uuYatpHwPcl/rFtXMMMYIjbt9fGrTESsrqtLPMbLFqhBablPrHL5RqI5z/EbzGog==
5912+
gatsby-mdx@0.2.0:
5913+
version "0.2.0"
5914+
resolved "https://registry.yarnpkg.com/gatsby-mdx/-/gatsby-mdx-0.2.0.tgz#b544fcdfb3215a48dd0ce0a941a45e71c2a38878"
5915+
integrity sha512-J78XUMNTumG3ad4029i6F6ZROLGHMzbrANJA2IG2Y9+Dmhz6vJstHxY2Fd5kcMfxwtgpgsv0UgIlH9lCrH1NNw==
59025916
dependencies:
5903-
"@babel/plugin-proposal-object-rest-spread" "^7.0.0-beta.54"
5917+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
5918+
babel-plugin-gather-exports "0.0.1"
59045919
babel-plugin-pluck-exports "0.0.1"
59055920
babel-plugin-pluck-imports "0.0.1"
5906-
debug "^3.1.0"
5921+
debug "^4.0.1"
59075922
escape-string-regexp "^1.0.5"
59085923
fs-extra "^7.0.0"
59095924
gray-matter "^4.0.1"
59105925
htmltojsx "^0.3.0"
5911-
json5 "^1.0.1"
59125926
lodash "^4.17.10"
59135927
mdast-util-to-string "^1.0.4"
59145928
mdast-util-toc "^2.0.1"
5929+
mime "^2.3.1"
5930+
pretty-bytes "^5.1.0"
59155931
remark "^9.0.0"
59165932
retext "^5.0.0"
5933+
slash "^2.0.0"
59175934
strip-markdown "^3.0.1"
59185935
underscore.string "^3.3.4"
59195936
unist-util-map "^1.0.4"
@@ -7885,14 +7902,7 @@ json5@^0.5.0:
78857902
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
78867903
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
78877904

7888-
json5@^1.0.1:
7889-
version "1.0.1"
7890-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
7891-
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
7892-
dependencies:
7893-
minimist "^1.2.0"
7894-
7895-
json5@^2.1.0:
7905+
json5@^2.0.1, json5@^2.1.0:
78967906
version "2.1.0"
78977907
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
78987908
integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
@@ -10357,6 +10367,11 @@ pretty-bytes@^4.0.2:
1035710367
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-4.0.2.tgz#b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9"
1035810368
integrity sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=
1035910369

10370+
pretty-bytes@^5.1.0:
10371+
version "5.1.0"
10372+
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.1.0.tgz#6237ecfbdc6525beaef4de722cc60a58ae0e6c6d"
10373+
integrity sha512-wa5+qGVg9Yt7PB6rYm3kXlKzgzgivYTLRandezh43jjRqgyDyP+9YxfJpJiLs9yKD1WeU8/OvtToWpW7255FtA==
10374+
1036010375
pretty-error@^2.1.1:
1036110376
version "2.1.1"
1036210377
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
@@ -11794,6 +11809,11 @@ slash@^1.0.0:
1179411809
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
1179511810
integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
1179611811

11812+
slash@^2.0.0:
11813+
version "2.0.0"
11814+
resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
11815+
integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
11816+
1179711817
1179811818
version "1.0.0"
1179911819
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d"

0 commit comments

Comments
 (0)