From 3e3efc08fdaf57665c23ad660285603f95ca7f99 Mon Sep 17 00:00:00 2001 From: Nicolas Moreau Date: Wed, 16 Oct 2024 16:33:16 +0200 Subject: [PATCH] feat: support action form layout description and button labels --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8cc04bf0..a8e24e61 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/runtime": "7.15.4", "bluebird": "2.9.25", "core-js": "3.6.5", - "forest-express": "10.2.20", + "forest-express": "10.4.0", "http-errors": "1.6.1", "lodash": "4.17.21", "moment": "2.29.4", diff --git a/yarn.lock b/yarn.lock index 1076516f..e646190e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5174,10 +5174,10 @@ for-each@^0.3.3: dependencies: is-callable "^1.1.3" -forest-express@10.2.20: - version "10.2.20" - resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.20.tgz#852ef5c55d57bfba0422dbdd2b17ab1b2b6492f7" - integrity sha512-dDvQG2Z+3Dc1+eKWfYU8p6VGDxBmGSyuLJ4D9QuW3fqnbQ7xxs4JQvb1qIeTAyMprH2gMBW7MVywHTGewEaScQ== +forest-express@10.4.0: + version "10.4.0" + resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.4.0.tgz#cb704cec46cdc0383973032ae53ae73f1be75965" + integrity sha512-Ool2MhOmfFU1pDpdUIkK2+gfdSnR5KhoVL/YE6s53qREWoSJsWvhhzw0P8l2hBWBjdY4eX+WQ9tNQbFIlGxuUA== dependencies: "@babel/runtime" "7.19.0" "@forestadmin/context" "1.31.0"