Skip to content

Commit 716957e

Browse files
authored
Update to pnpm v9.7 (#758)
1 parent 19a6223 commit 716957e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.npmrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ link-workspace-packages=false
99
# This option will cause pnpm to fail if its version doesn't exactly match the
1010
# version specified in the `packageManager` field of package.json.
1111
package-manager-strict-version=true
12+
13+
# This option will cause pnpm to automatically download and run the version of
14+
# pnpm specified in the `packageManager` field of package.json. This is the same
15+
# field used by Corepack.
16+
manage-package-manager-versions=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.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
23+
"packageManager": "pnpm@9.7.0+sha256.b35018fbfa8f583668b2649e407922a721355cd81f61beeb4ac1d4258e585559"
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.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
22+
"packageManager": "pnpm@9.7.0+sha256.b35018fbfa8f583668b2649e407922a721355cd81f61beeb4ac1d4258e585559"
2323
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"ts-node": "^10.9.2",
4040
"tsx": "^4.7.1"
4141
},
42-
"packageManager": "pnpm@9.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
42+
"packageManager": "pnpm@9.7.0+sha256.b35018fbfa8f583668b2649e407922a721355cd81f61beeb4ac1d4258e585559"
4343
}

0 commit comments

Comments
 (0)