Skip to content

Commit 0bc2b35

Browse files
build(deps): bump @lingui/macro from 3.17.2 to 5.1.2 in /web/app
Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 3.17.2 to 5.1.2. - [Release notes](https://github.com/lingui/js-lingui/releases) - [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md) - [Commits](lingui/js-lingui@v3.17.2...v5.1.2) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c57cf61 commit 0bc2b35

File tree

2 files changed

+41
-8
lines changed

2 files changed

+41
-8
lines changed

web/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@fortawesome/free-solid-svg-icons": "6.7.2",
1111
"@fortawesome/react-fontawesome": "0.2.2",
1212
"@lingui/core": "^3.17.1",
13-
"@lingui/macro": "3.17.2",
13+
"@lingui/macro": "5.1.2",
1414
"@lingui/react": "3.17.2",
1515
"@material-ui/core": "4.12.4",
1616
"@material-ui/icons": "4.11.3",

web/app/yarn.lock

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,15 +1577,30 @@
15771577
"@messageformat/parser" "^5.0.0"
15781578
make-plural "^6.2.2"
15791579

1580-
"@lingui/macro@3.17.2":
1581-
version "3.17.2"
1582-
resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-3.17.2.tgz#b0c358335fa190df8364a66fa17fca2266561b0a"
1583-
integrity sha512-kk1ZtwYSx5Knu/5LsRGisTqfNoLIeVkJJPn6xjZXcItoxUgRsykyKb3BqCJwxqYUClz4i4A8Ld/aA4xBi4apRQ==
1580+
"@lingui/core@^5.1.2":
1581+
version "5.1.2"
1582+
resolved "https://registry.yarnpkg.com/@lingui/core/-/core-5.1.2.tgz#77acdc7f990e7db180c3c73e05daaa277aa969f3"
1583+
integrity sha512-biqmMCWuBBj7ERSpgGSV91hTShnSrR/RIFUcNKjWuZYgDd3HpBdEmXKCo9NTanQYbkBUpmyw/bgwsSBex6vkDA==
15841584
dependencies:
15851585
"@babel/runtime" "^7.20.13"
1586-
"@babel/types" "^7.20.7"
1587-
"@lingui/conf" "3.17.2"
1588-
ramda "^0.27.1"
1586+
"@lingui/message-utils" "^5.1.2"
1587+
unraw "^3.0.0"
1588+
1589+
"@lingui/macro@5.1.2":
1590+
version "5.1.2"
1591+
resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-5.1.2.tgz#0a5ec9be41d0f2300667ca4662cb49e184508e54"
1592+
integrity sha512-R6HV7XmiskkI/85JCjAtQuBPRu5AB57lOJdJE6xs2qBaeRu70v0BalTn4wyG5+r0JSkDI4gakWaXKW2KpWN6fQ==
1593+
dependencies:
1594+
"@lingui/core" "^5.1.2"
1595+
"@lingui/react" "^5.1.2"
1596+
1597+
"@lingui/message-utils@^5.1.2":
1598+
version "5.1.2"
1599+
resolved "https://registry.yarnpkg.com/@lingui/message-utils/-/message-utils-5.1.2.tgz#8142a2b9ec148a845ddc8b3b9b91a5702efaf519"
1600+
integrity sha512-P/N0yBy2MuC726EaGPGiOafc/0RafHiwkvZJdFKjm1/XOMWrFZDPFXTuxguVQ3HQsRi5eUIPaboU4uRX4GepPg==
1601+
dependencies:
1602+
"@messageformat/parser" "^5.0.0"
1603+
js-sha256 "^0.10.1"
15891604

15901605
"@lingui/react@3.17.2":
15911606
version "3.17.2"
@@ -1595,6 +1610,14 @@
15951610
"@babel/runtime" "^7.20.13"
15961611
"@lingui/core" "3.17.2"
15971612

1613+
"@lingui/react@^5.1.2":
1614+
version "5.1.2"
1615+
resolved "https://registry.yarnpkg.com/@lingui/react/-/react-5.1.2.tgz#0ab2976300c4fed98144b72f200653c5a14eb1af"
1616+
integrity sha512-YPAvbPUd+kJrmA9H1LSJ9f6+0hkOlm0w8g+7a8FtE7olamjXd7SyIgJMbeJmvKSdztrrdcLBs9YEftUKTfjiyg==
1617+
dependencies:
1618+
"@babel/runtime" "^7.20.13"
1619+
"@lingui/core" "^5.1.2"
1620+
15981621
"@material-ui/core@4.12.4":
15991622
version "4.12.4"
16001623
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.4.tgz#4ac17488e8fcaf55eb6a7f5efb2a131e10138a73"
@@ -6247,6 +6270,11 @@ jest@^29.7.0:
62476270
import-local "^3.0.2"
62486271
jest-cli "^29.7.0"
62496272

6273+
js-sha256@^0.10.1:
6274+
version "0.10.1"
6275+
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.10.1.tgz#b40104ba1368e823fdd5f41b66b104b15a0da60d"
6276+
integrity sha512-5obBtsz9301ULlsgggLg542s/jqtddfOpV5KJc4hajc9JV8GeY2gZHSVpYBn4nWqAUTJ9v+xwtbJ1mIBgIH5Vw==
6277+
62506278
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
62516279
version "4.0.0"
62526280
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -8949,6 +8977,11 @@ unpipe@1.0.0, unpipe@~1.0.0:
89498977
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
89508978
integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
89518979

8980+
unraw@^3.0.0:
8981+
version "3.0.0"
8982+
resolved "https://registry.yarnpkg.com/unraw/-/unraw-3.0.0.tgz#73443ed70d2ab09ccbac2b00525602d5991fbbe3"
8983+
integrity sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg==
8984+
89528985
update-browserslist-db@^1.1.0:
89538986
version "1.1.0"
89548987
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"

0 commit comments

Comments
 (0)