mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 21:03:29 +03:00
Added jackspeak resolution to core to fix ESM + CJS compat issue (#20199)
refs #20197 - adds a jackspeak resolution to Ghost core so we can try and ensure the compatible version of jackspeak/string-width is used when the lockfile is regenerated
This commit is contained in:
parent
ddd803e1da
commit
d67fc8c353
@ -262,6 +262,7 @@
|
||||
"resolutions": {
|
||||
"@tryghost/errors": "1.3.2",
|
||||
"@tryghost/logging": "2.4.14",
|
||||
"jackspeak": "2.1.1",
|
||||
"moment": "2.24.0",
|
||||
"moment-timezone": "0.5.23"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user