Skip to content

Commit a762797

Browse files
committed
chore: bump pnpm to 9.1.4
1 parent 8d1a3d0 commit a762797

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

examples/inputs-outputs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "inputs-outputs-example-build",
33
"version": "2.0.0",
44
"private": true,
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].4",
66
"description": "An itk-wasm pipeline example for inputs/outputs",
77
"type": "module",
88
"itk-wasm": {

examples/inputs-outputs/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@itk-wasm/inputs-outputs-example",
33
"version": "0.1.0",
4-
"packageManager": "[email protected].2",
4+
"packageManager": "[email protected].4",
55
"description": "An example that has non-trivial inputs and outputs.",
66
"type": "module",
77
"bin": "src/cli.mjs",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mean-squares-versor-registration-build",
33
"version": "2.0.0",
44
"private": true,
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].4",
66
"description": "Illustrate the use of the VersorRigid3DTransform for 3D image registration.",
77
"type": "module",
88
"itk-wasm": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mean-squares-versor-registration",
33
"version": "0.1.0",
4-
"packageManager": "[email protected].2",
4+
"packageManager": "[email protected].4",
55
"description": "Example 3D versor transform registration with a mean-squares similarity metric",
66
"type": "module",
77
"module": "./dist/index.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "itk-wasm-workspace",
33
"version": "1.0.0",
44
"private": true,
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].4",
66
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
77
"type": "module",
88
"directories": {

packages/compare-images/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@itk-wasm/compare-images-build",
33
"version": "1.0.0",
44
"private": true,
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].4",
66
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
77
"type": "module",
88
"itk-wasm": {

packages/compare-images/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@itk-wasm/compare-images",
33
"version": "5.1.1",
4-
"packageManager": "[email protected].2",
4+
"packageManager": "[email protected].4",
55
"description": "Compare images with a tolerance for regression testing.",
66
"type": "module",
77
"module": "./dist/index.js",

packages/compare-meshes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@itk-wasm/compare-meshes-build",
33
"version": "0.1.0",
44
"private": true,
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].4",
66
"description": "Scripts to generate compare-meshes itk-wasm artifacts.",
77
"type": "module",
88
"itk-wasm": {

packages/compare-meshes/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@itk-wasm/compare-meshes",
33
"version": "0.3.0",
4-
"packageManager": "[email protected].2",
4+
"packageManager": "[email protected].4",
55
"description": "Compare meshes and polydata for regression testing.",
66
"type": "module",
77
"module": "./dist/index.js",

packages/compress-stringify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@itk-wasm/compress-stringify-build",
33
"version": "1.0.0",
44
"private": true,
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].4",
66
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
77
"type": "module",
88
"itk-wasm": {

0 commit comments

Comments
 (0)