Skip to content

Commit e22a2ac

Browse files
build(deps): bump @lingui/macro from 3.17.2 to 5.9.1 in /web/app
Bumps [@lingui/macro](https://github.com/lingui/js-lingui/tree/HEAD/packages/macro) from 3.17.2 to 5.9.1. - [Release notes](https://github.com/lingui/js-lingui/releases) - [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/macro/CHANGELOG.md) - [Commits](https://github.com/lingui/js-lingui/commits/v5.9.1/packages/macro) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-version: 5.9.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 822dae3 commit e22a2ac

File tree

2 files changed

+35
-8
lines changed

2 files changed

+35
-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": "7.2.0",
1111
"@fortawesome/react-fontawesome": "0.2.6",
1212
"@lingui/core": "^3.17.1",
13-
"@lingui/macro": "3.17.2",
13+
"@lingui/macro": "5.9.1",
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: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,15 +1781,29 @@
17811781
"@messageformat/parser" "^5.0.0"
17821782
make-plural "^6.2.2"
17831783

1784-
"@lingui/macro@3.17.2":
1785-
version "3.17.2"
1786-
resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-3.17.2.tgz#b0c358335fa190df8364a66fa17fca2266561b0a"
1787-
integrity sha512-kk1ZtwYSx5Knu/5LsRGisTqfNoLIeVkJJPn6xjZXcItoxUgRsykyKb3BqCJwxqYUClz4i4A8Ld/aA4xBi4apRQ==
1784+
"@lingui/core@5.9.1":
1785+
version "5.9.1"
1786+
resolved "https://registry.yarnpkg.com/@lingui/core/-/core-5.9.1.tgz#58b2ede38406fd1062a93815d628c197ed81663b"
1787+
integrity sha512-gnrh3YMo3yGI7NrYvVL5vtIap2fPahl2OAR0P9Fl/eW6GFPUGhhjIcxqxAg48/Nd4lTAzBCGwPCP+u2DzAIzEA==
17881788
dependencies:
17891789
"@babel/runtime" "^7.20.13"
1790-
"@babel/types" "^7.20.7"
1791-
"@lingui/conf" "3.17.2"
1792-
ramda "^0.27.1"
1790+
"@lingui/message-utils" "5.9.1"
1791+
1792+
"@lingui/macro@5.9.1":
1793+
version "5.9.1"
1794+
resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-5.9.1.tgz#a1a17095c84dce15ec6af2e75731cd7a638ff644"
1795+
integrity sha512-f799qWDXqu4jDowBydp3tr6Xq8UWflEk2zGRPmIPDPcXyZ/RbibfbWK70h9n7X7fere9CiSZD59BlVPSueRyCQ==
1796+
dependencies:
1797+
"@lingui/core" "5.9.1"
1798+
"@lingui/react" "5.9.1"
1799+
1800+
"@lingui/message-utils@5.9.1":
1801+
version "5.9.1"
1802+
resolved "https://registry.yarnpkg.com/@lingui/message-utils/-/message-utils-5.9.1.tgz#d8bf6466666e788e91f883ffc3ea8e150a80045a"
1803+
integrity sha512-2hj2PqHQU7hI+2+JiViOPmeTmms/8Xl1i/AWd59hwaf+lbqDFKc8CmeZNeAvrM+D7FeYgX1/mDoQvWAkLZNYjQ==
1804+
dependencies:
1805+
"@messageformat/parser" "^5.0.0"
1806+
js-sha256 "^0.10.1"
17931807

17941808
"@lingui/react@3.17.2":
17951809
version "3.17.2"
@@ -1799,6 +1813,14 @@
17991813
"@babel/runtime" "^7.20.13"
18001814
"@lingui/core" "3.17.2"
18011815

1816+
"@lingui/react@5.9.1":
1817+
version "5.9.1"
1818+
resolved "https://registry.yarnpkg.com/@lingui/react/-/react-5.9.1.tgz#5b9848c4aa26e60be0879660e33352e43d4aad82"
1819+
integrity sha512-wpQ3HjAteTv2hO3749yL8uNL7GQk8pXnylbi0xuZ/QSp6FWXb52glWFadSphqW3LB6voAVsW6mFvkiXUuuiGEg==
1820+
dependencies:
1821+
"@babel/runtime" "^7.20.13"
1822+
"@lingui/core" "5.9.1"
1823+
18021824
"@material-ui/core@4.12.4":
18031825
version "4.12.4"
18041826
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.4.tgz#4ac17488e8fcaf55eb6a7f5efb2a131e10138a73"
@@ -7117,6 +7139,11 @@ jest@^30.1.3:
71177139
import-local "^3.2.0"
71187140
jest-cli "30.1.3"
71197141

7142+
js-sha256@^0.10.1:
7143+
version "0.10.1"
7144+
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.10.1.tgz#b40104ba1368e823fdd5f41b66b104b15a0da60d"
7145+
integrity sha512-5obBtsz9301ULlsgggLg542s/jqtddfOpV5KJc4hajc9JV8GeY2gZHSVpYBn4nWqAUTJ9v+xwtbJ1mIBgIH5Vw==
7146+
71207147
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
71217148
version "4.0.0"
71227149
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)