mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
build(deps-dev): bump i18next in the dev-dependencies group (#6375)
Bumps the dev-dependencies group with 1 update: [i18next](https://github.com/i18next/i18next). Updates `i18next` from 23.11.3 to 23.11.4 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.11.3...v23.11.4) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... 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
1d9ce7322b
commit
e813016ac6
2 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
"eslint": "^9.2.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.7",
|
||||
"i18next": "^23.11.2",
|
||||
"i18next": "^23.11.4",
|
||||
"i18next-browser-languagedetector": "^7.2.1",
|
||||
"lucide-react": "^0.378.0",
|
||||
"react": "^18.2.0",
|
||||
|
|
|
@ -59,8 +59,8 @@ importers:
|
|||
specifier: ^0.4.7
|
||||
version: 0.4.7(eslint@9.2.0)
|
||||
i18next:
|
||||
specifier: ^23.11.2
|
||||
version: 23.11.3
|
||||
specifier: ^23.11.4
|
||||
version: 23.11.4
|
||||
i18next-browser-languagedetector:
|
||||
specifier: ^7.2.1
|
||||
version: 7.2.1
|
||||
|
@ -78,7 +78,7 @@ importers:
|
|||
version: 7.51.4(react@18.3.1)
|
||||
react-i18next:
|
||||
specifier: ^14.1.0
|
||||
version: 14.1.1(i18next@23.11.3)(react-dom@18.3.1)(react@18.3.1)
|
||||
version: 14.1.1(i18next@23.11.4)(react-dom@18.3.1)(react@18.3.1)
|
||||
react-router-dom:
|
||||
specifier: ^6.22.3
|
||||
version: 6.23.0(react-dom@18.3.1)(react@18.3.1)
|
||||
|
@ -4750,8 +4750,8 @@ packages:
|
|||
'@babel/runtime': 7.24.5
|
||||
dev: true
|
||||
|
||||
/i18next@23.11.3:
|
||||
resolution: {integrity: sha512-Pq/aSKowir7JM0rj+Wa23Kb6KKDUGno/HjG+wRQu0PxoTbpQ4N89MAT0rFGvXmLkRLNMb1BbBOKGozl01dabzg==}
|
||||
/i18next@23.11.4:
|
||||
resolution: {integrity: sha512-CCUjtd5TfaCl+mLUzAA0uPSN+AVn4fP/kWCYt/hocPUwusTpMVczdrRyOBUwk6N05iH40qiKx6q1DoNJtBIwdg==}
|
||||
dependencies:
|
||||
'@babel/runtime': 7.24.5
|
||||
dev: true
|
||||
|
@ -6148,7 +6148,7 @@ packages:
|
|||
react: 18.3.1
|
||||
dev: true
|
||||
|
||||
/react-i18next@14.1.1(i18next@23.11.3)(react-dom@18.3.1)(react@18.3.1):
|
||||
/react-i18next@14.1.1(i18next@23.11.4)(react-dom@18.3.1)(react@18.3.1):
|
||||
resolution: {integrity: sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==}
|
||||
peerDependencies:
|
||||
i18next: '>= 23.2.3'
|
||||
|
@ -6163,7 +6163,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/runtime': 7.24.5
|
||||
html-parse-stringify: 3.0.1
|
||||
i18next: 23.11.3
|
||||
i18next: 23.11.4
|
||||
react: 18.3.1
|
||||
react-dom: 18.3.1(react@18.3.1)
|
||||
dev: true
|
||||
|
|
Loading…
Reference in a new issue