fix: add override to packages of pnpm sharp and vite-imagetools (#92)
This commit is contained in:
parent
5868cddcb6
commit
8c88b75d6c
|
@ -59,5 +59,11 @@
|
||||||
"@types/mdast": "^4.0.3",
|
"@types/mdast": "^4.0.3",
|
||||||
"@types/sanitize-html": "^2.11.0",
|
"@types/sanitize-html": "^2.11.0",
|
||||||
"stylus": "^0.63.0"
|
"stylus": "^0.63.0"
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"overrides": {
|
||||||
|
"vite-imagetools": "^6.2.7",
|
||||||
|
"sharp": "^0.33.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
661
pnpm-lock.yaml
661
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue