Skip to content

Commit

Permalink
Update h5web, should be compatible with provider now.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon authored and mvdbeek committed Jul 18, 2024
1 parent ee7c0dd commit 5335a4a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/plugins/visualizations/h5web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 5335a4a

Please sign in to comment.