Skip to content

Commit 992419e

Browse files
committed
build(demo-app): bump version so slice view shows thin axis
1 parent b5d4097 commit 992419e

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

packages/core/typescript/demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "",
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@itk-viewer/element": "^0.2.13",
19+
"@itk-viewer/element": "^0.3.0",
2020
"@itk-viewer/io": "^0.1.8",
2121
"@shoelace-style/shoelace": "^2.12.0",
2222
"itk-wasm": "workspace:^",

packages/dicom/typescript/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineConfig({
1818
format: 'es'
1919
},
2020
optimizeDeps: {
21-
exclude: ['itk-wasm', '@itk-wasm/image-io', '@thewtex/zstddec', 'comlink', 'wasm-feature-detect', 'axios', 'itk-viewer/io']
21+
exclude: ['itk-wasm', '@itk-wasm/image-io', '@thewtex/zstddec', 'comlink', 'wasm-feature-detect', 'axios', '@itk-viewer/io']
2222
},
2323
plugins: [
2424
// put lazy loaded JavaScript and Wasm bundles in dist directory

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)