Skip to content

Commit

Permalink
fix(deps): update dependency i18next to ^23.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 13, 2024
1 parent 472e527 commit 246ac12
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.15.2",
"i18next": "^23.16.0",
"react-i18next": "^15.0.3"
},
"devDependencies": {
Expand All @@ -56,7 +56,7 @@
"concurrently": "^9.0.1",
"eslint-config-txo-typescript-react": "^2.0.78",
"husky": "^9.1.6",
"i18next": "^23.15.2",
"i18next": "^23.16.0",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"npm-check-updates": "^17.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4165,10 +4165,10 @@ husky@^9.1.6:
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.6.tgz#e23aa996b6203ab33534bdc82306b0cf2cb07d6c"
integrity sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==

i18next@^23.15.2:
version "23.15.2"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.15.2.tgz#8a54f877ccbbc46696eacb5bd5b31d84f9ade7cb"
integrity sha512-zcPSWzCvw6uKnuYHIqs4W7hTuB9e3AFcSdZgvCWoPXIZsBjBd4djN2/2uOHIB+1DFFkQnMBXvhNg7J3WyCuywQ==
i18next@^23.16.0:
version "23.16.0"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.0.tgz#6127b49a30c19ba5caf0de8aeb3e15df60f7f01e"
integrity sha512-Ni3CG6c14teOogY19YNRl+kYaE/Rb59khy0VyHVn4uOZ97E2E/Yziyi6r3C3s9+wacjdLZiq/LLYyx+Cgd+FCw==
dependencies:
"@babel/runtime" "^7.23.2"

Expand Down

0 comments on commit 246ac12

Please sign in to comment.