Skip to content

Commit a585338

Browse files
fix(related data): fix related data display regression introduced in v6.3.3 (#484)
1 parent f6af167 commit a585338

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
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@babel/runtime": "7.10.1",
2727
"bluebird": "2.9.25",
28-
"forest-express": "7.4.1",
28+
"forest-express": "7.4.3",
2929
"http-errors": "1.6.1",
3030
"lodash": "4.17.19",
3131
"moment": "2.19.4",

yarn.lock

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

4484-
4485-
version "7.4.1"
4486-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.4.1.tgz#63ecb078ee3649d712670d8bacdb477b1afeac33"
4487-
integrity sha512-WdXrkG1xfqq3yrBGzyT4pFgV31QJ2Owb/8CHnPoo+tR6Iv/cIdpUA4RWhYb+tZYfWqfK6w15VA4MyQlCH7s4GA==
4484+
4485+
version "7.4.3"
4486+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.4.3.tgz#56591f34e5ace688229f6281a855afbe56302b81"
4487+
integrity sha512-B2wd1PR3BAxB8AyImpF786A6ZoQgypEQ3kmUrbvsNKAd2jilRYdHSTZ70sDoHvQ5KihiafSyncIR6saieRir6A==
44884488
dependencies:
44894489
"@babel/runtime" "7.10.1"
44904490
base32-encode "1.1.1"

0 commit comments

Comments
 (0)