Skip to content

Commit c61fc40

Browse files
Fix: add new react-i18next
1 parent 46e446f commit c61fc40

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "^16.14.0",
1818
"react-dom": "^16.14.0",
1919
"react-elastic-carousel": "^0.9.1",
20-
"react-i18next": "^9.0.10",
20+
"react-i18next": "^11.7.3",
2121
"react-router-dom": "^5.2.0",
2222
"react-scripts": "3.4.3",
2323
"react-scroll-up-button": "^1.6.4",

yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6419,13 +6419,6 @@ hmac-drbg@^1.0.0:
64196419
minimalistic-assert "^1.0.0"
64206420
minimalistic-crypto-utils "^1.0.1"
64216421

6422-
6423-
version "3.2.1"
6424-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.2.1.tgz#c09c0555c84b38a7ede6912b61efddafd6e75e1e"
6425-
integrity sha512-TFsu3TV3YLY+zFTZDrN8L2DTFanObwmBLpWvJs1qfUuEQ5bTAdFcwfx2T/bsCXfM9QHSLvjfP+nihEl0yvozxw==
6426-
dependencies:
6427-
react-is "^16.3.2"
6428-
64296422
hoist-non-react-statics@^2.3.1:
64306423
version "2.5.5"
64316424
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
@@ -10803,16 +10796,15 @@ react-error-overlay@^6.0.7:
1080310796
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.8.tgz#474ed11d04fc6bda3af643447d85e9127ed6b5de"
1080410797
integrity sha512-HvPuUQnLp5H7TouGq3kzBeioJmXms1wHy9EGjz2OURWBp4qZO6AfGEcnxts1D/CbwPLRAgTMPCEgYhA3sEM4vw==
1080510798

10806-
react-i18next@^9.0.10:
10807-
version "9.0.10"
10808-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-9.0.10.tgz#ba596b98e8dd06dbb805cf720147459ad55a3ada"
10809-
integrity sha512-xpeCWNut7ylQLs3Qqyo7dT13kgZbML1CdftbdnswLCv0RbRT16bRP16ma59iLe1KHIbn92VJo0Q8LSKYoXVNvg==
10799+
react-i18next@^11.7.3:
10800+
version "11.7.3"
10801+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.7.3.tgz#256461c46baf5b3208c3c6860ca4e569fc7ed053"
10802+
integrity sha512-7sYZqVZgdaS9Z0ZH6nuJFErCD0zz5wK3jR4/xCrWjZcxHHF3GRu7BXdicbSPprZV4ZYz7LJzxxMHO7dg5Qb70A==
1081010803
dependencies:
1081110804
"@babel/runtime" "^7.3.1"
10812-
hoist-non-react-statics "3.2.1"
1081310805
html-parse-stringify2 "2.0.1"
1081410806

10815-
react-is@^16.12.0, react-is@^16.3.2, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.0, react-is@^16.8.1, react-is@^16.8.4:
10807+
react-is@^16.12.0, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.0, react-is@^16.8.1, react-is@^16.8.4:
1081610808
version "16.13.1"
1081710809
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1081810810
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)