Skip to content

Commit 1f8f6b1

Browse files
committed
Update to pnpm v9.3
1 parent b9cfd14 commit 1f8f6b1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ publish-branch=main
55
# This option tells pnpm to only resolve local deps to the local files when
66
# the `workspace:` protocol is used, and to otherwise download published versions.
77
link-workspace-packages=false
8+
9+
# This option will cause pnpm to fail if its version doesn't exactly match the
10+
# version specified in the `packageManager` field of package.json.
11+
package-manager-strict-version=true

genkit-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"zod": "^3.22.4",
2121
"zod-to-json-schema": "^3.22.4"
2222
},
23-
"packageManager": "pnpm@9.1.3+sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f"
23+
"packageManager": "pnpm@9.3.0+sha256.e1f9e8d1a16607a46dd3c158b5f7a7dc7945501d1c6222d454d63d033d1d918f"
2424
}

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"only-allow": "^1.2.1",
2020
"typescript": "^4.9.0"
2121
},
22-
"packageManager": "pnpm@9.1.3+sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f"
22+
"packageManager": "pnpm@9.3.0+sha256.e1f9e8d1a16607a46dd3c158b5f7a7dc7945501d1c6222d454d63d033d1d918f"
2323
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"prettier-plugin-organize-imports": "^3.2.4",
3636
"ts-node": "^10.9.2"
3737
},
38-
"packageManager": "pnpm@9.1.3+sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f"
38+
"packageManager": "pnpm@9.3.0+sha256.e1f9e8d1a16607a46dd3c158b5f7a7dc7945501d1c6222d454d63d033d1d918f"
3939
}

0 commit comments

Comments
 (0)