Skip to content

Commit 370dba7

Browse files
fix: fix related data list display (#578)
1 parent 82e5cd6 commit 370dba7

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
"@babel/runtime": "7.10.1",
2727
"bluebird": "2.9.25",
2828
"core-js": "3.6.5",
29-
"forest-express": "7.9.2",
29+
"forest-express": "7.9.3",
3030
"http-errors": "1.6.1",
3131
"lodash": "4.17.19",
3232
"moment": "2.19.4",

yarn.lock

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

4371-
4372-
version "7.9.2"
4373-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.9.2.tgz#a92429a9f3b5d763d23c2ab6eb52ee74415ad41b"
4374-
integrity sha512-HnWlBvbYWjv6MXSDU8oiPrsGECxEICxN2H/Oj6l171uNbHt44rFpEHoGlt93z+1ADcnE1+6zwXNugRq/ZgduYQ==
4371+
4372+
version "7.9.3"
4373+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.9.3.tgz#d321606ad77b34ad30d5431da32055903b5a09b3"
4374+
integrity sha512-qb2O2rvoSJrKLMBX/LWRkrduEkG2H6MQBclCbcDEsn7S/gXqArwFUY8WBgzEh1Bsuw1d7xAwENvGiZL+nISUTQ==
43754375
dependencies:
43764376
"@babel/runtime" "7.10.1"
43774377
base32-encode "1.1.1"

0 commit comments

Comments
 (0)