Bump @lingui/react from 4.7.1 to 4.7.2 in /src/frontend (#6862)

Bumps [@lingui/react](https://github.com/lingui/js-lingui) from 4.7.1 to 4.7.2.
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.7.2)

---
updated-dependencies:
- dependency-name: "@lingui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-27 07:12:06 +11:00 committed by GitHub
parent 7ed51dfff5
commit f542f3ce09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 7 deletions

View File

@ -18,7 +18,7 @@
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lingui/core": "^4.7.1",
"@lingui/react": "^4.7.1",
"@lingui/react": "^4.7.2",
"@mantine/carousel": "<7",
"@mantine/core": "<7",
"@mantine/dates": "<7",

View File

@ -1032,7 +1032,7 @@
jiti "^1.17.1"
lodash.get "^4.4.2"
"@lingui/core@4.7.1", "@lingui/core@^4.7.1":
"@lingui/core@4.7.1":
version "4.7.1"
resolved "https://registry.yarnpkg.com/@lingui/core/-/core-4.7.1.tgz#7bf1fa22ff0c6892ff6fb965f96c3775c7050697"
integrity sha512-Ign2qnyy1WNY7hPzkYTPYaja+5ucs3oDy+rgxs8ChGsqGFf4RjchU4W+CxqliKJ19f/hy4gaDK1DWA9h47kGvw==
@ -1041,6 +1041,15 @@
"@lingui/message-utils" "4.7.1"
unraw "^3.0.0"
"@lingui/core@4.7.2", "@lingui/core@^4.7.1":
version "4.7.2"
resolved "https://registry.yarnpkg.com/@lingui/core/-/core-4.7.2.tgz#b42272e041dc7a9d698d19d3c2899e5840ae22c0"
integrity sha512-6ZClr1NZV9vanMcwiRLpimQl/7Ot1xSKggIYfWDD8hUrDvuPa2FIb59avNmDBrAadcmr4IeJl+z/DmzudZNXbA==
dependencies:
"@babel/runtime" "^7.20.13"
"@lingui/message-utils" "4.7.2"
unraw "^3.0.0"
"@lingui/format-po@4.7.1":
version "4.7.1"
resolved "https://registry.yarnpkg.com/@lingui/format-po/-/format-po-4.7.1.tgz#b0783765a00961155a8e1bf5a4140a9e3ec469e1"
@ -1070,13 +1079,21 @@
"@messageformat/parser" "^5.0.0"
js-sha256 "^0.10.1"
"@lingui/react@^4.7.1":
version "4.7.1"
resolved "https://registry.yarnpkg.com/@lingui/react/-/react-4.7.1.tgz#ba59312f8dda17e423f0f360cb413850f1e4c0aa"
integrity sha512-acfmKDt6kg2z8wYJXc8S5SmZk1sM46f6xIZFVN+HrJBN/Z7MO9pp4FroTScOBI5zbRsdvoaRdyruNJedLplnhQ==
"@lingui/message-utils@4.7.2":
version "4.7.2"
resolved "https://registry.yarnpkg.com/@lingui/message-utils/-/message-utils-4.7.2.tgz#75ec495e59c331009c38ba7169c25ce3aad0145a"
integrity sha512-/LAKXNNR//JDCUKmfJQ5ucZK9HLcpT35C/YYNhk/2HWPSUdmocz4g7a0+SuFR/IeTOLTtWfSQWQvecl1ITQh/Q==
dependencies:
"@messageformat/parser" "^5.0.0"
js-sha256 "^0.10.1"
"@lingui/react@^4.7.2":
version "4.7.2"
resolved "https://registry.yarnpkg.com/@lingui/react/-/react-4.7.2.tgz#3e7912e53e60184f9e9f995f34eb538c1e3a0c08"
integrity sha512-7pbeGQ+vLiaW83yB44LgdA2amBFCp/Mr34WRom14NdOWvMnREt3jUHgAuPd/15TGVkUBqia1vTJSjgF/BabR1A==
dependencies:
"@babel/runtime" "^7.20.13"
"@lingui/core" "4.7.1"
"@lingui/core" "4.7.2"
"@mantine/carousel@<7":
version "6.0.21"