Skip to content

Commit f55c1d2

Browse files
committed
fix: unified react-i18next version
1 parent b0998f3 commit f55c1d2

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {},
6767
"resolutions": {
6868
"@types/react": "18.3.22",
69-
"react-i18next": ">=11.16.4",
69+
"react-i18next": "14.1.3",
7070
"react-refresh": "0.17.0",
7171
"node-fetch": "2.6.13",
7272
"@ckb-lumos/ckb-indexer": "0.23.0",

packages/neuron-ui/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"qr.js": "0.0.0",
6565
"react": "18.3.1",
6666
"react-dom": "18.3.1",
67-
"react-i18next": "13.5.0",
67+
"react-i18next": "14.1.3",
6868
"react-router-dom": "6.21.1",
6969
"react-transition-group": "4.4.5",
7070
"sass": "1.69.5",
@@ -114,8 +114,5 @@
114114
"vite-plugin-node-polyfills": "0.23.0",
115115
"vite-plugin-svgr": "4.3.0",
116116
"vitest": "3.0.8"
117-
},
118-
"resolutions": {
119-
"react-i18next": "14.1.3"
120117
}
121118
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,10 +1446,10 @@
14461446
dependencies:
14471447
regenerator-runtime "^0.14.0"
14481448

1449-
"@babel/runtime@^7.27.6":
1450-
version "7.28.4"
1451-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
1452-
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
1449+
"@babel/runtime@^7.23.9":
1450+
version "7.28.6"
1451+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b"
1452+
integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==
14531453

14541454
"@babel/template@^7.22.15":
14551455
version "7.22.15"
@@ -14173,12 +14173,12 @@ react-dom@18.3.1:
1417314173
dependencies:
1417414174
scheduler "^0.25.0"
1417514175

14176-
react-i18next@13.5.0, react-i18next@>=11.16.4:
14177-
version "15.7.3"
14178-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.7.3.tgz#2eba235247dff0cbf9f0338e2ab85e10e127aa54"
14179-
integrity sha512-AANws4tOE+QSq/IeMF/ncoHlMNZaVLxpa5uUGW1wjike68elVYr0018L9xYoqBr1OFO7G7boDPrbn0HpMCJxTw==
14176+
react-i18next@14.1.3:
14177+
version "14.1.3"
14178+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.3.tgz#85525c4294ef870ddd3f5d184e793cae362f47cb"
14179+
integrity sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw==
1418014180
dependencies:
14181-
"@babel/runtime" "^7.27.6"
14181+
"@babel/runtime" "^7.23.9"
1418214182
html-parse-stringify "^3.0.1"
1418314183

1418414184
react-inspector@6.0.2:

0 commit comments

Comments
 (0)