Skip to content

Commit c117fe0

Browse files
committed
fix: bump i18next to satisfy react-i18next 17's peer requirement
react-i18next@17 requires i18next >=26.2.0; the root project was still pinned to ^25.2.1, causing an ERESOLVE conflict on npm ci. Bump alongside it.
1 parent b5f0755 commit c117fe0

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

package-lock.json

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"express": "^4.18.2",
2626
"express-rate-limit": "^8.6.1",
2727
"gridstack": "^12.6.0",
28-
"i18next": "^25.2.1",
28+
"i18next": "^26.3.6",
2929
"jspdf": "^4.2.1",
3030
"lucide-react": "^1.27.0",
3131
"next": "14.2.4",

0 commit comments

Comments
 (0)