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

Commit 496d374

Browse files
committed
Update mdx monorepo to v0.20.3
1 parent d4d464e commit 496d374

File tree

2 files changed

+169
-16
lines changed

2 files changed

+169
-16
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"serve": "gatsby serve"
2929
},
3030
"dependencies": {
31-
"@mdx-js/mdx": "0.15.7",
32-
"@mdx-js/tag": "0.18.0",
31+
"@mdx-js/mdx": "0.20.3",
32+
"@mdx-js/tag": "0.20.3",
3333
"browser-monads": "1.0.0",
3434
"classnames": "2.2.6",
3535
"clay-component": "2.13.0",

yarn.lock

+167-14
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
"@babel/helper-plugin-utils" "^7.0.0"
264264
"@babel/plugin-syntax-json-strings" "^7.2.0"
265265

266-
"@babel/plugin-proposal-object-rest-spread@^7.0.0-beta.54", "@babel/plugin-proposal-object-rest-spread@^7.4.3":
266+
"@babel/plugin-proposal-object-rest-spread@^7.0.0-beta.54", "@babel/plugin-proposal-object-rest-spread@^7.3.2", "@babel/plugin-proposal-object-rest-spread@^7.4.3":
267267
version "7.4.3"
268268
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.4.3.tgz#be27cd416eceeba84141305b93c282f5de23bbb4"
269269
integrity sha512-xC//6DNSSHVjq8O2ge0dyYlhshsH4T7XdCVoxbi5HzLYWfsC5ooFlJjrXk8RcAT+hjHAK9UjBXdylzSoDK3t4g==
@@ -735,24 +735,28 @@
735735
dependencies:
736736
base64-js "^1.3.0"
737737

738-
"@mdx-js/mdx@0.15.7":
739-
version "0.15.7"
740-
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-0.15.7.tgz#5fde5841d7b6f4c78f80c19fff559532af5ce5ad"
741-
integrity sha512-bWUQidQhjTRFh5nK01kW3qQLCH/aCq6VTapOZ/+WI5hL4exoRw6TgnxxmgSf/p7mmrGxIpCHmnaWXdbHSObxlg==
738+
"@mdx-js/mdx@0.20.3":
739+
version "0.20.3"
740+
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-0.20.3.tgz#1f32b4a4a0cc176a3192ef51a0a3502cdfdca3f0"
741+
integrity sha512-IIlssEIPPAqo04krm270ifGjSVPqtTmjlryYGi8/4VXHCdi42l8v2piTJPo2NVc7J+HizY1uxxZb6AeoFsO/Iw==
742742
dependencies:
743+
"@babel/plugin-proposal-object-rest-spread" "^7.3.2"
744+
"@babel/plugin-syntax-jsx" "^7.2.0"
743745
change-case "^3.0.2"
744746
detab "^2.0.0"
745-
mdast-util-to-hast "^3.0.0"
746-
remark-parse "^5.0.0"
747+
hast-util-raw "^5.0.0"
748+
mdast-util-to-hast "^4.0.0"
749+
remark-parse "^6.0.0"
747750
remark-squeeze-paragraphs "^3.0.1"
748751
to-style "^1.3.3"
749-
unified "^6.1.6"
752+
unified "^7.0.0"
753+
unist-builder "^1.0.1"
750754
unist-util-visit "^1.3.0"
751755

752-
"@mdx-js/tag@0.18.0":
753-
version "0.18.0"
754-
resolved "https://registry.yarnpkg.com/@mdx-js/tag/-/tag-0.18.0.tgz#386d687deaed7133699a420d74612acdd1ed1c26"
755-
integrity sha512-3g1NOnbw+sJZohNOEN9NlaYYDdzq1y34S7PDimSn3zLV8etCu7pTCMFbnFHMSe6mMmm4yJ1gfbS3QiE7t+WMGA==
756+
"@mdx-js/tag@0.20.3":
757+
version "0.20.3"
758+
resolved "https://registry.yarnpkg.com/@mdx-js/tag/-/tag-0.20.3.tgz#9e2306040b6469248c45a5f5baf44d0014db0493"
759+
integrity sha512-Co3gUFmNDv9z2LjuvLTpTj2NaOSHFxuoZjohcG0YK/KfECO+Ns9idzThMYjfEDe1vAf4c824rqlBYseedJdFNw==
756760

757761
"@mrmlnc/readdir-enhanced@^2.2.1":
758762
version "2.2.1"
@@ -872,6 +876,28 @@
872876
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.32.tgz#0d3cb31022f8427ea58c008af32b80da126ca4e3"
873877
integrity sha1-DTyzECL4Qn6ljACK8yuA2hJspOM=
874878

879+
"@types/unist@*", "@types/unist@^2.0.0":
880+
version "2.0.3"
881+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
882+
integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
883+
884+
"@types/vfile-message@*":
885+
version "1.0.1"
886+
resolved "https://registry.yarnpkg.com/@types/vfile-message/-/vfile-message-1.0.1.tgz#e1e9895cc6b36c462d4244e64e6d0b6eaf65355a"
887+
integrity sha512-mlGER3Aqmq7bqR1tTTIVHq8KSAFFRyGbrxuM8C/H82g6k7r2fS+IMEkIu3D7JHzG10NvPdR8DNx0jr0pwpp4dA==
888+
dependencies:
889+
"@types/node" "*"
890+
"@types/unist" "*"
891+
892+
"@types/vfile@^3.0.0":
893+
version "3.0.2"
894+
resolved "https://registry.yarnpkg.com/@types/vfile/-/vfile-3.0.2.tgz#19c18cd232df11ce6fa6ad80259bc86c366b09b9"
895+
integrity sha512-b3nLFGaGkJ9rzOcuXRfHkZMdjsawuDD0ENL9fzTophtBg8FJHSGbH7daXkEpcwy3v7Xol3pAvsmlYyFhR4pqJw==
896+
dependencies:
897+
"@types/node" "*"
898+
"@types/unist" "*"
899+
"@types/vfile-message" "*"
900+
875901
"@webassemblyjs/[email protected]":
876902
version "1.8.5"
877903
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
@@ -5722,6 +5748,18 @@ hast-to-hyperscript@^5.0.0:
57225748
unist-util-is "^2.0.0"
57235749
web-namespaces "^1.1.2"
57245750

5751+
hast-to-hyperscript@^6.0.0:
5752+
version "6.0.0"
5753+
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-6.0.0.tgz#051ee17d41b30da8c5ceb001189adf70226f12f4"
5754+
integrity sha512-QnJbXddVGNJ5v3KegK1MY6luTkNDBcJnCQZcekt7AkES2z4tYy85pbFUXx7Mb0iXZBKfwoVdgfxU12GbmlwbbQ==
5755+
dependencies:
5756+
comma-separated-tokens "^1.0.0"
5757+
property-information "^5.0.0"
5758+
space-separated-tokens "^1.0.0"
5759+
style-to-object "^0.2.1"
5760+
unist-util-is "^2.0.0"
5761+
web-namespaces "^1.1.2"
5762+
57255763
hast-util-from-parse5@^4.0.2:
57265764
version "4.0.2"
57275765
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-4.0.2.tgz#b7164a7ffc88da4f751dc7c2f801ff8d7c143bab"
@@ -5733,6 +5771,17 @@ hast-util-from-parse5@^4.0.2:
57335771
web-namespaces "^1.1.2"
57345772
xtend "^4.0.1"
57355773

5774+
hast-util-from-parse5@^5.0.0:
5775+
version "5.0.0"
5776+
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-5.0.0.tgz#a505a05766e0f96e389bfb0b1dd809eeefcef47b"
5777+
integrity sha512-A7ev5OseS/J15214cvDdcI62uwovJO2PB60Xhnq7kaxvvQRFDEccuqbkrFXU03GPBGopdPqlpQBRqIcDS/Fjbg==
5778+
dependencies:
5779+
ccount "^1.0.3"
5780+
hastscript "^5.0.0"
5781+
property-information "^5.0.0"
5782+
web-namespaces "^1.1.2"
5783+
xtend "^4.0.1"
5784+
57365785
hast-util-is-element@^1.0.0:
57375786
version "1.0.2"
57385787
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-1.0.2.tgz#c23c9428b6a5a4e323bf9e16f87417476314981b"
@@ -5757,6 +5806,20 @@ hast-util-raw@^4.0.0:
57575806
xtend "^4.0.1"
57585807
zwitch "^1.0.0"
57595808

5809+
hast-util-raw@^5.0.0:
5810+
version "5.0.0"
5811+
resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-5.0.0.tgz#7a7186faba220120349c2f373b839c1fa9090b5f"
5812+
integrity sha512-X8sogDDaCkqj+Ghia0+TRD2AQDXeNRpYDTm9Z2mJ1Pzy/Nb4p20YJVfbPwIRU0U7XXU0GrhPhEMZvnfV69/igA==
5813+
dependencies:
5814+
hast-util-from-parse5 "^5.0.0"
5815+
hast-util-to-parse5 "^5.0.0"
5816+
html-void-elements "^1.0.1"
5817+
parse5 "^5.0.0"
5818+
unist-util-position "^3.0.0"
5819+
web-namespaces "^1.0.0"
5820+
xtend "^4.0.1"
5821+
zwitch "^1.0.0"
5822+
57605823
hast-util-to-html@^4.0.0:
57615824
version "4.0.1"
57625825
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-4.0.1.tgz#3666b05afb62bd69f8f5e6c94db04dea19438e2a"
@@ -5784,6 +5847,17 @@ hast-util-to-parse5@^4.0.1:
57845847
xtend "^4.0.1"
57855848
zwitch "^1.0.0"
57865849

5850+
hast-util-to-parse5@^5.0.0:
5851+
version "5.0.0"
5852+
resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-5.0.0.tgz#1041df0d57e60210bd3e4b97596397500223399a"
5853+
integrity sha512-1BG07SLp9RHnAy/A2Fugza5YCo45Ter8csOGbxL7a7f9Rvq9aE64/4hlqc083M8yLLp7J5tYxmiFWYbD0zQJnA==
5854+
dependencies:
5855+
hast-to-hyperscript "^6.0.0"
5856+
property-information "^5.0.0"
5857+
web-namespaces "^1.0.0"
5858+
xtend "^4.0.1"
5859+
zwitch "^1.0.0"
5860+
57875861
hast-util-whitespace@^1.0.0:
57885862
version "1.0.2"
57895863
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-1.0.2.tgz#c97153a3fbc9091a14fd823830a47724e7a1da99"
@@ -5799,6 +5873,16 @@ hastscript@^4.0.0:
57995873
property-information "^4.0.0"
58005874
space-separated-tokens "^1.0.0"
58015875

5876+
hastscript@^5.0.0:
5877+
version "5.0.0"
5878+
resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-5.0.0.tgz#fee10382c1bc4ba3f1be311521d368c047d2c43a"
5879+
integrity sha512-xJtuJ8D42Xtq5yJrnDg/KAIxl2cXBXKoiIJwmWX9XMf8113qHTGl/Bf7jEsxmENJ4w6q4Tfl8s/Y6mEZo8x8qw==
5880+
dependencies:
5881+
comma-separated-tokens "^1.0.0"
5882+
hast-util-parse-selector "^2.2.0"
5883+
property-information "^5.0.1"
5884+
space-separated-tokens "^1.0.0"
5885+
58025886
header-case@^1.0.0:
58035887
version "1.0.1"
58045888
resolved "https://registry.yarnpkg.com/header-case/-/header-case-1.0.1.tgz#9535973197c144b09613cd65d317ef19963bd02d"
@@ -6288,7 +6372,7 @@ is-buffer@^1.1.4, is-buffer@^1.1.5, is-buffer@~1.1.1:
62886372
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
62896373
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
62906374

6291-
is-buffer@~2.0.3:
6375+
is-buffer@^2.0.0, is-buffer@~2.0.3:
62926376
version "2.0.3"
62936377
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"
62946378
integrity sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==
@@ -7374,6 +7458,23 @@ mdast-util-to-hast@^3.0.0:
73747458
unist-util-visit "^1.1.0"
73757459
xtend "^4.0.1"
73767460

7461+
mdast-util-to-hast@^4.0.0:
7462+
version "4.0.0"
7463+
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-4.0.0.tgz#d8467ce28ea73b4648667bc389aa39dfa9f67f18"
7464+
integrity sha512-yOTZSxR1aPvWRUxVeLaLZ1sCYrK87x2Wusp1bDM/Ao2jETBhYUKITI3nHvgy+HkZW54HuCAhHnS0mTcbECD5Ig==
7465+
dependencies:
7466+
collapse-white-space "^1.0.0"
7467+
detab "^2.0.0"
7468+
mdast-util-definitions "^1.2.0"
7469+
mdurl "^1.0.1"
7470+
trim "0.0.1"
7471+
trim-lines "^1.0.0"
7472+
unist-builder "^1.0.1"
7473+
unist-util-generated "^1.1.0"
7474+
unist-util-position "^3.0.0"
7475+
unist-util-visit "^1.1.0"
7476+
xtend "^4.0.1"
7477+
73777478
mdast-util-to-nlcst@^3.2.0:
73787479
version "3.2.2"
73797480
resolved "https://registry.yarnpkg.com/mdast-util-to-nlcst/-/mdast-util-to-nlcst-3.2.2.tgz#71972eecd64dc03d5cf2713f08555e2d9e2d7d10"
@@ -9319,6 +9420,13 @@ property-information@^4.0.0:
93199420
dependencies:
93209421
xtend "^4.0.1"
93219422

9423+
property-information@^5.0.0, property-information@^5.0.1:
9424+
version "5.0.1"
9425+
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.0.1.tgz#c3b09f4f5750b1634c0b24205adbf78f18bdf94f"
9426+
integrity sha512-nAtBDVeSwFM3Ot/YxT7s4NqZmqXI7lLzf46BThvotEtYf2uk2yH0ACYuWQkJ7gxKs49PPtKVY0UlDGkyN9aJlw==
9427+
dependencies:
9428+
xtend "^4.0.1"
9429+
93229430
proxy-addr@~2.0.4:
93239431
version "2.0.4"
93249432
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.4.tgz#ecfc733bf22ff8c6f407fa275327b9ab67e48b93"
@@ -9882,6 +9990,27 @@ remark-parse@^5.0.0:
98829990
vfile-location "^2.0.0"
98839991
xtend "^4.0.1"
98849992

9993+
remark-parse@^6.0.0:
9994+
version "6.0.3"
9995+
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-6.0.3.tgz#c99131052809da482108413f87b0ee7f52180a3a"
9996+
integrity sha512-QbDXWN4HfKTUC0hHa4teU463KclLAnwpn/FBn87j9cKYJWWawbiLgMfP2Q4XwhxxuuuOxHlw+pSN0OKuJwyVvg==
9997+
dependencies:
9998+
collapse-white-space "^1.0.2"
9999+
is-alphabetical "^1.0.0"
10000+
is-decimal "^1.0.0"
10001+
is-whitespace-character "^1.0.0"
10002+
is-word-character "^1.0.0"
10003+
markdown-escapes "^1.0.0"
10004+
parse-entities "^1.1.0"
10005+
repeat-string "^1.5.4"
10006+
state-toggle "^1.0.0"
10007+
trim "0.0.1"
10008+
trim-trailing-lines "^1.0.0"
10009+
unherit "^1.0.4"
10010+
unist-util-remove-position "^1.0.0"
10011+
vfile-location "^2.0.0"
10012+
xtend "^4.0.1"
10013+
988510014
remark-retext@^3.1.0:
988610015
version "3.1.2"
988710016
resolved "https://registry.yarnpkg.com/remark-retext/-/remark-retext-3.1.2.tgz#983003d7495cf9198aa450c5ae5a7737011eec5f"
@@ -11534,7 +11663,7 @@ unicode-property-aliases-ecmascript@^1.0.4:
1153411663
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57"
1153511664
integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==
1153611665

11537-
unified@^6.0.0, unified@^6.1.5, unified@^6.1.6:
11666+
unified@^6.0.0, unified@^6.1.5:
1153811667
version "6.2.0"
1153911668
resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
1154011669
integrity sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==
@@ -11546,6 +11675,20 @@ unified@^6.0.0, unified@^6.1.5, unified@^6.1.6:
1154611675
vfile "^2.0.0"
1154711676
x-is-string "^0.1.0"
1154811677

11678+
unified@^7.0.0:
11679+
version "7.1.0"
11680+
resolved "https://registry.yarnpkg.com/unified/-/unified-7.1.0.tgz#5032f1c1ee3364bd09da12e27fdd4a7553c7be13"
11681+
integrity sha512-lbk82UOIGuCEsZhPj8rNAkXSDXd6p0QLzIuSsCdxrqnqU56St4eyOB+AlXsVgVeRmetPTYydIuvFfpDIed8mqw==
11682+
dependencies:
11683+
"@types/unist" "^2.0.0"
11684+
"@types/vfile" "^3.0.0"
11685+
bail "^1.0.0"
11686+
extend "^3.0.0"
11687+
is-plain-obj "^1.1.0"
11688+
trough "^1.0.0"
11689+
vfile "^3.0.0"
11690+
x-is-string "^0.1.0"
11691+
1154911692
union-value@^1.0.0:
1155011693
version "1.0.0"
1155111694
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"
@@ -11886,6 +12029,16 @@ vfile@^2.0.0:
1188612029
unist-util-stringify-position "^1.0.0"
1188712030
vfile-message "^1.0.0"
1188812031

12032+
vfile@^3.0.0:
12033+
version "3.0.1"
12034+
resolved "https://registry.yarnpkg.com/vfile/-/vfile-3.0.1.tgz#47331d2abe3282424f4a4bb6acd20a44c4121803"
12035+
integrity sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==
12036+
dependencies:
12037+
is-buffer "^2.0.0"
12038+
replace-ext "1.0.0"
12039+
unist-util-stringify-position "^1.0.0"
12040+
vfile-message "^1.0.0"
12041+
1188912042
1189012043
version "0.0.4"
1189112044
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73"

0 commit comments

Comments
 (0)