Skip to content

Commit 2db54b3

Browse files
zkochansidharthachatterjee
authored andcommitted
fix(deps): add missing deps to gatsby-plugin-mdx (#16207)
1 parent 15ae936 commit 2db54b3

File tree

2 files changed

+82
-1
lines changed

2 files changed

+82
-1
lines changed

packages/gatsby-plugin-mdx/package.json

+7
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,21 @@
1919
},
2020
"dependencies": {
2121
"@babel/core": "^7.4.3",
22+
"@babel/generator": "^7.5.5",
23+
"@babel/helper-plugin-utils": "^7.0.0",
2224
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
2325
"@babel/preset-env": "^7.4.3",
2426
"@babel/preset-react": "^7.0.0",
27+
"@babel/types": "^7.5.5",
2528
"change-case": "^3.1.0",
2629
"core-js": "2",
2730
"dataloader": "^1.4.0",
2831
"debug": "^4.0.1",
2932
"escape-string-regexp": "^1.0.5",
33+
"eval": "^0.1.4",
3034
"fs-extra": "^7.0.0",
3135
"gray-matter": "^4.0.1",
36+
"json5": "^2.1.0",
3237
"loader-utils": "^1.2.3",
3338
"lodash": "^4.17.14",
3439
"mdast-util-to-string": "^1.0.4",
@@ -41,7 +46,9 @@
4146
"retext-english": "^3.0.2",
4247
"slash": "^2.0.0",
4348
"static-site-generator-webpack-plugin": "^3.4.2",
49+
"to-style": "^1.3.3",
4450
"underscore.string": "^3.3.4",
51+
"unified": "^8.3.2",
4552
"unist-util-map": "^1.0.4",
4653
"unist-util-remove": "^1.0.1",
4754
"unist-util-visit": "^1.4.0"

yarn.lock

+75-1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,17 @@
184184
source-map "^0.5.0"
185185
trim-right "^1.0.1"
186186

187+
"@babel/generator@^7.5.5":
188+
version "7.5.5"
189+
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
190+
integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==
191+
dependencies:
192+
"@babel/types" "^7.5.5"
193+
jsesc "^2.5.1"
194+
lodash "^4.17.13"
195+
source-map "^0.5.0"
196+
trim-right "^1.0.1"
197+
187198
"@babel/helper-annotate-as-pure@^7.0.0":
188199
version "7.0.0"
189200
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -2072,6 +2083,15 @@
20722083
lodash "^4.17.11"
20732084
to-fast-properties "^2.0.0"
20742085

2086+
"@babel/types@^7.5.5":
2087+
version "7.5.5"
2088+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
2089+
integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==
2090+
dependencies:
2091+
esutils "^2.0.2"
2092+
lodash "^4.17.13"
2093+
to-fast-properties "^2.0.0"
2094+
20752095
"@contentful/axios@^0.18.0":
20762096
version "0.18.0"
20772097
resolved "https://registry.yarnpkg.com/@contentful/axios/-/axios-0.18.0.tgz#576e0e6047411a66971e82d40688a8c795e62f27"
@@ -3057,7 +3077,7 @@
30573077
version "0.0.32"
30583078
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.32.tgz#0d3cb31022f8427ea58c008af32b80da126ca4e3"
30593079

3060-
"@types/unist@*", "@types/unist@^2.0.0":
3080+
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
30613081
version "2.0.3"
30623082
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
30633083

@@ -8676,6 +8696,13 @@ eval@^0.1.0:
86768696
dependencies:
86778697
require-like ">= 0.1.1"
86788698

8699+
eval@^0.1.4:
8700+
version "0.1.4"
8701+
resolved "https://registry.npmjs.org/eval/-/eval-0.1.4.tgz#e05dbe0dab4b9330215cbb7bf4886eb24bd58700"
8702+
integrity sha512-npGsebJejyjMRnLdFu+T/97dnigqIU0Ov3IGrZ8ygd1v7RL1vGkEKtvyWZobqUH1AQgKlg0Yqqe2BtMA9/QZLw==
8703+
dependencies:
8704+
require-like ">= 0.1.1"
8705+
86798706
event-source-polyfill@^1.0.5:
86808707
version "1.0.5"
86818708
resolved "https://registry.yarnpkg.com/event-source-polyfill/-/event-source-polyfill-1.0.5.tgz#b34be2740a685a8dc65ae750065fc983538ffcfe"
@@ -11727,6 +11754,11 @@ is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
1172711754
version "1.1.0"
1172811755
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
1172911756

11757+
is-plain-obj@^2.0.0:
11758+
version "2.0.0"
11759+
resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.0.0.tgz#7fd1a7f1b69e160cde9181d2313f445c68aa2679"
11760+
integrity sha512-EYisGhpgSCwspmIuRHGjROWTon2Xp8Z7U03Wubk/bTL5TTRC5R1rGVgyjzBrk9+ULdH6cRD06KRcw/xfqhVYKQ==
11761+
1173011762
is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
1173111763
version "2.0.4"
1173211764
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
@@ -13914,6 +13946,11 @@ lodash@^4.11.1, lodash@^4.11.2, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10,
1391413946
version "4.17.11"
1391513947
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
1391613948

13949+
lodash@^4.17.13:
13950+
version "4.17.15"
13951+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
13952+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
13953+
1391713954
lodash@^4.17.14:
1391813955
version "4.17.14"
1391913956
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
@@ -20480,6 +20517,17 @@ unified@^7.0.0:
2048020517
vfile "^3.0.0"
2048120518
x-is-string "^0.1.0"
2048220519

20520+
unified@^8.3.2:
20521+
version "8.3.2"
20522+
resolved "https://registry.npmjs.org/unified/-/unified-8.3.2.tgz#aed69d0e577d6ef27268431c63a10faef60e63ab"
20523+
integrity sha512-NDtUAXcd4c+mKppCbsZHzmhkKEQuhveZNBrFYmNgMIMk2K9bc8hmG3mLEGVtRmSNodobwyMePAnvIGVWZfPdzQ==
20524+
dependencies:
20525+
bail "^1.0.0"
20526+
extend "^3.0.0"
20527+
is-plain-obj "^2.0.0"
20528+
trough "^1.0.0"
20529+
vfile "^4.0.0"
20530+
2048320531
union-value@^1.0.0:
2048420532
version "1.0.0"
2048520533
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"
@@ -20603,6 +20651,13 @@ unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
2060320651
version "1.1.2"
2060420652
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6"
2060520653

20654+
unist-util-stringify-position@^2.0.0:
20655+
version "2.0.1"
20656+
resolved "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.1.tgz#de2a2bc8d3febfa606652673a91455b6a36fb9f3"
20657+
integrity sha512-Zqlf6+FRI39Bah8Q6ZnNGrEHUhwJOkHde2MHVk96lLyftfJJckaPslKgzhVcviXj8KcE9UJM9F+a4JEiBUTYgA==
20658+
dependencies:
20659+
"@types/unist" "^2.0.2"
20660+
2060620661
unist-util-visit-children@^1.0.0:
2060720662
version "1.1.2"
2060820663
resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-1.1.2.tgz#bd78b53db9644b9c339ac502854f15471f964f5b"
@@ -20955,6 +21010,14 @@ vfile-message@^1.0.0:
2095521010
dependencies:
2095621011
unist-util-stringify-position "^1.1.1"
2095721012

21013+
vfile-message@^2.0.0:
21014+
version "2.0.1"
21015+
resolved "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.1.tgz#951881861c22fc1eb39f873c0b93e336a64e8f6d"
21016+
integrity sha512-KtasSV+uVU7RWhUn4Lw+wW1Zl/nW8JWx7JCPps10Y9JRRIDeDXf8wfBLoOSsJLyo27DqMyAi54C6Jf/d6Kr2Bw==
21017+
dependencies:
21018+
"@types/unist" "^2.0.2"
21019+
unist-util-stringify-position "^2.0.0"
21020+
2095821021
vfile-reporter@^5.0.0:
2095921022
version "5.1.1"
2096021023
resolved "https://registry.yarnpkg.com/vfile-reporter/-/vfile-reporter-5.1.1.tgz#419688c7e9dcaf65ba81bfdb0ad443e9e0248e09"
@@ -21000,6 +21063,17 @@ vfile@^3.0.0:
2100021063
unist-util-stringify-position "^1.0.0"
2100121064
vfile-message "^1.0.0"
2100221065

21066+
vfile@^4.0.0:
21067+
version "4.0.1"
21068+
resolved "https://registry.npmjs.org/vfile/-/vfile-4.0.1.tgz#fc3d43a1c71916034216bf65926d5ee3c64ed60c"
21069+
integrity sha512-lRHFCuC4SQBFr7Uq91oJDJxlnftoTLQ7eKIpMdubhYcVMho4781a8MWXLy3qZrZ0/STD1kRiKc0cQOHm4OkPeA==
21070+
dependencies:
21071+
"@types/unist" "^2.0.0"
21072+
is-buffer "^2.0.0"
21073+
replace-ext "1.0.0"
21074+
unist-util-stringify-position "^2.0.0"
21075+
vfile-message "^2.0.0"
21076+
2100321077
vinyl-fs@^3.0.2:
2100421078
version "3.0.3"
2100521079
resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-3.0.3.tgz#c85849405f67428feabbbd5c5dbdd64f47d31bc7"

0 commit comments

Comments
 (0)