Skip to content

Commit

Permalink
build(package): require jsroot<7.6.0 (reanahub#399)
Browse files Browse the repository at this point in the history
Require jsroot<7.6.0, as otherwise `craco build` fails due to missing
dependencies.
  • Loading branch information
mdonadoni committed Feb 29, 2024
1 parent 814d68e commit 72598f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion reana-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"axios": "^1.5.1",
"dompurify": "^3.0.6",
"jsroot": "^7.5.0",
"jsroot": "~7.5.0",
"lodash": "^4.17.15",
"mime": "^3.0.0",
"moment": "^2.24.0",
Expand Down
8 changes: 4 additions & 4 deletions reana-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6997,10 +6997,10 @@ jsonpointer@^5.0.0:
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559"
integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==

jsroot@^7.5.0:
version "7.5.3"
resolved "https://registry.yarnpkg.com/jsroot/-/jsroot-7.5.3.tgz#3bc00259358db4ad7c68d94c61816bbcd6e73717"
integrity sha512-yFemW92gqQiZg9z5+38aaERVgQjD69TsNrmibrvifb8xBVWlTTTKklzqKrBSF+k68Xpp3Q8/Q6XUWPy1BvZs0A==
jsroot@~7.5.0:
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

0 comments on commit 72598f6

Please sign in to comment.