Skip to content

Commit e88dfd1

Browse files
authored
feat(smart actions): add hooks in schema file (#434)
1 parent 48a979e commit e88dfd1

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
"dependencies": {
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
29-
"forest-express": "7.4.4",
29+
"forest-express": "7.6.0",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.19",
3232
"moment": "2.24.0",

yarn.lock

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

4348-
forest-express@7.4.4:
4349-
version "7.4.4"
4350-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.4.4.tgz#88c8e9fc61066ad01063761abdd01012b9c44829"
4351-
integrity sha512-6EHjmCx8oDNYLoDIGLlkQY8ADQb2ubeN3QmddNA7ckD/1yjXISCWy47oPJ9+Rr+WZVCn8JHSITzVwdvsl5lijg==
4348+
forest-express@7.6.0:
4349+
version "7.6.0"
4350+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.6.0.tgz#03613c45a11c55eb2eca8fe38a7f8ee0f7157dae"
4351+
integrity sha512-WmeT9S5ra1ujyzXrWWnlIWgNRbVCiB1ALjHsfHqtkB8+Q6Y+FDZpxhNEdAu/zYvhhEWXvfLJuFQfvsqo2RvmSA==
43524352
dependencies:
43534353
"@babel/runtime" "7.10.1"
43544354
base32-encode "1.1.1"

0 commit comments

Comments
 (0)