Skip to content

Commit

Permalink
fix(vtk.js): update to 17.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Apr 9, 2021
1 parent a447ec4 commit 8b8d81e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"source": "src/index.js",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@kitware/vtk.js": "17.7.0"
"@kitware/vtk.js": "17.7.2"
},
"scripts": {
"prebuild": "npm run fix",
Expand Down
2 changes: 2 additions & 0 deletions src/AvailableClasses.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import '@kitware/vtk.js/IO/Geometry/PLYReader.js';
import '@kitware/vtk.js/IO/Geometry/STLReader.js';
import '@kitware/vtk.js/IO/Misc/ElevationReader.js';
import '@kitware/vtk.js/IO/Misc/OBJReader.js';
// bring pdb definition (big)
import '@kitware/vtk.js/IO/Misc/PDBReader.js';
// bring zip (big++)
import '@kitware/vtk.js/IO/XML/XMLImageDataReader.js';
import '@kitware/vtk.js/IO/XML/XMLPolyDataReader.js';

0 comments on commit 8b8d81e

Please sign in to comment.