Skip to content

Commit a80097a

Browse files
authored
Merge pull request #1461 from thewtex/pixi-updates
pixi updates
2 parents effd491 + 333bcee commit a80097a

4 files changed

Lines changed: 31 additions & 39 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@changesets/cli": "^2.27.1",
3737
"@commitlint/cli": "^19.3.0",
3838
"@commitlint/config-conventional": "^19.2.2",
39-
"@playwright/test": "^1.54.1"
39+
"@playwright/test": "^1.56.1"
4040
},
4141
"pnpm": {
4242
"overrides": {
@@ -48,7 +48,11 @@
4848
"shx": "^0.4.0",
4949
"typescript": "^5.8.3",
5050
"vite": "^6.2.3"
51-
}
51+
},
52+
"onlyBuiltDependencies": [
53+
"esbuild",
54+
"protobufjs"
55+
]
5256
},
5357
"commitlint": {
5458
"extends": [

packages/core/typescript/itk-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"homepage": "https://wasm.itk.org/",
7171
"devDependencies": {
72-
"@playwright/test": "^1.53.0",
72+
"@playwright/test": "^1.56.1",
7373
"@types/node": "^22.13.13",
7474
"ava": "^5.3.1",
7575
"esbuild": "^0.25.0",

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[project]
1+
[workspace]
22
authors = ["Matt McCormick <matt@mmmccormick.com>"]
33
channels = ["conda-forge"]
44
description = "ITK-Wasm native build and test configuration."
@@ -36,7 +36,7 @@ depends-on = ["pnpm-install",
3636
"build-native-transform"]
3737

3838
[tasks.test]
39-
cmd = "pnpm run test --filter !create-itk-wasm"
39+
cmd = "pnpm run --filter !create-itk-wasm test"
4040
description = "Test ITK-Wasm"
4141
depends-on = ["test-itk-wasm",
4242
"test-native-compare-images",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)