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

chore(deps): bump next-i18next from 15.3.1 to 15.4.1 #780

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 apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"markdown-to-jsx": "^7.5.0",
"next": "^14.2.14",
"next-contentlayer2": "0.5.2",
"next-i18next": "^15.3.0",
"next-i18next": "^15.4.1",
"polished": "^4.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
23 changes: 11 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5685,7 +5685,7 @@ __metadata:
markdown-to-jsx: "npm:^7.5.0"
next: "npm:^14.2.14"
next-contentlayer2: "npm:0.5.2"
next-i18next: "npm:^15.3.0"
next-i18next: "npm:^15.4.1"
polished: "npm:^4.3.1"
prettier: "npm:^3.3.3"
react: "npm:18.3.1"
Expand Down Expand Up @@ -9138,7 +9138,7 @@ __metadata:
languageName: node
linkType: hard

"@types/hoist-non-react-statics@npm:*, @types/hoist-non-react-statics@npm:^3.3.4":
"@types/hoist-non-react-statics@npm:*":
version: 3.3.5
resolution: "@types/hoist-non-react-statics@npm:3.3.5"
dependencies:
Expand Down Expand Up @@ -14070,10 +14070,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: 10/c017975bfe6e84ee2a44a2dd1828f01a224276b180fa626fcaed44de5397c648c20951b4fc9f059917fb9f71735c50c193378b02e1b75a65864612cb4cfa9403
"i18next-fs-backend@npm:^2.6.0":
version: 2.6.0
resolution: "i18next-fs-backend@npm:2.6.0"
checksum: 10/e23b6337326bea870c9e0a3e004241a27dcc56ac803946b859992bc2030e5f8d41cb10fbf3b74424155055387587f8d308b60118e07f75104198865f329013a9
languageName: node
linkType: hard

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

"next-i18next@npm:^15.3.0":
version: 15.3.1
resolution: "next-i18next@npm:15.3.1"
"next-i18next@npm:^15.4.1":
version: 15.4.1
resolution: "next-i18next@npm:15.4.1"
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: 10/fc9a48cedf0e6bb9ba51f7256230c07bcbe8abfb137f9c1b8723464c572586c6d8e28963c08df9eacf09b98fcaf8156a756301ba0318ca4ee67a71da94abee7e
checksum: 10/89482a8220081aed859f39c97524372ab2f6dbfab6d16e5a27ad57146f141c77f6b2a161302c6ead6d84b7907c2dbd971b0f9553b4f19231646dd726c95c6b5b
languageName: node
linkType: hard

Expand Down
Loading