Bump @lingui/macro from 4.7.1 to 4.7.2 in /src/frontend (#6859)

Bumps [@lingui/macro](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/macro"
  dependency-type: direct:development
  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 09:13:20 +11:00 committed by GitHub
parent df351b1fdf
commit 6929201dfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 8 deletions

View File

@ -56,7 +56,7 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@lingui/cli": "^4.7.1",
"@lingui/macro": "^4.7.1",
"@lingui/macro": "^4.7.2",
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.20",
"@types/react": "^18.2.71",

View File

@ -1032,6 +1032,18 @@
jiti "^1.17.1"
lodash.get "^4.4.2"
"@lingui/conf@4.7.2":
version "4.7.2"
resolved "https://registry.yarnpkg.com/@lingui/conf/-/conf-4.7.2.tgz#9cf0611c3366b83c3c8a8be203cbbf8f099b0be4"
integrity sha512-zlajCM0J7SYPpw/MOslMMJQHUaymdlHS42gWVhE17clKOOBz+xPG5kl7OXI4p3FpPDaP+ZzMMk6Z8bq7r6iSjQ==
dependencies:
"@babel/runtime" "^7.20.13"
chalk "^4.1.0"
cosmiconfig "^8.0.0"
jest-validate "^29.4.3"
jiti "^1.17.1"
lodash.get "^4.4.2"
"@lingui/core@4.7.1":
version "4.7.1"
resolved "https://registry.yarnpkg.com/@lingui/core/-/core-4.7.1.tgz#7bf1fa22ff0c6892ff6fb965f96c3775c7050697"
@ -1060,16 +1072,16 @@
date-fns "^2.29.3"
pofile "^1.1.4"
"@lingui/macro@^4.7.1":
version "4.7.1"
resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-4.7.1.tgz#c57853e909c7e2fd291aa3299e789700bef4f11e"
integrity sha512-weU8Z7QNt+M0wuPIs/xqnlt7Y/g1o4fASamvbyJxh9J68is7mnGwhevj+nVW2VZCEq4+yR34qvF0bsVeTQ332A==
"@lingui/macro@^4.7.2":
version "4.7.2"
resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-4.7.2.tgz#b28eb590e753245d11b5058b3e1d85fe997583ca"
integrity sha512-QCwH8cFGrWQNemFLaSnpjRX+rohnbtl+pbTKvdiu2WYH4CVievpx8WHUcTD+hTvFqGUWRKTgCbc3fMxQJnkgmw==
dependencies:
"@babel/runtime" "^7.20.13"
"@babel/types" "^7.20.7"
"@lingui/conf" "4.7.1"
"@lingui/core" "4.7.1"
"@lingui/message-utils" "4.7.1"
"@lingui/conf" "4.7.2"
"@lingui/core" "4.7.2"
"@lingui/message-utils" "4.7.2"
"@lingui/message-utils@4.7.1":
version "4.7.1"