Skip to content

Commit

Permalink
chore(deps): upgrade to pnpm 9 (#7279)
Browse files Browse the repository at this point in the history
* chore: upgrade to pnpm v9

* chore: try again

* enable prefer-workspace-packages, set link-workspace-packages to 'deep'

---------

Co-authored-by: Cody Olsen <[email protected]>
  • Loading branch information
bjoerge and stipsan authored Jul 30, 2024
1 parent 61734db commit 5758665
Show file tree
Hide file tree
Showing 4 changed files with 11,919 additions and 8,999 deletions.
6 changes: 6 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ public-hoist-pattern[]=sanity

; This is needed for prettier to be able to use the plugin specified by the `@sanity/prettier-config` preset
public-hoist-pattern[]=prettier-plugin-packagejson

prefer-workspace-packages = true
link-workspace-packages = deep
dedupe-injected-deps = false
hoist-workspace-packages = false
enable-pre-post-scripts = false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"optionalDependencies": {
"node-notifier": "^10.0.0"
},
"packageManager": "pnpm@8.15.9",
"packageManager": "pnpm@9.6.0",
"pnpm": {
"peerDependencyRules": {
"allowAny": [
Expand Down
Loading

0 comments on commit 5758665

Please sign in to comment.