Updated dependencies and updated lock file; force react-i18next on 15.1.0 and react on 19.0.0-rc-45804af1-20241021

This commit is contained in:
gbuomprisco
2024-11-05 15:15:22 +08:00
parent 198f7239ef
commit be6ce081db
2 changed files with 933 additions and 1397 deletions

View File

@@ -46,10 +46,12 @@
"pnpm": {
"overrides": {
"react-is": "rc",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"i18next": "23.16.4",
"react-i18next": "^15.1.0"
"react-i18next": "15.1.0"
}
}
}