From a4dc3da11f33c60721041062365e061baa8c3f10 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Tue, 16 Jul 2024 16:33:42 -0400 Subject: [PATCH] Update h5web, should be compatible with provider now. --- config/plugins/visualizations/h5web/package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/plugins/visualizations/h5web/package.json b/config/plugins/visualizations/h5web/package.json index 928466adde0f..87715cdaa687 100644 --- a/config/plugins/visualizations/h5web/package.json +++ b/config/plugins/visualizations/h5web/package.json @@ -8,16 +8,17 @@ ], "license": "AFL-3.0", "dependencies": { - "@h5web/app": "^8.0.0", + "@h5web/app": "^12.0.1", "buffer": "^6.0.3", "normalize.css": "^8.0.1", - "react": "18.2.0", - "react-dom": "18.2.0" + "react": "18.3.1", + "react-dom": "18.3.1" }, "scripts": { "build": "parcel build src/script.js --dist-dir static" }, "devDependencies": { - "parcel": "^2.12.0" + "parcel": "^2.12.0", + "process": "^0.11.10" } }