Skip to content

Commit a632b5a

Browse files
fix(related data): fix related data display regression introduced in v6.3.4 (#399)
1 parent 290cfbe commit a632b5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
29-
"forest-express": "7.4.1",
29+
"forest-express": "7.4.3",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.19",
3232
"moment": "2.24.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4453,10 +4453,10 @@ for-in@^1.0.2:
44534453
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
44544454
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
44554455

4456-
4457-
version "7.4.1"
4458-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.4.1.tgz#63ecb078ee3649d712670d8bacdb477b1afeac33"
4459-
integrity sha512-WdXrkG1xfqq3yrBGzyT4pFgV31QJ2Owb/8CHnPoo+tR6Iv/cIdpUA4RWhYb+tZYfWqfK6w15VA4MyQlCH7s4GA==
4456+
4457+
version "7.4.3"
4458+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.4.3.tgz#56591f34e5ace688229f6281a855afbe56302b81"
4459+
integrity sha512-B2wd1PR3BAxB8AyImpF786A6ZoQgypEQ3kmUrbvsNKAd2jilRYdHSTZ70sDoHvQ5KihiafSyncIR6saieRir6A==
44604460
dependencies:
44614461
"@babel/runtime" "7.10.1"
44624462
base32-encode "1.1.1"

0 commit comments

Comments
 (0)