From 695dd07cac9ddf3b2860869de73d86e8f2190c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20P=C3=A9rez=20de=20Rada=20Fiol?= Date: Fri, 9 Feb 2024 11:48:44 +0100 Subject: [PATCH] =?UTF-8?q?Upgrade=20JSROOT=20to=20v7.5.4=20=F0=9F=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #29. --- CHANGELOG.md | 8 ++++++++ yarn.lock | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1105537..0a61547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Changed + +- Upgraded `JSROOT` to `v7.5.4`. The relevant changes of this update can be seen here: [`v7.5.4` changes](https://github.com/root-project/jsroot/releases/tag/7.5.4). + +### Fixed + +- The JSROOT upgrade fixed issue [#29](https://github.com/AlbertoPdRF/root-file-viewer/issues/29). + ## [1.2.3] - 2023-12-28 ### Changed diff --git a/yarn.lock b/yarn.lock index ab3603c..777c60c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1974,9 +1974,9 @@ json-stable-stringify-without-jsonify@^1.0.1: integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== jsroot@^7.2.0: - version "7.5.3" - resolved "https://registry.yarnpkg.com/jsroot/-/jsroot-7.5.3.tgz#3bc00259358db4ad7c68d94c61816bbcd6e73717" - integrity sha512-yFemW92gqQiZg9z5+38aaERVgQjD69TsNrmibrvifb8xBVWlTTTKklzqKrBSF+k68Xpp3Q8/Q6XUWPy1BvZs0A== + version "7.5.4" + resolved "https://registry.yarnpkg.com/jsroot/-/jsroot-7.5.4.tgz#8756382294d629e2410f30c006b8020978bcd6af" + integrity sha512-O7qoDYwToFBEjEmElPvx8e11tSyM0IcdLMdSv1LK/Jhic2zYEsUl0t0k7IG2ieRRKIA0mmJ+1wagDyelRLlaiw== dependencies: canvas "^2.11.2" jsdom "^22.1.0" @@ -2778,9 +2778,9 @@ semver@^7.2.1, semver@^7.3.4: lru-cache "^6.0.0" semver@^7.3.5: - version "7.5.4" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" - integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== + version "7.6.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d" + integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg== dependencies: lru-cache "^6.0.0"