Skip to content

Commit 6bc46c8

Browse files
authored
Merge pull request #853 from thewtex/mean-squares-typescript-deps
build(mean-squares-version-registration): Bump itk-wasm to 1.0.0-b.114
2 parents 4775202 + 9135c6f commit 6bc46c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/mean-squares-versor-registration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/mean-squares-versor-registration",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Illustrate the use of the VersorRigid3DTransform for 3D image registration.",
55
"type": "module",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"fs-extra": "^10.0.0",
20-
"itk-image-io": "^1.0.0-b.89",
21-
"itk-wasm": "^1.0.0-b.89"
20+
"itk-image-io": "^1.0.0-b.114",
21+
"itk-wasm": "^1.0.0-b.114"
2222
}
2323
}

0 commit comments

Comments
 (0)