fix: add resolutions to fix ERROR_REQUIRE_ESM

This commit is contained in:
hustcc
2024-08-26 14:29:05 +08:00
parent c48b5068ea
commit 1a520d9b45

View File

@@ -94,5 +94,20 @@
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"repository": "https://github.com/eosphoros-ai/DB-GPT-Web.git" "repository": "https://github.com/eosphoros-ai/DB-GPT-Web.git",
"resolutions": {
"d3-color": "2",
"d3-array": "2",
"d3-shape": "2",
"d3-path": "2",
"d3-dsv": "2",
"d3-hierarchy": "2",
"d3-scale-chromatic": "2",
"d3-format": "2",
"d3-timer": "2",
"d3-dispatch": "2",
"d3-quadtree": "2",
"d3-force": "2",
"d3-geo": "2"
}
} }