Skip to content

Commit

Permalink
Bump gatsby-plugin-mdx from 1.10.1 to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 5, 2021
1 parent 66098cb commit 9a823d8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"gatsby-plugin-catch-links": "^2.1.15",
"gatsby-plugin-emotion": "^5.1.0",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-mdx": "^1.6.0",
"gatsby-plugin-mdx": "^2.2.0",
"gatsby-plugin-react-helmet": "^3.1.4",
"gatsby-plugin-sharp": "^2.10.1",
"gatsby-plugin-svgr-loader": "^0.1.0",
Expand Down
28 changes: 21 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9132,7 +9132,7 @@ file-type@^12.0.0:
resolved "https://registry.yarnpkg.com/file-type/-/file-type-12.4.2.tgz#a344ea5664a1d01447ee7fb1b635f72feb6169d9"
integrity sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==

file-type@^16.0.0:
file-type@^16.0.0, file-type@^16.2.0:
version "16.3.0"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.3.0.tgz#f03af91db30f92cc9a0b335c0644c46101522f6d"
integrity sha512-ZA0hV64611vJT42ltw0T9IDwHApQuxRdrmQZWTeDmeAUtZBBVSQW3nSQqhhW1cAgpXgqcJvm410BYHXJQ9AymA==
Expand Down Expand Up @@ -9623,6 +9623,20 @@ gatsby-core-utils@^1.10.1, gatsby-core-utils@^1.7.1:
tmp "^0.2.1"
xdg-basedir "^4.0.0"

gatsby-core-utils@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.2.0.tgz#def804d0fc2acde605c5d4da3c1ffbfc9aaf4e2a"
integrity sha512-7T6aVJAj0u/VUg+zKOLuxyZLS/8KDQcDeEFCkKY0d7Pd4wV/QqKRLljr0TRVkivRZHXyWQI9fM3ox5DzfkHdCQ==
dependencies:
ci-info "2.0.0"
configstore "^5.0.1"
file-type "^16.2.0"
fs-extra "^8.1.0"
node-object-hash "^2.0.0"
proper-lockfile "^4.1.1"
tmp "^0.2.1"
xdg-basedir "^4.0.0"

gatsby-graphiql-explorer@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.11.0.tgz#2fe20ddb756180cf3a86defb2f24326ba0c9b062"
Expand Down Expand Up @@ -9703,10 +9717,10 @@ gatsby-plugin-manifest@^2.2.48:
semver "^7.3.2"
sharp "^0.27.0"

gatsby-plugin-mdx@^1.6.0:
version "1.10.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.10.1.tgz#44d175b8f339955ca2119b73c9ac55ec2a2f1c6f"
integrity sha512-imNVJEMBgaVX5P/V6/+cDja4RqG9i/h+9+2x+B5lM6JeAWz/GsiZ1xmv0iUPMTgMWSh+DRYW9gWc9KXeXJzCFQ==
gatsby-plugin-mdx@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.2.0.tgz#138f6a42d49ab5b1a37a90a80ddcf76d5c37f6f6"
integrity sha512-pYh18HM8VkaBDmeSPqVqq3jxjStw1sQ8Kp3GPfBLDnldBKsyi6BOvXIHLR9dSO2h0qjji9evpLdm1U2cI+BTFQ==
dependencies:
"@babel/core" "^7.12.3"
"@babel/generator" "^7.12.5"
Expand All @@ -9723,11 +9737,11 @@ gatsby-plugin-mdx@^1.6.0:
escape-string-regexp "^1.0.5"
eval "^0.1.4"
fs-extra "^8.1.0"
gatsby-core-utils "^1.10.1"
gatsby-core-utils "^2.2.0"
gray-matter "^4.0.2"
json5 "^2.1.3"
loader-utils "^1.4.0"
lodash "^4.17.20"
lodash "^4.17.21"
mdast-util-to-string "^1.1.0"
mdast-util-toc "^3.1.0"
mime "^2.4.6"
Expand Down

0 comments on commit 9a823d8

Please sign in to comment.