Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency i18next to v23 #98

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"bootstrap": "^5.1.3",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"i18next": "^22.4.14",
"i18next": "^23.0.0",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "^2.2.0",
"i18next-localstorage-cache": "1.1.1",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.23.2":
version: 7.24.0
resolution: "@babel/runtime@npm:7.24.0"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10c0/3495eed727bf4a4f84c35bb51ab53317ae38f4bbc3b1d0a8303751f9dfa0ce6f5fb2afced72b76c3dd0d8bb2ccb84787559a4dee9886291a36b26f02f0f759b4
languageName: node
linkType: hard

"@babel/template@npm:^7.22.15, @babel/template@npm:^7.23.9":
version: 7.23.9
resolution: "@babel/template@npm:7.23.9"
Expand Down Expand Up @@ -2715,12 +2724,12 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:^22.4.14":
version: 22.5.1
resolution: "i18next@npm:22.5.1"
"i18next@npm:^23.0.0":
version: 23.10.1
resolution: "i18next@npm:23.10.1"
dependencies:
"@babel/runtime": "npm:^7.20.6"
checksum: 10c0/a284f8d805ebad77114a830e60d5c59485a7f4d45179761f877249b63035572cff4103e5b4702669dff1a0e03b4e8b6df377bc871935f8215e43fd97e8e9e910
"@babel/runtime": "npm:^7.23.2"
checksum: 10c0/e9cd7565cc14fec53bcf872707a2c85b255804866f436ce08a3de6b2bf84209c61b7a7870ac87c1c27de39b5d8407b72b5231d99769d200b136db023abaa8795
languageName: node
linkType: hard

Expand Down Expand Up @@ -4359,7 +4368,7 @@ __metadata:
eslint: "npm:^8.45.0"
eslint-plugin-react-hooks: "npm:^4.6.0"
eslint-plugin-react-refresh: "npm:^0.4.3"
i18next: "npm:^22.4.14"
i18next: "npm:^23.0.0"
i18next-browser-languagedetector: "npm:7.1.0"
i18next-http-backend: "npm:^2.2.0"
i18next-localstorage-cache: "npm:1.1.1"
Expand Down