Skip to content

Commit

Permalink
use pnpm native overrides instead of yarn resolutions in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
endigma committed Nov 14, 2024
1 parent ec6fb59 commit b40a8e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
"*.js": "prettier -w ",
"*.json": "prettier -w "
},
"resolutions": {
"graphql": "15.5.0"
"pnpm": {
"overrides": {
"graphql": "15.5.0"
}
}
}

0 comments on commit b40a8e9

Please sign in to comment.