Replace dependency messageformat with @messageformat/core 3.0.0 (#213)

Signed-off-by: Zoey <zoey@z0ey.de>
Co-Authored-By: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-Authored-By: Zoey <zoey@z0ey.de>
This commit is contained in:
renovate[bot]
2023-03-16 11:44:12 +01:00
committed by Zoey
parent 7b8f819639
commit cdac8b6a76
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ module.exports = {
{
type: 'javascript/auto', // <= Set the module.type explicitly
test: /\bmessages\.json$/,
loader: 'messageformat-loader',
loader: '@messageformat/loader',
options: {
biDiSupport: false,
disablePluralKeyChecks: false,