feat: enable async context + patch i18n to be more resilient (#5084)

* feat: enable async context

* feat: improve handling of $i18n defining (patch)
This commit is contained in:
Calum H.
2026-01-10 12:43:21 -05:00
committed by GitHub
parent 0b60060f65
commit b55b7fdc1c
4 changed files with 25 additions and 3 deletions

View File

@@ -39,7 +39,8 @@
"packageManager": "pnpm@9.15.0",
"pnpm": {
"patchedDependencies": {
"readable-stream@2.3.8": "patches/readable-stream@2.3.8.patch"
"readable-stream@2.3.8": "patches/readable-stream@2.3.8.patch",
"@nuxtjs/i18n@9.5.6": "patches/@nuxtjs__i18n@9.5.6.patch"
},
"peerDependencyRules": {
"allowedVersions": {