Skip to content

Commit

Permalink
Fix docgenInfo errors when accessing the props or playground of some …
Browse files Browse the repository at this point in the history
…docs (opensearch-project#1355) (opensearch-project#1360)

Signed-off-by: Miki <[email protected]>
(cherry picked from commit 8835357)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b438a9f commit ce1daa0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"puppeteer": "^19.11.1",
"raw-loader": "^4.0.1",
"react": "^16.14.0",
"react-docgen-typescript": "^2.2.2",
"react-docgen-typescript": "npm:@amoo-miki/react-docgen-typescript@^2.3.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-redux": "^8.0.5",
Expand Down
21 changes: 8 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4460,15 +4460,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001449:
version "1.0.30001538"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001538.tgz"
integrity sha512-HWJnhnID+0YMtGlzcp3T9drmBJUVDchPJ08tpUGFLs9CYlwWPH2uLgpHn8fND5pCgXVtnGS3H4QR9XLMHVNkHw==

caniuse-lite@^1.0.30001541:
version "1.0.30001562"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001562.tgz#9d16c5fd7e9c592c4cd5e304bc0f75b0008b2759"
integrity sha512-kfte3Hym//51EdX4239i+Rmp20EsLIYGdPkERegTgU19hQWCRhsRFGKHTliUlsry53tv17K7n077Kqa0WJU4ng==
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001541:
version "1.0.30001651"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz"
integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -13378,10 +13373,10 @@ react-clientside-effect@^1.2.2:
dependencies:
"@babel/runtime" "^7.0.0"

react-docgen-typescript@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-2.2.2.tgz#4611055e569edc071204aadb20e1c93e1ab1659c"
integrity sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==
"react-docgen-typescript@npm:@amoo-miki/react-docgen-typescript@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@amoo-miki/react-docgen-typescript/-/react-docgen-typescript-2.3.0.tgz#2d00e6dc638b0fee40f8e7f0cefc43ea720fcf1d"
integrity sha512-v5iYy4P9c1o2Wcci0nXZ1E1hvKrnEIyLl6fqEl22ylcdmzapOoCd+FBi5i0U6/omf2YZqYkSZZW8gZT/ZiQhoQ==

react-dom@^16.12.0:
version "16.12.0"
Expand Down

0 comments on commit ce1daa0

Please sign in to comment.