Skip to content

Commit b746227

Browse files
committed
build: add overrides, and resolutions
1 parent 1546806 commit b746227

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: package.json

+8
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,13 @@
3333
"lerna": "^7.1.1",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.0.0"
36+
},
37+
"overrides": {
38+
"gatsby-remark-external-links": {
39+
"unist-util-find": "1.0.2"
40+
}
41+
},
42+
"resolutions": {
43+
"**/gatsby-remark-external-links/unist-util-find": "1.0.2"
3644
}
3745
}

0 commit comments

Comments
 (0)