Skip to content

Commit

Permalink
trying overrides approach
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Dec 12, 2023
1 parent a108393 commit edbc85a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions clients/javascript_client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"test": "jest --coverage --passWithNoTests",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"@babel/traverse": "7.23.2"
"overrides": {
"fetch-mock": {
"@babel/traverse": "7.23.2"
}
}
}

0 comments on commit edbc85a

Please sign in to comment.