Skip to content

Commit

Permalink
Merge pull request #3772 from storybooks/dd/docgen
Browse files Browse the repository at this point in the history
Improvements to Info Docgen parsing
  • Loading branch information
ndelangen authored Jun 19, 2018
2 parents 5468468 + 85c739c commit cc5de35
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@storybook/core": "4.0.0-alpha.9",
"@storybook/react-dev-utils": "^5.0.0",
"babel-plugin-react-docgen": "^2.0.0-rc.0",
"babel-plugin-react-docgen": "^2.0.0-rc.1",
"babel-preset-react": "^6.24.1",
"common-tags": "^1.8.0",
"emotion": "^9.1.3",
Expand Down
4 changes: 2 additions & 2 deletions lib/cli/test/snapshots/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"babel-runtime": "^6.20.0",
"meteor-node-stubs": "~0.2.4",
"react": "^16.4.0",
"react-dom": "^16.4.0"
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1997,13 +1997,13 @@ babel-plugin-minify-type-constructors@^0.4.3:
dependencies:
babel-helper-is-void-0 "^0.4.3"

babel-plugin-react-docgen@^2.0.0-rc.0:
version "2.0.0-rc.0"
resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-2.0.0-rc.0.tgz#e3561de1f1a16037306ec5131456fe625b7736f8"
babel-plugin-react-docgen@^2.0.0-rc.1:
version "2.0.0-rc.1"
resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-2.0.0-rc.1.tgz#2538ecff4102c9e4e4087dbb90bcc76a8db3658f"
dependencies:
babel-types "^6.24.1"
lodash "^4.17.0"
react-docgen "^3.0.0-beta11"
babel-types "^6.26.0"
lodash "^4.17.10"
react-docgen "^3.0.0-beta12"

babel-plugin-react-transform@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -11159,7 +11159,7 @@ lodash@^3.10.1, lodash@^3.3.1, lodash@^3.5.0:
version "3.10.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"

lodash@^4.17.0, lodash@^4.17.10:
lodash@^4.17.10:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"

Expand Down Expand Up @@ -14351,7 +14351,7 @@ [email protected]:
shell-quote "^1.6.1"
ws "^2.0.3"

react-docgen@^3.0.0-beta11:
react-docgen@^3.0.0-beta12:
version "3.0.0-beta9"
resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-3.0.0-beta9.tgz#6be987e640786ecb10ce2dd22157a022c8285e95"
dependencies:
Expand Down

0 comments on commit cc5de35

Please sign in to comment.