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

Update dependency i18next to v24 #275

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@redwoodjs/web": "6.6.4",
"d3": "6.7.0",
"i18n": "0.15.1",
"i18next": "23.16.8",
"i18next": "24.1.0",
"i18next-browser-languagedetector": "8.0.2",
"prop-types": "15.8.1",
"react": "18.3.1",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15892,12 +15892,17 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:23.16.8":
version: 23.16.8
resolution: "i18next@npm:23.16.8"
"i18next@npm:24.1.0":
version: 24.1.0
resolution: "i18next@npm:24.1.0"
dependencies:
"@babel/runtime": "npm:^7.23.2"
checksum: 10c0/57d249191e8a39bbbbe190cfa2e2bb651d0198e14444fe80453d3df8d02927de3c147c77724e9ae6c72fa241898cd761e3fdcd55d053db373471f1ac084bf345
peerDependencies:
typescript: ^5
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/90cc4c31871755493cc78695f30c658b7a7d0d986d0b1c006346e5855822203f3a9f84485ce734778268f9c84ff767c7d75aed6d1674a7abdb848ea6b82df28e
languageName: node
linkType: hard

Expand Down Expand Up @@ -25169,7 +25174,7 @@ __metadata:
canvas: "npm:2.11.2"
d3: "npm:6.7.0"
i18n: "npm:0.15.1"
i18next: "npm:23.16.8"
i18next: "npm:24.1.0"
i18next-browser-languagedetector: "npm:8.0.2"
postcss: "npm:8.4.49"
postcss-loader: "npm:8.1.1"
Expand Down
Loading