Skip to content

Commit 74d33c6

Browse files
DSchausidharthachatterjee
authored andcommitted
fix(gatsby-plugin-mdx): add missing change-case dependency (#15638)
1 parent 065d809 commit 74d33c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/gatsby-plugin-mdx/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
2323
"@babel/preset-env": "^7.4.3",
2424
"@babel/preset-react": "^7.0.0",
25+
"change-case": "^3.1.0",
2526
"core-js": "2",
2627
"dataloader": "^1.4.0",
2728
"debug": "^4.0.1",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -5784,7 +5784,7 @@ change-case@^3.0.1:
57845784
upper-case "^1.1.1"
57855785
upper-case-first "^1.1.0"
57865786

5787-
change-case@^3.0.2:
5787+
change-case@^3.0.2, change-case@^3.1.0:
57885788
version "3.1.0"
57895789
resolved "https://registry.yarnpkg.com/change-case/-/change-case-3.1.0.tgz#0e611b7edc9952df2e8513b27b42de72647dd17e"
57905790
integrity sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw==

0 commit comments

Comments
 (0)