Skip to content

Commit c0a3b58

Browse files
authored
fix(smart-action-hook): value injected to an enum field of type is now correctly handled (#600)
1 parent ff67d9a commit c0a3b58

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.5",
29+
"forest-express": "7.9.6",
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
@@ -4428,10 +4428,10 @@ for-in@^1.0.2:
44284428
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
44294429
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
44304430

4431-
4432-
version "7.9.5"
4433-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.9.5.tgz#0ef2e6f169ce982649bbd41e19200e54963b0fed"
4434-
integrity sha512-uiEnznM0hTY+GEA92jsTNCda1vewotc0Iv/fcpN88Uvkk2zTP2eSl5HAROxAk39Sbg/XmvQZIx3qppHcxHZI8g==
4431+
4432+
version "7.9.6"
4433+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.9.6.tgz#984a8a199f8230b777aae044df5dae20f2d3ddc8"
4434+
integrity sha512-8MijSGjt5Oclt0folSKZf8oYvDI0z0dRNDU3v7AZJsdhOm9TE01zmb6Szp4sVh8X0Rqm1b/LFqGSIWNMfWejHQ==
44354435
dependencies:
44364436
"@babel/runtime" "7.10.1"
44374437
base32-encode "1.1.1"

0 commit comments

Comments
 (0)