File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,7 @@ publish-branch=main
5
5
# This option tells pnpm to only resolve local deps to the local files when
6
6
# the `workspace:` protocol is used, and to otherwise download published versions.
7
7
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
Original file line number Diff line number Diff line change 20
20
"zod" : " ^3.22.4" ,
21
21
"zod-to-json-schema" : " ^3.22.4"
22
22
},
23
- "packageManager" : " pnpm@9.1.3 +sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f "
23
+ "packageManager" : " pnpm@9.3.0 +sha256.e1f9e8d1a16607a46dd3c158b5f7a7dc7945501d1c6222d454d63d033d1d918f "
24
24
}
Original file line number Diff line number Diff line change 19
19
"only-allow" : " ^1.2.1" ,
20
20
"typescript" : " ^4.9.0"
21
21
},
22
- "packageManager" : " pnpm@9.1.3 +sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f "
22
+ "packageManager" : " pnpm@9.3.0 +sha256.e1f9e8d1a16607a46dd3c158b5f7a7dc7945501d1c6222d454d63d033d1d918f "
23
23
}
Original file line number Diff line number Diff line change 35
35
"prettier-plugin-organize-imports" : " ^3.2.4" ,
36
36
"ts-node" : " ^10.9.2"
37
37
},
38
- "packageManager" : " pnpm@9.1.3 +sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f "
38
+ "packageManager" : " pnpm@9.3.0 +sha256.e1f9e8d1a16607a46dd3c158b5f7a7dc7945501d1c6222d454d63d033d1d918f "
39
39
}
You can’t perform that action at this time.
0 commit comments