Skip to content

Commit

Permalink
fix(deps): update dependency next-i18next to v15.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 3695bda commit daac23d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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.0.4",
"next-auth": "4.24.5",
"next-connect": "1.0.0",
"next-i18next": "15.1.1",
"next-i18next": "15.1.2",
"next-secure-headers": "2.2.0",
"next-seo": "6.4.0",
"ofetch": "1.3.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17657,21 +17657,21 @@ __metadata:
languageName: node
linkType: hard

"next-i18next@npm:15.1.1":
version: 15.1.1
resolution: "next-i18next@npm:15.1.1"
"next-i18next@npm:15.1.2":
version: 15.1.2
resolution: "next-i18next@npm:15.1.2"
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.1"
peerDependencies:
i18next: ^23.7.7
i18next: ">= 23.7.13"
next: ">= 12.0.0"
react: ">= 17.0.2"
react-i18next: ^13.5.0
checksum: 094d5c985fb9b06d8865441baddbae225f1c77cc7a21db8d19e71720f8800f5e6ab9f717c6989ab00c761dcb9cd13173aea08e3ffdbe070b8db6f08d1b470f22
react-i18next: ">= 13.5.0"
checksum: b0bd4bb60d834d2c9474e5086b8bb56c0ddfca5b24423ae5b5242ed55f7cef2e820070fc5358efbb9327a50cd7619b7eaeecfed94f307d5cd1c610718d5592c5
languageName: node
linkType: hard

Expand Down Expand Up @@ -17833,7 +17833,7 @@ __metadata:
next: "npm:14.0.4"
next-auth: "npm:4.24.5"
next-connect: "npm:1.0.0"
next-i18next: "npm:15.1.1"
next-i18next: "npm:15.1.2"
next-secure-headers: "npm:2.2.0"
next-seo: "npm:6.4.0"
npm-run-all: "npm:4.1.5"
Expand Down

0 comments on commit daac23d

Please sign in to comment.