Skip to content

Commit d1d36ec

Browse files
authored
fix: Float64 data type support (#257)
* fix: Float64 data type support Upgrades viv to patch with float64 data support * Add viv patch
1 parent 9a35a92 commit d1d36ec

File tree

3 files changed

+49
-49
lines changed

3 files changed

+49
-49
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"check": "tsc"
1212
},
1313
"dependencies": {
14-
"@hms-dbmi/viv": "~0.17.1",
14+
"@hms-dbmi/viv": "~0.17.2",
1515
"@material-ui/core": "^4.11.0",
1616
"@material-ui/icons": "^4.9.1",
1717
"@material-ui/styles": "^4.11.5",
@@ -39,7 +39,7 @@
3939
"packageManager": "pnpm@9.5.0",
4040
"pnpm": {
4141
"patchedDependencies": {
42-
"@vivjs/loaders@0.17.1": "patches/@vivjs__loaders@0.17.1.patch"
42+
"@vivjs/loaders@0.17.2": "patches/@vivjs__loaders@0.17.2.patch"
4343
}
4444
}
4545
}
File renamed without changes.

0 commit comments

Comments
 (0)