Skip to content

Commit

Permalink
build(deps): bump react-i18next from 14.0.5 to 14.1.0 (#5976)
Browse files Browse the repository at this point in the history
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.0.5 to 14.1.0.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v14.0.5...v14.1.0)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 875fc77 commit c0b81bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/app-content-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"path-match": "~1.2.4",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-i18next": "~14.0.0",
"react-i18next": "~14.1.0",
"snazzy": "^9.0.0",
"styled-components": "~5.3.3",
"superagent": "~8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"polished": "~4.3.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-i18next": "~14.0.0",
"react-i18next": "~14.1.0",
"react-resize-detector": "~9.1.0",
"styled-components": "~5.3.3",
"svg-loaders-react": "~2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"i18next": "~23.10.0",
"lodash": "~4.17.11",
"mobx-utils": "~6.0.4",
"react-i18next": "~14.0.0",
"react-i18next": "~14.1.0",
"react-player": "~2.13.0",
"swr": "~2.2.0",
"valid-url": "~1.0.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"panoptes-client": "~5.6.0",
"polished": "~4.3.1",
"prop-types": "~15.8.1",
"react-i18next": "~14.0.0",
"react-i18next": "~14.1.0",
"react-resize-detector": "~9.1.0",
"react-rnd": "10.4.1",
"swr": "~2.2.4"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14436,10 +14436,10 @@ react-fast-compare@^3.0.1:
resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz"
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==

react-i18next@~14.0.0:
version "14.0.5"
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.0.5.tgz#5df7b88a3ac8afbef8089ed0d0c27e12b9a1acac"
integrity sha512-5+bQSeEtgJrMBABBL5lO7jPdSNAbeAZ+MlFWDw//7FnVacuVu3l9EeWFzBQvZsKy+cihkbThWOAThEdH8YjGEw==
react-i18next@~14.1.0:
version "14.1.0"
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.0.tgz#44da74fbffd416f5d0c5307ef31735cf10cc91d9"
integrity sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==
dependencies:
"@babel/runtime" "^7.23.9"
html-parse-stringify "^3.0.1"
Expand Down

0 comments on commit c0b81bc

Please sign in to comment.