Skip to content

Commit f94b63f

Browse files
fix(deps): update dependency i18next to v23 (#98)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c83ece commit f94b63f

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"bootstrap": "^5.1.3",
3535
"echarts": "^5.4.3",
3636
"echarts-for-react": "^3.0.2",
37-
"i18next": "^22.4.14",
37+
"i18next": "^23.0.0",
3838
"i18next-browser-languagedetector": "7.1.0",
3939
"i18next-http-backend": "^2.2.0",
4040
"i18next-localstorage-cache": "1.1.1",

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,15 @@ __metadata:
245245
languageName: node
246246
linkType: hard
247247

248+
"@babel/runtime@npm:^7.23.2":
249+
version: 7.24.0
250+
resolution: "@babel/runtime@npm:7.24.0"
251+
dependencies:
252+
regenerator-runtime: "npm:^0.14.0"
253+
checksum: 10c0/3495eed727bf4a4f84c35bb51ab53317ae38f4bbc3b1d0a8303751f9dfa0ce6f5fb2afced72b76c3dd0d8bb2ccb84787559a4dee9886291a36b26f02f0f759b4
254+
languageName: node
255+
linkType: hard
256+
248257
"@babel/template@npm:^7.22.15, @babel/template@npm:^7.23.9":
249258
version: 7.23.9
250259
resolution: "@babel/template@npm:7.23.9"
@@ -2715,12 +2724,12 @@ __metadata:
27152724
languageName: node
27162725
linkType: hard
27172726

2718-
"i18next@npm:^22.4.14":
2719-
version: 22.5.1
2720-
resolution: "i18next@npm:22.5.1"
2727+
"i18next@npm:^23.0.0":
2728+
version: 23.10.1
2729+
resolution: "i18next@npm:23.10.1"
27212730
dependencies:
2722-
"@babel/runtime": "npm:^7.20.6"
2723-
checksum: 10c0/a284f8d805ebad77114a830e60d5c59485a7f4d45179761f877249b63035572cff4103e5b4702669dff1a0e03b4e8b6df377bc871935f8215e43fd97e8e9e910
2731+
"@babel/runtime": "npm:^7.23.2"
2732+
checksum: 10c0/e9cd7565cc14fec53bcf872707a2c85b255804866f436ce08a3de6b2bf84209c61b7a7870ac87c1c27de39b5d8407b72b5231d99769d200b136db023abaa8795
27242733
languageName: node
27252734
linkType: hard
27262735

@@ -4359,7 +4368,7 @@ __metadata:
43594368
eslint: "npm:^8.45.0"
43604369
eslint-plugin-react-hooks: "npm:^4.6.0"
43614370
eslint-plugin-react-refresh: "npm:^0.4.3"
4362-
i18next: "npm:^22.4.14"
4371+
i18next: "npm:^23.0.0"
43634372
i18next-browser-languagedetector: "npm:7.1.0"
43644373
i18next-http-backend: "npm:^2.2.0"
43654374
i18next-localstorage-cache: "npm:1.1.1"

0 commit comments

Comments
 (0)