Skip to content

Commit

Permalink
i18next@24
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Jan 28, 2025
1 parent 66c216c commit 442be74
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/swift-starfishes-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@withease/i18next': major
---

Test against i18next@24. For migration guide please refer to the i18next docs: https://www.i18next.com/misc/migration-guide
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"effector-vue": "23.0.0",
"estree-walker": "^3.0.3",
"glob": "^8.0.3",
"i18next": "23.0.0",
"i18next": "24.0.0",
"markdown": "^0.5.0",
"playwright": "^1.32.2",
"prettier": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"peerDependencies": {
"effector": "^22.5.0 || ^23.0.0",
"i18next": "^22.4.10 || ^23.0.0"
"i18next": "^23.0.0 || ^24.0.0"
},
"scripts": {
"test:run": "vitest run --typecheck",
Expand Down
24 changes: 19 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 442be74

Please sign in to comment.