Skip to content

Commit dd25694

Browse files
1 parent 38cbb85 commit dd25694

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"gatsby": "^2.32.8",
2222
"gatsby-image": "^2.11.0",
2323
"gatsby-plugin-manifest": "^2.12.0",
24-
"gatsby-plugin-mdx": "^1.10.0",
24+
"gatsby-plugin-mdx": "^2.0.1",
2525
"gatsby-plugin-react-helmet": "^3.10.0",
2626
"gatsby-plugin-sharp": "^2.14.1",
2727
"gatsby-remark-external-links": "^0.0.4",

yarn.lock

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5859,6 +5859,16 @@ file-type@^16.0.0:
58595859
token-types "^2.0.0"
58605860
typedarray-to-buffer "^3.1.5"
58615861

5862+
file-type@^16.2.0:
5863+
version "16.3.0"
5864+
resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.3.0.tgz#f03af91db30f92cc9a0b335c0644c46101522f6d"
5865+
integrity sha512-ZA0hV64611vJT42ltw0T9IDwHApQuxRdrmQZWTeDmeAUtZBBVSQW3nSQqhhW1cAgpXgqcJvm410BYHXJQ9AymA==
5866+
dependencies:
5867+
readable-web-to-node-stream "^3.0.0"
5868+
strtok3 "^6.0.3"
5869+
token-types "^2.0.0"
5870+
typedarray-to-buffer "^3.1.5"
5871+
58625872
file-type@^3.8.0:
58635873
version "3.9.0"
58645874
resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9"
@@ -6225,6 +6235,20 @@ gatsby-core-utils@^1.10.0, gatsby-core-utils@^1.10.1:
62256235
tmp "^0.2.1"
62266236
xdg-basedir "^4.0.0"
62276237

6238+
gatsby-core-utils@^2.0.0:
6239+
version "2.0.0"
6240+
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz#00fdc1f2efcaabe7426e63b020a7117ca613780c"
6241+
integrity sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A==
6242+
dependencies:
6243+
ci-info "2.0.0"
6244+
configstore "^5.0.1"
6245+
file-type "^16.2.0"
6246+
fs-extra "^8.1.0"
6247+
node-object-hash "^2.0.0"
6248+
proper-lockfile "^4.1.1"
6249+
tmp "^0.2.1"
6250+
xdg-basedir "^4.0.0"
6251+
62286252
gatsby-graphiql-explorer@^0.11.0:
62296253
version "0.11.0"
62306254
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.11.0.tgz#2fe20ddb756180cf3a86defb2f24326ba0c9b062"
@@ -6282,10 +6306,10 @@ gatsby-plugin-manifest@^2.12.0:
62826306
semver "^7.3.2"
62836307
sharp "^0.27.0"
62846308

6285-
gatsby-plugin-mdx@^1.10.0:
6286-
version "1.10.0"
6287-
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.10.0.tgz#d814562fb4d7400038a2061048eb35c8bfe9a284"
6288-
integrity sha512-xoiW06TnJpdwWmqOcxcsyXf6KI1fUAWitH0zVaUpYo7use+ffoXCLsV7mU7F4x2ChcoE8eok7EhalYb582kISg==
6309+
gatsby-plugin-mdx@^2.0.1:
6310+
version "2.0.1"
6311+
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.0.1.tgz#f3762a036ff9db5daa56dfdde313ddbdc67c05e3"
6312+
integrity sha512-wNMFTsa5u1KeESt3jyICy3fz5y3JhmKynFJ0J7YeTHm9EMoCclwfR4LRr1Mz9GLTIyWwvZEeVfwc7Vf5svXIvA==
62896313
dependencies:
62906314
"@babel/core" "^7.12.3"
62916315
"@babel/generator" "^7.12.5"
@@ -6302,7 +6326,7 @@ gatsby-plugin-mdx@^1.10.0:
63026326
escape-string-regexp "^1.0.5"
63036327
eval "^0.1.4"
63046328
fs-extra "^8.1.0"
6305-
gatsby-core-utils "^1.10.0"
6329+
gatsby-core-utils "^2.0.0"
63066330
gray-matter "^4.0.2"
63076331
json5 "^2.1.3"
63086332
loader-utils "^1.4.0"

0 commit comments

Comments
 (0)