Force i18next version in the package.json overrides to make sure peer dependencies use the same version.

This commit is contained in:
gbuomprisco
2024-10-28 15:26:34 +08:00
parent b47151fb3c
commit 8da8ed3376
3 changed files with 157 additions and 52 deletions

View File

@@ -47,7 +47,8 @@
"overrides": {
"react-is": "rc",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"i18next": "23.16.4"
}
}
}