Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@playwright/test": "^1.54.1"
"@playwright/test": "^1.56.1"
},
"pnpm": {
"overrides": {
Expand All @@ -48,7 +48,11 @@
"shx": "^0.4.0",
"typescript": "^5.8.3",
"vite": "^6.2.3"
}
},
"onlyBuiltDependencies": [
"esbuild",
"protobufjs"
]
},
"commitlint": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/typescript/itk-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"homepage": "https://wasm.itk.org/",
"devDependencies": {
"@playwright/test": "^1.53.0",
"@playwright/test": "^1.56.1",
"@types/node": "^22.13.13",
"ava": "^5.3.1",
"esbuild": "^0.25.0",
Expand Down
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[project]
[workspace]
authors = ["Matt McCormick <[email protected]>"]
channels = ["conda-forge"]
description = "ITK-Wasm native build and test configuration."
Expand Down Expand Up @@ -36,7 +36,7 @@ depends-on = ["pnpm-install",
"build-native-transform"]

[tasks.test]
cmd = "pnpm run test --filter !create-itk-wasm"
cmd = "pnpm run --filter !create-itk-wasm test"
description = "Test ITK-Wasm"
depends-on = ["test-itk-wasm",
"test-native-compare-images",
Expand Down
56 changes: 22 additions & 34 deletions pnpm-lock.yaml

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

Loading