mirror of
https://github.com/usememos/memos.git
synced 2024-12-24 22:23:01 +08:00
chore: bump react-i18next from 11.18.6 to 14.1.0 in /web (#3210)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.18.6 to 14.1.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v11.18.6...v14.1.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
581a64d5c1
commit
b84a0592bb
2 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
"react-i18next": "^11.18.6",
|
||||
"react-i18next": "^14.1.0",
|
||||
"react-redux": "^8.1.3",
|
||||
"react-router-dom": "^6.22.3",
|
||||
"react-use": "^17.5.0",
|
||||
|
|
|
@ -63,8 +63,8 @@ dependencies:
|
|||
specifier: ^2.4.1
|
||||
version: 2.4.1(csstype@3.1.3)(react-dom@18.2.0)(react@18.2.0)
|
||||
react-i18next:
|
||||
specifier: ^11.18.6
|
||||
version: 11.18.6(i18next@23.11.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^14.1.0
|
||||
version: 14.1.0(i18next@23.11.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
react-redux:
|
||||
specifier: ^8.1.3
|
||||
version: 8.1.3(@types/react-dom@18.2.24)(@types/react@18.2.75)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.1)
|
||||
|
@ -4612,10 +4612,10 @@ packages:
|
|||
- csstype
|
||||
dev: false
|
||||
|
||||
/react-i18next@11.18.6(i18next@23.11.1)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==}
|
||||
/react-i18next@14.1.0(i18next@23.11.1)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==}
|
||||
peerDependencies:
|
||||
i18next: '>= 19.0.0'
|
||||
i18next: '>= 23.2.3'
|
||||
react: '>= 16.8.0'
|
||||
react-dom: '*'
|
||||
react-native: '*'
|
||||
|
|
Loading…
Reference in a new issue