Skip to content

Commit

Permalink
Upgrade JSROOT to v7.5.4 🆙
Browse files Browse the repository at this point in the history
Fixes #29.
  • Loading branch information
AlbertoPdRF committed Feb 9, 2024
1 parent 769364d commit 695dd07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 695dd07

Please sign in to comment.