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

fix(deps): update dependency i18next to v24 #6099

Merged
merged 1 commit into from
Nov 23, 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 apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"graphql": "16.9.0",
"graphql-jit": "0.8.7",
"graphql-yoga": "5.10.3",
"i18next": "23.16.8",
"i18next": "24.0.0",
"jose": "5.9.6",
"ky": "1.7.2",
"next": "14.2.18",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13060,12 +13060,17 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -15768,7 +15773,7 @@ __metadata:
graphql: "npm:16.9.0"
graphql-jit: "npm:0.8.7"
graphql-yoga: "npm:5.10.3"
i18next: "npm:23.16.8"
i18next: "npm:24.0.0"
is-ci: "npm:3.0.1"
jose: "npm:5.9.6"
jsdom: "npm:25.0.1"
Expand Down
Loading