Skip to content

Commit a43b1c0

Browse files
authored
fix: add attribute reverse list word by upgrading forest-express (#1046)
1 parent d86e46b commit a43b1c0

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
@@ -28,7 +28,7 @@
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
3030
"core-js": "3.6.5",
31-
"forest-express": "10.0.0",
31+
"forest-express": "10.0.1",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.29.4",

yarn.lock

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

4602-
4603-
version "10.0.0"
4604-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.0.0.tgz#10f76f9617739340ffa0b3fabaddf5998d3482bd"
4605-
integrity sha512-qtrs988yfyW23Od6OSnwxGstRhVWgOO5Z6edJ42IiU4dUvrGHq8o9NbZpSd9kfv7JROzURews6gsoAvJ8IInnA==
4602+
4603+
version "10.0.1"
4604+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.0.1.tgz#3e50f56268eecdfb3b8c06577d416e0a7ffa4db7"
4605+
integrity sha512-S+9AOP591XnQ9CEZfJmTjXLH3P4d+QFPiVV8Ef8Pz6cj3U6Qc/vzapeuZ78LUmrtBX/J1k6aJ2p7JskQyP+9DQ==
46064606
dependencies:
46074607
"@babel/runtime" "7.19.0"
46084608
"@forestadmin/context" "1.31.0"

0 commit comments

Comments
 (0)