Skip to content

Commit 1ef6256

Browse files
authored
refactor: we still need this override for other dependencies (#1046)
1 parent f9ad291 commit 1ef6256

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,8 @@
112112
"registry": "https://registry.npmjs.org/",
113113
"access": "public"
114114
},
115-
"homepage": "https://db-ui.github.io/core/"
115+
"homepage": "https://db-ui.github.io/core/",
116+
"overrides": {
117+
"cross-spawn": "~7.0.5"
118+
}
116119
}

0 commit comments

Comments
 (0)