Skip to content

Commit

Permalink
build: add overrides, and resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Jul 6, 2023
1 parent 1546806 commit b746227
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,13 @@
"lerna": "^7.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0"
},
"overrides": {
"gatsby-remark-external-links": {
"unist-util-find": "1.0.2"
}
},
"resolutions": {
"**/gatsby-remark-external-links/unist-util-find": "1.0.2"
}
}

0 comments on commit b746227

Please sign in to comment.