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 Dec 20, 2024
1 parent d8eb5b5 commit c88c618
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.2.0",
"react-i18next": "^15.2.0"
},
"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.2.0",
"jest": "^29.7.0",
"lint-staged": "^15.2.11",
"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 @@ -4164,10 +4164,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.2.0:
version "24.2.0"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-24.2.0.tgz#344c15a6f3b43d02aed78e2b08532e5b170951b4"
integrity sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==
dependencies:
"@babel/runtime" "^7.23.2"

Expand Down

0 comments on commit c88c618

Please sign in to comment.