Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit 8b8eacd

Browse files
Update dependency react-i18next to v16
1 parent 11460ca commit 8b8eacd

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"react-dnd": "16.0.1",
9292
"react-dom": "18.3.1",
9393
"react-dropzone": "^14.4.0",
94-
"react-i18next": "^15.7.4",
94+
"react-i18next": "^16.0.0",
9595
"react-map-gl": "^7.1.7",
9696
"react-virtualized": "9.22.6",
9797
"recharts": "^2.15.0",
@@ -134,6 +134,6 @@
134134
"typescript": "5.9.3"
135135
},
136136
"resolutions": {
137-
"react-i18next": "^15.7.4"
137+
"react-i18next": "^16.0.0"
138138
}
139139
}

yarn.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
babel-plugin-polyfill-regenerator "^0.6.1"
299299
semver "^6.3.1"
300300

301-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.23.2", "@babel/runtime@^7.27.6", "@babel/runtime@^7.7.2", "@babel/runtime@^7.9.2":
301+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.23.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.9.2":
302302
version "7.28.6"
303303
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz"
304304
integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==
@@ -6521,13 +6521,14 @@ react-dropzone@^14.4.0:
65216521
file-selector "^2.1.0"
65226522
prop-types "^15.8.1"
65236523

6524-
react-i18next@^15.7.4:
6525-
version "15.7.4"
6526-
resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.4.tgz"
6527-
integrity sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw==
6524+
react-i18next@^16.0.0:
6525+
version "16.6.1"
6526+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.6.1.tgz#15ccaf472e9da4aae0fe5bda420f0c5ab0c398d4"
6527+
integrity sha512-izjXh+AkBLy3h3xe3sh6Gg1flhFHc3UyzsMftMKYJr2Z7WvAZQIdjjpHypctN41zFoeLdJUNGDgP1+Qich2fYg==
65286528
dependencies:
6529-
"@babel/runtime" "^7.27.6"
6529+
"@babel/runtime" "^7.29.2"
65306530
html-parse-stringify "^3.0.1"
6531+
use-sync-external-store "^1.6.0"
65316532

65326533
react-is@^16.13.1, react-is@^16.7.0:
65336534
version "16.13.1"

0 commit comments

Comments
 (0)