Skip to content

Commit

Permalink
updated gatsby-transformer-react-docgen-typescript version (#4249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddonahue007 committed May 13, 2020
1 parent 25e2298 commit 65b2eac
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@patternfly/react-virtualized-extension": "^4.2.34",
"gatsby": "2.21.0",
"gatsby-theme-patternfly-org": "^4.0.6",
"gatsby-transformer-react-docgen-typescript": "^4.0.1",
"gatsby-transformer-react-docgen-typescript": "^4.0.2",
"null-loader": "^3.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down
24 changes: 19 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11334,12 +11334,12 @@ gatsby-transformer-json@^2.3.0:
"@babel/runtime" "^7.8.7"
bluebird "^3.7.2"

gatsby-transformer-react-docgen-typescript@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/gatsby-transformer-react-docgen-typescript/-/gatsby-transformer-react-docgen-typescript-4.0.1.tgz#38ad498890855ea492066e866a4355941842c16e"
integrity sha512-7Zq0WmQ5bv7b46UC16OzpYBNs2ipej3tcecExAMzNMKxXlc1IBJQ3jJHO8pw0AJglcMZHaDh2wBftmlydI4p7A==
gatsby-transformer-react-docgen-typescript@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/gatsby-transformer-react-docgen-typescript/-/gatsby-transformer-react-docgen-typescript-4.0.2.tgz#2abd0ef0250ccd2ba3e01732bdd5b7d1afcc79af"
integrity sha512-9MLVkk5RBgp8UCOTXonvcd7lbl+F5uNyZV5y7EkZVwRFppfvotD0TOJ4ll02Iw4/wrxIlJ+7TWN20n6KZkJGEw==
dependencies:
react-docgen "^5.1.0"
react-docgen "^5.3.0"

gatsby@2.21.0:
version "2.21.0"
Expand Down Expand Up @@ -19683,6 +19683,20 @@ react-docgen@^5.1.0:
node-dir "^0.1.10"
strip-indent "^3.0.0"

react-docgen@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.3.0.tgz#9aabde5e69f1993c8ba839fd9a86696504654589"
integrity sha512-hUrv69k6nxazOuOmdGeOpC/ldiKy7Qj/UFpxaQi0eDMrUFUTIPGtY5HJu7BggSmiyAMfREaESbtBL9UzdQ+hyg==
dependencies:
"@babel/core" "^7.7.5"
"@babel/runtime" "^7.7.6"
ast-types "^0.13.2"
commander "^2.19.0"
doctrine "^3.0.0"
neo-async "^2.6.1"
node-dir "^0.1.10"
strip-indent "^3.0.0"

react-dom@^16.4.0, react-dom@^16.8.0:
version "16.11.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.11.0.tgz#7e7c4a5a85a569d565c2462f5d345da2dd849af5"
Expand Down

0 comments on commit 65b2eac

Please sign in to comment.