Skip to content

Commit 507852b

Browse files
authored
Merge pull request #6582 from ecamp/renovate/intlify-core-11.x
fix(deps): update dependency @intlify/core to v11
2 parents 0cecc34 + 73b4da5 commit 507852b

File tree

5 files changed

+40
-40
lines changed

5 files changed

+40
-40
lines changed

frontend/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"postinstall": "./scripts/install-twemoji.sh"
2020
},
2121
"dependencies": {
22-
"@intlify/core": "9.14.2",
22+
"@intlify/core": "11.0.1",
2323
"@mdi/font": "7.4.47",
2424
"@react-pdf/font": "2.5.2",
2525
"@react-pdf/layout": "3.13.0",

frontend/src/components/print/print-client/i18n.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {
2-
compileToFunction,
2+
compile,
33
createCoreContext,
44
fallbackWithLocaleChain,
55
registerLocaleFallbacker,
@@ -9,7 +9,7 @@ import {
99
} from '@intlify/core'
1010

1111
const createI18n = (translationData, language) => {
12-
registerMessageCompiler(compileToFunction)
12+
registerMessageCompiler(compile)
1313
registerLocaleFallbacker(fallbackWithLocaleChain)
1414

1515
const context = createCoreContext({

pdf/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@eslint/compat": "1.2.5",
3636
"@eslint/eslintrc": "3.2.0",
3737
"@eslint/js": "9.18.0",
38-
"@intlify/core": "^9.10.2",
38+
"@intlify/core": "11.0.0",
3939
"@rushstack/eslint-patch": "1.10.5",
4040
"@vitejs/plugin-vue": "5.2.1",
4141
"@vitest/coverage-v8": "2.1.8",

0 commit comments

Comments
 (0)