diff --git a/docs/en_US/release_notes_4_4.rst b/docs/en_US/release_notes_4_4.rst index 38795bcc9..89dd02dc3 100644 --- a/docs/en_US/release_notes_4_4.rst +++ b/docs/en_US/release_notes_4_4.rst @@ -20,6 +20,7 @@ Bug fixes | `Bug #1269 `_ - Fix naming inconsistency for the column and FTS parser modules. | `Bug #3104 `_ - Improve a couple of German translations. +| `Bug #3968 `_ - Update wcDocker to fix the issue where the Scratch Pad grows in size if the results panel is resized. | `Bug #3995 `_ - Avoid 'bogus varno' message from Postgres when viewing the SQL for a table with triggers. | `Bug #4019 `_ - Update all Python and JavaScript dependencies. | `Bug #4050 `_ - Make the WHEN field a CodeMirror control on the Event Trigger dialogue. diff --git a/web/package.json b/web/package.json index 66d7d09a4..ff7280126 100644 --- a/web/package.json +++ b/web/package.json @@ -90,7 +90,7 @@ "underscore": "^1.9.1", "underscore.string": "^3.3.5", "watchify": "~3.11.1", - "webcabin-docker": "git+https://github.com/EnterpriseDB/wcDocker/#9cf81f03bb350b76b77a264f1db5d55391d5e424", + "webcabin-docker": "git+https://github.com/EnterpriseDB/wcDocker/#a002c706ca34ee20772091b04a6cb05b13548cdc", "wkx": "^0.4.6" }, "scripts": { diff --git a/web/yarn.lock b/web/yarn.lock index c26d9f83a..b0e79c8f1 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -9015,9 +9015,9 @@ watchpack@^1.5.0: graceful-fs "^4.1.2" neo-async "^2.5.0" -"webcabin-docker@git+https://github.com/EnterpriseDB/wcDocker/#9cf81f03bb350b76b77a264f1db5d55391d5e424": +"webcabin-docker@git+https://github.com/EnterpriseDB/wcDocker/#a002c706ca34ee20772091b04a6cb05b13548cdc": version "2.2.4-dev" - resolved "git+https://github.com/EnterpriseDB/wcDocker/#9cf81f03bb350b76b77a264f1db5d55391d5e424" + resolved "git+https://github.com/EnterpriseDB/wcDocker/#a002c706ca34ee20772091b04a6cb05b13548cdc" dependencies: FileSaver "^0.10.0" font-awesome "^4.7.0"