Skip to content

Commit

Permalink
Fix version mismatch in gatsby-transformer-react-docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthachatterjee committed Sep 7, 2019
1 parent 9f36778 commit ff7610f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-react-docgen/package.json
Expand Up @@ -10,7 +10,7 @@
"@babel/code-frame": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@babel/types": "^7.5.5",
"ast-types": "^0.13.2",
"ast-types": "^0.12.4",
"common-tags": "^1.8.0",
"react-docgen": "^5.0.0-beta.1"
},
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -3585,11 +3585,6 @@ ast-types@^0.12.4:
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.12.4.tgz#71ce6383800f24efc9a1a3308f3a6e420a0974d1"
integrity sha512-ky/YVYCbtVAS8TdMIaTiPFHwEpRB5z1hctepJplTr3UW5q8TDrpIMCILyk8pmLxGtn2KCtC/lSn7zOsaI7nzDw==

ast-types@^0.13.2:
version "0.13.2"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48"
integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==

ast-types@^0.7.0:
version "0.7.8"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.7.8.tgz#902d2e0d60d071bdcd46dc115e1809ed11c138a9"
Expand Down

0 comments on commit ff7610f

Please sign in to comment.