From 6b60a5e828907449d48b583aa615246da0140fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 7 Feb 2023 16:41:00 +0100 Subject: [PATCH] =?UTF-8?q?Web=20app:=20upgrade=20Tabulator=205.1.8=20?= =?UTF-8?q?=E2=86=92=205.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade Tabulator, hopefully this fixes some issues where the job list would show black (no items shown, but the scrollbar is still there as if all the items still exist; scrolling up & down would fix it). --- web/app/package.json | 2 +- web/app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/package.json b/web/app/package.json index 9420150f..be3bcd85 100644 --- a/web/app/package.json +++ b/web/app/package.json @@ -23,7 +23,7 @@ "pinia": "^2.0.13", "socket.io-client": "2", "superagent": "^7.1.2", - "tabulator-tables": "^5.1.8", + "tabulator-tables": "^5.4.3", "vue": "^3.2.31", "vue-router": "^4.0.14" }, diff --git a/web/app/yarn.lock b/web/app/yarn.lock index dccd7b45..e143aae0 100644 --- a/web/app/yarn.lock +++ b/web/app/yarn.lock @@ -1237,10 +1237,10 @@ supports-preserve-symlinks-flag@^1.0.0: resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== -tabulator-tables@^5.1.8: - version "5.2.7" - resolved "https://registry.yarnpkg.com/tabulator-tables/-/tabulator-tables-5.2.7.tgz#212facbab5b22ceecf46a8419d8ebd41908d6b98" - integrity sha512-ePCqOdfCm8yas7IkpmUM2ZXvgvGVVo3k4N5Zz9oCuV/Q9ijGlhT+Xgzt6+3FlvGsXgshbiyDkxhy8rOGe7Djyw== +tabulator-tables@^5.4.3: + version "5.4.3" + resolved "https://registry.yarnpkg.com/tabulator-tables/-/tabulator-tables-5.4.3.tgz#78127f263b5bf26d8dc15e1cd2fc6755fe51b8ca" + integrity sha512-XnQcfwd2LzHWKAo8ZzUVglKaQnzn3wZwH48ouYr1dDbfUcQiU1ESJjVhmVxPMr9tf0oDcV6qPViEHinAi/tqbw== text-table@^0.2.0: version "0.2.0"