Skip to content

Commit dab7b01

Browse files
authored
fix: add attribute reverse list word by upgrading forest-express (#979)
1 parent 44107d0 commit dab7b01

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
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
30-
"forest-express": "10.0.0",
30+
"forest-express": "10.0.1",
3131
"http-errors": "1.7.2",
3232
"lodash": "4.17.21",
3333
"moment": "2.29.4",

yarn.lock

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

4477-
4478-
version "10.0.0"
4479-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.0.0.tgz#10f76f9617739340ffa0b3fabaddf5998d3482bd"
4480-
integrity sha512-qtrs988yfyW23Od6OSnwxGstRhVWgOO5Z6edJ42IiU4dUvrGHq8o9NbZpSd9kfv7JROzURews6gsoAvJ8IInnA==
4477+
4478+
version "10.0.1"
4479+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.0.1.tgz#3e50f56268eecdfb3b8c06577d416e0a7ffa4db7"
4480+
integrity sha512-S+9AOP591XnQ9CEZfJmTjXLH3P4d+QFPiVV8Ef8Pz6cj3U6Qc/vzapeuZ78LUmrtBX/J1k6aJ2p7JskQyP+9DQ==
44814481
dependencies:
44824482
"@babel/runtime" "7.19.0"
44834483
"@forestadmin/context" "1.31.0"

0 commit comments

Comments
 (0)