Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade react-i18next to v14 #9818

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ra-i18n-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"i18next": "^23.5.1",
"ra-core": "^5.0.0-alpha.1",
"react-i18next": "^13.2.2"
"react-i18next": "^14.1.1"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18823,7 +18823,7 @@ __metadata:
i18next: "npm:^23.5.1"
i18next-resources-to-backend: "npm:^1.1.4"
ra-core: "npm:^5.0.0-alpha.1"
react-i18next: "npm:^13.2.2"
react-i18next: "npm:^14.1.1"
rimraf: "npm:^3.0.2"
typescript: "npm:^5.1.3"
languageName: unknown
Expand Down Expand Up @@ -19284,11 +19284,11 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:^13.2.2":
version: 13.2.2
resolution: "react-i18next@npm:13.2.2"
"react-i18next@npm:^14.1.1":
version: 14.1.1
resolution: "react-i18next@npm:14.1.1"
dependencies:
"@babel/runtime": "npm:^7.22.5"
"@babel/runtime": "npm:^7.23.9"
html-parse-stringify: "npm:^3.0.1"
peerDependencies:
i18next: ">= 23.2.3"
Expand All @@ -19298,7 +19298,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: 846e73130414989304c395c247cec8371ec25b5a0284588c913542741ce0cc33b4681d573980c64320138601d08a2ddec5042dc6f841e48a575e3f11ab83a368
checksum: d6da148d5dd1635f57d7a85bdd5c6e1f1404982112358a5efa9f6f47d505a00e4650237d5fc94b4381dcb336c134d500268a7157e06e2b2f0293a2bcd7ec2812
languageName: node
linkType: hard

Expand Down
Loading