Skip to content

Commit 5d80f8a

Browse files
feat(smart-action): support hooks for smart collection (#679)
1 parent 6d6b00e commit 5d80f8a

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
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
2929
"core-js": "3.6.5",
30-
"forest-express": "8.1.4",
30+
"forest-express": "8.2.0",
3131
"http-errors": "1.6.1",
3232
"lodash": "4.17.21",
3333
"moment": "2.19.4",

yarn.lock

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

4786-
forest-express@8.1.4:
4787-
version "8.1.4"
4788-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.1.4.tgz#b5268d89a9ec079d073c35c6b07e21061cb56c39"
4789-
integrity sha512-zzO/bp67ygqXZHCNEvCdSgLFInfxHPDdRBkA+XBDZqjCLVhuglZ1seFEP2unZo6IwK0Rg/bu7l1sDWMcMJ42FA==
4786+
forest-express@8.2.0:
4787+
version "8.2.0"
4788+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.2.0.tgz#f8c76ec08e847dda9f0bb2dc3607b1b9188fb800"
4789+
integrity sha512-Gzl7Cknecwd7l5Dq3sdamw/MhK24fSXhoFRg9ZVbAb56NsNjOhUYAkYvW8JdPa6BxY1SAobqsANuAcNGaVs8bw==
47904790
dependencies:
47914791
"@babel/runtime" "7.10.1"
47924792
base32-encode "1.1.1"

0 commit comments

Comments
 (0)