We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca93293 commit c8bbfdbCopy full SHA for c8bbfdb
src/steps/writing/creation/writePackageJson.ts
@@ -57,7 +57,7 @@ export async function writePackageJson(options: Options) {
57
},
58
main: "./lib/index.js",
59
name: options.repository,
60
- packageManager: "pnpm@8.5.0",
+ packageManager: "pnpm@8.7.0",
61
publishConfig: {
62
provenance: true,
63
0 commit comments