diff --git a/web/app/package.json b/web/app/package.json index f572f7035..c181fc849 100644 --- a/web/app/package.json +++ b/web/app/package.json @@ -11,7 +11,7 @@ "@fortawesome/react-fontawesome": "0.2.0", "@lingui/core": "^3.15.0", "@lingui/macro": "3.15.0", - "@lingui/react": "3.14.0", + "@lingui/react": "3.15.0", "@material-ui/core": "4.12.4", "@material-ui/icons": "4.11.3", "@material-ui/lab": "^4.0.0-alpha.61", diff --git a/web/app/yarn.lock b/web/app/yarn.lock index 815a63955..63e790207 100644 --- a/web/app/yarn.lock +++ b/web/app/yarn.lock @@ -1518,7 +1518,7 @@ jest-validate "^26.5.2" lodash.get "^4.4.2" -"@lingui/core@^3.14.0", "@lingui/core@^3.15.0": +"@lingui/core@^3.15.0": version "3.15.0" resolved "https://registry.yarnpkg.com/@lingui/core/-/core-3.15.0.tgz#1f65bd6c1430133f1233dc9942c05c8bd9348e9d" integrity sha512-owjYOn/3xaWVW01p32Ylt3cXkCP79oudJCHdcNOn4noxd/9BhyFX2wLiVf02DxGYnkAgAD3KCp3Z4iyKlueymg== @@ -1536,13 +1536,13 @@ "@lingui/conf" "^3.15.0" ramda "^0.27.1" -"@lingui/react@3.14.0": - version "3.14.0" - resolved "https://registry.yarnpkg.com/@lingui/react/-/react-3.14.0.tgz#e3e6732a9d172c8ecb4f82fb8558b1766f5cee31" - integrity sha512-ow9Mtru7f0T2S9AwnPWRejppcucCW0LmoDR3P4wqHjL+eH5f8a6nxd2doxGieC91/2i4qqW88y4K/zXJxwRSQw== +"@lingui/react@3.15.0": + version "3.15.0" + resolved "https://registry.yarnpkg.com/@lingui/react/-/react-3.15.0.tgz#6de83da27b4145e30f4dffc6a2947eecf3a954e4" + integrity sha512-Xq/48yf2IQhOPpgpqydj1OUyfDgNOY4aattmG4195LeqGPhN0ckiUCBLlNm0vHRsO3ZGwzfprTLYfI9WbfLBzA== dependencies: "@babel/runtime" "^7.11.2" - "@lingui/core" "^3.14.0" + "@lingui/core" "^3.15.0" "@material-ui/core@4.12.4": version "4.12.4"