diff --git a/docs/en_US/release_notes_4_11.rst b/docs/en_US/release_notes_4_11.rst index ae5b6faca..3b38ceaff 100644 --- a/docs/en_US/release_notes_4_11.rst +++ b/docs/en_US/release_notes_4_11.rst @@ -11,7 +11,7 @@ New features | `Feature #4335 `_ - Add EXPLAIN options for SETTINGS and SUMMARY. | `Feature #4415 `_ - Add Reverse Engineered SQL tests for Roles and Resource Groups. - +| `Feature #4318 `_ - Set the mouse cursor appropriately based on the layout lock state. Bug fixes ********* diff --git a/web/package.json b/web/package.json index ef252e8d4..12b17fdf7 100644 --- a/web/package.json +++ b/web/package.json @@ -89,7 +89,7 @@ "underscore": "^1.9.1", "underscore.string": "^3.3.5", "watchify": "~3.11.1", - "webcabin-docker": "git+https://github.com/EnterpriseDB/wcDocker/#f3c79e4b9a9e76a8e34736fc33473e65c524050c", + "webcabin-docker": "git+https://github.com/EnterpriseDB/wcDocker/#41d8664d7c8e8f524426671df69a120127fff927", "wkx": "^0.4.6" }, "scripts": { diff --git a/web/yarn.lock b/web/yarn.lock index 2fb334202..8e4f8d598 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -8510,9 +8510,9 @@ watchpack@^1.5.0: graceful-fs "^4.1.2" neo-async "^2.5.0" -"webcabin-docker@git+https://github.com/EnterpriseDB/wcDocker/#f3c79e4b9a9e76a8e34736fc33473e65c524050c": +"webcabin-docker@git+https://github.com/EnterpriseDB/wcDocker/#41d8664d7c8e8f524426671df69a120127fff927": version "2.2.4-dev" - resolved "git+https://github.com/EnterpriseDB/wcDocker/#f3c79e4b9a9e76a8e34736fc33473e65c524050c" + resolved "git+https://github.com/EnterpriseDB/wcDocker/#41d8664d7c8e8f524426671df69a120127fff927" dependencies: FileSaver "^0.10.0" font-awesome "^4.7.0"