mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(deps): update i18next
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
410e51eae2
commit
3508f299f6
2 changed files with 13 additions and 13 deletions
|
@ -76,7 +76,7 @@
|
|||
"flowchart.js": "1.17.1",
|
||||
"highlight.js": "11.8.0",
|
||||
"htmlparser2": "9.0.0",
|
||||
"i18next": "23.2.2",
|
||||
"i18next": "23.2.3",
|
||||
"i18next-browser-languagedetector": "7.0.2",
|
||||
"i18next-resources-to-backend": "1.1.4",
|
||||
"katex": "0.16.7",
|
||||
|
@ -103,7 +103,7 @@
|
|||
"react-bootstrap-typeahead": "6.2.3",
|
||||
"react-diff-viewer": "3.1.1",
|
||||
"react-dom": "18.2.0",
|
||||
"react-i18next": "13.0.0",
|
||||
"react-i18next": "13.0.1",
|
||||
"react-redux": "8.1.1",
|
||||
"react-use": "17.4.0",
|
||||
"redux": "4.2.1",
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -2482,7 +2482,7 @@ __metadata:
|
|||
flowchart.js: 1.17.1
|
||||
highlight.js: 11.8.0
|
||||
htmlparser2: 9.0.0
|
||||
i18next: 23.2.2
|
||||
i18next: 23.2.3
|
||||
i18next-browser-languagedetector: 7.0.2
|
||||
i18next-resources-to-backend: 1.1.4
|
||||
jest: 29.5.0
|
||||
|
@ -2512,7 +2512,7 @@ __metadata:
|
|||
react-bootstrap-typeahead: 6.2.3
|
||||
react-diff-viewer: 3.1.1
|
||||
react-dom: 18.2.0
|
||||
react-i18next: 13.0.0
|
||||
react-i18next: 13.0.1
|
||||
react-redux: 8.1.1
|
||||
react-test-renderer: 18.2.0
|
||||
react-use: 17.4.0
|
||||
|
@ -10990,12 +10990,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"i18next@npm:23.2.2":
|
||||
version: 23.2.2
|
||||
resolution: "i18next@npm:23.2.2"
|
||||
"i18next@npm:23.2.3":
|
||||
version: 23.2.3
|
||||
resolution: "i18next@npm:23.2.3"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.22.5
|
||||
checksum: 9f7fe331750a43b82c809ce988dad04f79dbe163141ea96b2dd0c650888d08263aed85a4bffbc0973aabdc6db51d35697add8598985c3600aa00356da3e9e367
|
||||
checksum: 74504bfe1f7784f76b08c9d5e589779c4c65b85b4d44f2b89531bc0cb0fbe18b9abede5eb3e0f3c088ba39455d4271cccf1d40aebadaa82a58d517847b7518b2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -15905,21 +15905,21 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-i18next@npm:13.0.0":
|
||||
version: 13.0.0
|
||||
resolution: "react-i18next@npm:13.0.0"
|
||||
"react-i18next@npm:13.0.1":
|
||||
version: 13.0.1
|
||||
resolution: "react-i18next@npm:13.0.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.22.5
|
||||
html-parse-stringify: ^3.0.1
|
||||
peerDependencies:
|
||||
i18next: ">= 23.0.1"
|
||||
i18next: ">= 23.2.3"
|
||||
react: ">= 16.8.0"
|
||||
peerDependenciesMeta:
|
||||
react-dom:
|
||||
optional: true
|
||||
react-native:
|
||||
optional: true
|
||||
checksum: f897ebb2570f79d2aee01d3d5cf65c0622a1ef07e2536c2d9206d9fe999ece9abf4b4795be99db4326f18fa3858c69745e21b150254d3da0d1f08c77586b1cc4
|
||||
checksum: eac59c4517c07e4e4b182570140ad9b2f7a7920dac5dadd694107ea6359743fe855390192072464fac579d3de1370bf4656b987a8c9c77babeb5b60ff8f17d3c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Reference in a new issue