Skip to content

Commit

Permalink
fix(deps): update dependency i18next to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent f64ca50 commit 461d0bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"numbro": "^2.5.0"
},
"peerDependencies": {
"i18next": "^23.16.8",
"i18next": "^24.0.2",
"react-i18next": "^15.1.3"
},
"devDependencies": {
Expand All @@ -56,7 +56,7 @@
"concurrently": "^9.1.0",
"eslint-config-txo-typescript-react": "^2.0.82",
"husky": "^9.1.7",
"i18next": "^23.16.8",
"i18next": "^24.0.2",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"npm-check-updates": "^17.1.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4166,10 +4166,10 @@ husky@^9.1.7:
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d"
integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==

i18next@^23.16.8:
version "23.16.8"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.8.tgz#3ae1373d344c2393f465556f394aba5a9233b93a"
integrity sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==
i18next@^24.0.2:
version "24.0.2"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-24.0.2.tgz#00ee14417675e5733902d60e0bbd424c1ecd2a5f"
integrity sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==
dependencies:
"@babel/runtime" "^7.23.2"

Expand Down

0 comments on commit 461d0bc

Please sign in to comment.