From 7d6e1b4f1d2166aab2137ebb53449536f3ae68ba Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Tue, 13 Oct 2020 03:10:30 +0800 Subject: [PATCH] Merge pull request #12748 from storybookjs/11883-upgrade-babel-plugin-react-docgen Upgrade babel-plugin-react-docgen --- addons/docs/package.json | 2 +- app/react/package.json | 2 +- yarn.lock | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/addons/docs/package.json b/addons/docs/package.json index efb3de6af7bb..5e5b97352758 100644 --- a/addons/docs/package.json +++ b/addons/docs/package.json @@ -95,7 +95,7 @@ "@types/tmp": "^0.1.0", "@types/util-deprecate": "^1.0.0", "babel-loader": "^8.0.6", - "babel-plugin-react-docgen": "^4.1.0", + "babel-plugin-react-docgen": "^4.2.1", "cross-spawn": "^7.0.1", "fs-extra": "^9.0.0", "jest": "^26.0.0", diff --git a/app/react/package.json b/app/react/package.json index 60db14d21f19..3c7d99a82319 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -44,7 +44,7 @@ "@types/webpack-env": "^1.15.2", "babel-plugin-add-react-displayname": "^0.0.5", "babel-plugin-named-asset-import": "^0.3.1", - "babel-plugin-react-docgen": "^4.1.0", + "babel-plugin-react-docgen": "^4.2.1", "core-js": "^3.0.1", "global": "^4.3.2", "lodash": "^4.17.15", diff --git a/yarn.lock b/yarn.lock index dab6537f9a5b..5f026be787b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6358,6 +6358,13 @@ ast-types@0.13.3, ast-types@^0.13.2: resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.3.tgz#50da3f28d17bdbc7969a3a2d83a0e4a72ae755a7" integrity sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA== +ast-types@^0.14.2: + version "0.14.2" + resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd" + integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA== + dependencies: + tslib "^2.0.1" + ast-types@^0.7.0: version "0.7.8" resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.7.8.tgz#902d2e0d60d071bdcd46dc115e1809ed11c138a9" @@ -7210,6 +7217,15 @@ babel-plugin-react-docgen@^4.1.0: react-docgen "^5.0.0" recast "^0.14.7" +babel-plugin-react-docgen@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-4.2.1.tgz#7cc8e2f94e8dc057a06e953162f0810e4e72257b" + integrity sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ== + dependencies: + ast-types "^0.14.2" + lodash "^4.17.15" + react-docgen "^5.0.0" + babel-plugin-require-context-hook@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/babel-plugin-require-context-hook/-/babel-plugin-require-context-hook-1.0.0.tgz#3f0e7cce87c338f53639b948632fd4e73834632d" @@ -30833,6 +30849,11 @@ tslib@^2.0.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3" integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g== +tslib@^2.0.1: + version "2.0.3" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" + integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ== + tslint@^5.20.1: version "5.20.1" resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1.tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d"