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

Commit b8df496

Browse files
Update dependency react-i18next to v16
1 parent 8cce96c commit b8df496

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==
@@ -6524,13 +6524,14 @@ react-dropzone@^14.4.0:
65246524
file-selector "^2.1.0"
65256525
prop-types "^15.8.1"
65266526

6527-
react-i18next@^15.7.4:
6528-
version "15.7.4"
6529-
resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.4.tgz"
6530-
integrity sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw==
6527+
react-i18next@^16.0.0:
6528+
version "16.6.2"
6529+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.6.2.tgz#74e670813c4f85de2af59a5f40079e731edd4c6a"
6530+
integrity sha512-/S/GPzElTqEi5o2kzd0/O2627hPDmE6OGhJCCwCfUaQ3syyu+kaYH8/PYFtZeWc25NzfxTN/2fD1QjvrTgrFfA==
65316531
dependencies:
6532-
"@babel/runtime" "^7.27.6"
6532+
"@babel/runtime" "^7.29.2"
65336533
html-parse-stringify "^3.0.1"
6534+
use-sync-external-store "^1.6.0"
65346535

65356536
react-is@^16.13.1, react-is@^16.7.0:
65366537
version "16.13.1"

0 commit comments

Comments
 (0)