Skip to content

Commit afc1e59

Browse files
fix(deps): update dependency react-i18next to v15 (#405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad30f9b commit afc1e59

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
@@ -50,7 +50,7 @@
5050
"qs": "6.12.3",
5151
"react": "18.3.1",
5252
"react-dom": "18.3.1",
53-
"react-i18next": "14.1.3",
53+
"react-i18next": "15.0.0",
5454
"react-plotly.js": "^2.6.0",
5555
"react-router-dom": "^6.22.1",
5656
"typescript": "5.5.4"

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,15 @@ __metadata:
18281828
languageName: node
18291829
linkType: hard
18301830

1831+
"@babel/runtime@npm:^7.24.8":
1832+
version: 7.25.0
1833+
resolution: "@babel/runtime@npm:7.25.0"
1834+
dependencies:
1835+
regenerator-runtime: "npm:^0.14.0"
1836+
checksum: 10/6870e9e0e9125075b3aeba49a266f442b10820bfc693019eb6c1785c5a0edbe927e98b8238662cdcdba17842107c040386c3b69f39a0a3b217f9d00ffe685b27
1837+
languageName: node
1838+
linkType: hard
1839+
18311840
"@babel/template@npm:^7.22.15, @babel/template@npm:^7.24.0":
18321841
version: 7.24.0
18331842
resolution: "@babel/template@npm:7.24.0"
@@ -10660,7 +10669,7 @@ __metadata:
1066010669
qs: "npm:6.12.3"
1066110670
react: "npm:18.3.1"
1066210671
react-dom: "npm:18.3.1"
10663-
react-i18next: "npm:14.1.3"
10672+
react-i18next: "npm:15.0.0"
1066410673
react-plotly.js: "npm:^2.6.0"
1066510674
react-router-dom: "npm:^6.22.1"
1066610675
stylis-plugin-rtl: "npm:^2.1.1"
@@ -14097,11 +14106,11 @@ __metadata:
1409714106
languageName: node
1409814107
linkType: hard
1409914108

14100-
"react-i18next@npm:14.1.3":
14101-
version: 14.1.3
14102-
resolution: "react-i18next@npm:14.1.3"
14109+
"react-i18next@npm:15.0.0":
14110+
version: 15.0.0
14111+
resolution: "react-i18next@npm:15.0.0"
1410314112
dependencies:
14104-
"@babel/runtime": "npm:^7.23.9"
14113+
"@babel/runtime": "npm:^7.24.8"
1410514114
html-parse-stringify: "npm:^3.0.1"
1410614115
peerDependencies:
1410714116
i18next: ">= 23.2.3"
@@ -14111,7 +14120,7 @@ __metadata:
1411114120
optional: true
1411214121
react-native:
1411314122
optional: true
14114-
checksum: 10/d0fa0f2717103c60758f9ddc1710e529f52e341465ca3f106ffa9168d88ad2db1bdbae58c77cca389933ae14bc39835abb37d1982049551ca15f6d310e2b3f57
14123+
checksum: 10/5f3e60250179a6e28c61396099b4a9b66f65a484415b1f1c86e538a9242a84a0bf706e5218b9909351c95c28dda423dd741c014a0b503641e1ce03994b81df19
1411514124
languageName: node
1411614125
linkType: hard
1411714126

0 commit comments

Comments
 (0)