Skip to content

Commit 5ebc1e6

Browse files
Ashley WolfCopilot
andcommitted
Remove file-type override that breaks jimp build
file-type >=21.3.1 changed its exports structure, breaking @jimp/core's import of file-type/core.js. The Dependabot alert for file-type needs to be resolved by upgrading jimp instead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0b5ce69 commit 5ebc1e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"serve": "^14.2.6"
3939
},
4040
"overrides": {
41-
"xml2js": "^0.6.0",
42-
"file-type": ">=21.3.1"
41+
"xml2js": "^0.6.0"
4342
},
4443
"resolutions": {
4544
"jimp/@jimp/plugins/@jimp/plugin-print/load-bmfont/parse-bmfont-xml/xml2js": "^0.6.0"

0 commit comments

Comments
 (0)