Skip to content

Commit

Permalink
Bump react-i18next from 14.1.0 to 14.1.1 in the i18next group
Browse files Browse the repository at this point in the history
Bumps the i18next group with 1 update: [react-i18next](https://github.com/i18next/react-i18next).


Updates `react-i18next` from 14.1.0 to 14.1.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v14.1.0...v14.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and weeman1337 committed Apr 29, 2024
1 parent 5dbcdbc commit 9167891
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"matrix-widget-api": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^14.1.0",
"react-i18next": "^14.1.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion example-widget-semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"matrix-widget-api": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^14.1.0",
"react-i18next": "^14.1.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lodash": "^4.17.21",
"matrix-widget-api": "^1.6.0",
"react": "^17.0.2",
"react-i18next": "^14.1.0",
"react-i18next": "^14.1.1",
"react-use": "^17.5.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"i18next-resources-to-backend": "^1.2.1",
"matrix-widget-api": "^1.6.0",
"react": "^17.0.2",
"react-i18next": "^14.1.0",
"react-i18next": "^14.1.1",
"react-use": "^17.5.0",
"semantic-ui-less": "^2.5.0",
"semantic-ui-react": "^2.1.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10090,10 +10090,10 @@ react-fast-compare@^3.0.1:
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb"
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==

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==
react-i18next@^14.1.1:
version "14.1.1"
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.1.tgz#3d942a99866555ae3552c40f9fddfa061e29d7f3"
integrity sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==
dependencies:
"@babel/runtime" "^7.23.9"
html-parse-stringify "^3.0.1"
Expand Down

0 comments on commit 9167891

Please sign in to comment.