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 v23.9.0 #5107

Merged
merged 1 commit into from
Feb 19, 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.8.1",
"graphql-jit": "0.8.4",
"graphql-yoga": "5.1.1",
"i18next": "23.8.3",
"i18next": "23.9.0",
"jose": "5.2.2",
"ky": "1.2.0",
"next": "14.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14274,12 +14274,12 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:23.8.3":
version: 23.8.3
resolution: "i18next@npm:23.8.3"
"i18next@npm:23.9.0":
version: 23.9.0
resolution: "i18next@npm:23.9.0"
dependencies:
"@babel/runtime": "npm:^7.23.2"
checksum: 10c0/07c289c4166e4ba3124bce0b128938a034e045bb0a06233059de76379a3ac204d49efee580989852ca4044c230fca53da8abcfc82527d163c50dbff2fdd1d6b2
checksum: 10c0/84c31a825ea75b23ca6e2da43c9a27f0fc080a02bbe88d57b90998231803fe3575763b8f5e6fbff391994dc8420df1e34e833b646fb5682940ebe2e13a1e819f
languageName: node
linkType: hard

Expand Down Expand Up @@ -17924,7 +17924,7 @@ __metadata:
graphql: "npm:16.8.1"
graphql-jit: "npm:0.8.4"
graphql-yoga: "npm:5.1.1"
i18next: "npm:23.8.3"
i18next: "npm:23.9.0"
is-ci: "npm:3.0.1"
jose: "npm:5.2.2"
jsdom: "npm:24.0.0"
Expand Down
Loading