mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
chore(deps): Bump i18next-parser to 9.4.0 to fix pre-commit hook (#12307)
i18next-parser 8.13.0 used a default import for cheerio, which broke when cheerio dropped its default export. 9.x switched to a namespace import. Pin the parser's transitive i18next to ^23.16.8 so plural keys continue to be emitted in compatibilityJSON v3 format expected by the runtime (i18next 22.5.1).
This commit is contained in:
+3
-2
@@ -357,7 +357,7 @@
|
||||
"concurrently": "^8.2.2",
|
||||
"discord-api-types": "^0.38.46",
|
||||
"husky": "^8.0.3",
|
||||
"i18next-parser": "^8.13.0",
|
||||
"i18next-parser": "^9.4.0",
|
||||
"ioredis-mock": "^8.13.1",
|
||||
"lint-staged": "^16.4.0",
|
||||
"msw": "^2.14.2",
|
||||
@@ -389,7 +389,8 @@
|
||||
"ip-address@npm:10.1.0": "^10.2.0",
|
||||
"minimatch@npm:9.0.1": "9.0.9",
|
||||
"lodash@npm:4.17.21": "^4.18.1",
|
||||
"lodash-es@npm:4.17.23": "^4.18.1"
|
||||
"lodash-es@npm:4.17.23": "^4.18.1",
|
||||
"i18next-parser/i18next": "^23.16.8"
|
||||
},
|
||||
"version": "1.7.1",
|
||||
"packageManager": "yarn@4.11.0"
|
||||
|
||||
Reference in New Issue
Block a user