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 next-i18next to v15.4.0 #6096

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 @@ -96,7 +96,7 @@
"next": "14.2.18",
"next-auth": "4.24.10",
"next-connect": "1.0.0",
"next-i18next": "15.3.1",
"next-i18next": "15.4.0",
"next-secure-headers": "2.2.0",
"next-seo": "6.6.0",
"ofetch": "1.4.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13072,10 +13072,10 @@ __metadata:
languageName: node
linkType: hard

"i18next-fs-backend@npm:^2.3.2":
version: 2.3.2
resolution: "i18next-fs-backend@npm:2.3.2"
checksum: 10c0/5760843ade112821e4df62dffcdab769a09550bbe26264bb03babd60a122b4a1520a7ee95de228d3b932d2ac4220fc7669936026c10a729292c98cacdee8c49b
"i18next-fs-backend@npm:^2.6.0":
version: 2.6.0
resolution: "i18next-fs-backend@npm:2.6.0"
checksum: 10c0/d54169d0fe757f2b0ec31ef5dcf5fe57e209a1afface07b397ec857e18a695c122aab79567d54b98e01185f6a5809cc9d881a412942fb6a06bbbde95a926690b
languageName: node
linkType: hard

Expand Down Expand Up @@ -15616,21 +15616,21 @@ __metadata:
languageName: node
linkType: hard

"next-i18next@npm:15.3.1":
version: 15.3.1
resolution: "next-i18next@npm:15.3.1"
"next-i18next@npm:15.4.0":
version: 15.4.0
resolution: "next-i18next@npm:15.4.0"
dependencies:
"@babel/runtime": "npm:^7.23.2"
"@types/hoist-non-react-statics": "npm:^3.3.4"
core-js: "npm:^3"
hoist-non-react-statics: "npm:^3.3.2"
i18next-fs-backend: "npm:^2.3.2"
i18next-fs-backend: "npm:^2.6.0"
peerDependencies:
i18next: ">= 23.7.13"
next: ">= 12.0.0"
react: ">= 17.0.2"
react-i18next: ">= 13.5.0"
checksum: 10c0/e8657760edbf345a7e047a0594f60cc2b28f66db46b9f26bbb57f5da5b30536adc4a49d640ecbb7c0c871381536496f885e9c5e34a41c8c6fd144e2fc4408435
checksum: 10c0/edcc2cb38bf31df4483577cd8994034a0fefa6fb27e160d1288ab226b3f3c06f2bf9cc645913505676a11f420503eebac9684406695228029dd7a402b5b37f3c
languageName: node
linkType: hard

Expand Down Expand Up @@ -15795,7 +15795,7 @@ __metadata:
next: "npm:14.2.18"
next-auth: "npm:4.24.10"
next-connect: "npm:1.0.0"
next-i18next: "npm:15.3.1"
next-i18next: "npm:15.4.0"
next-secure-headers: "npm:2.2.0"
next-seo: "npm:6.6.0"
npm-run-all2: "npm:7.0.1"
Expand Down
Loading