build(deps): bump @lingui/macro from 3.9.0 to 3.10.2 in /web (#992)
Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 3.9.0 to 3.10.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/v3.9.0...v3.10.2) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-type: direct:production update-type: version-update:semver-minor ... 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:
parent
c9072f7403
commit
612679e8df
|
@ -17,7 +17,7 @@
|
|||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
"@lingui/cli": "^3.10.2",
|
||||
"@lingui/core": "^3.9.0",
|
||||
"@lingui/macro": "^3.9.0",
|
||||
"@lingui/macro": "^3.10.2",
|
||||
"@patternfly/patternfly": "^4.108.2",
|
||||
"@polymer/iron-form": "^3.0.1",
|
||||
"@polymer/paper-input": "^3.2.1",
|
||||
|
@ -1772,12 +1772,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@lingui/macro": {
|
||||
"version": "3.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.9.0.tgz",
|
||||
"integrity": "sha512-3KwlBpeuEsXWnwoFxk3Pj8tFy8ERUxktlXLnjo6NqTEXP4iA98Hl+frwpY9/xCw2VWy+mpXWInpa7wHkcsMr/w==",
|
||||
"version": "3.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.10.2.tgz",
|
||||
"integrity": "sha512-nEYUj1F4TUK4aHVpXcAagg7zx41Z7e3wjI1OFlmXkKSupDggYCn6jgzyyx46pUEB8Y5pIzCESPzQIa1P2sTPJA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@lingui/conf": "^3.9.0",
|
||||
"@lingui/conf": "^3.10.2",
|
||||
"ramda": "^0.27.1"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -9232,12 +9232,12 @@
|
|||
}
|
||||
},
|
||||
"@lingui/macro": {
|
||||
"version": "3.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.9.0.tgz",
|
||||
"integrity": "sha512-3KwlBpeuEsXWnwoFxk3Pj8tFy8ERUxktlXLnjo6NqTEXP4iA98Hl+frwpY9/xCw2VWy+mpXWInpa7wHkcsMr/w==",
|
||||
"version": "3.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.10.2.tgz",
|
||||
"integrity": "sha512-nEYUj1F4TUK4aHVpXcAagg7zx41Z7e3wjI1OFlmXkKSupDggYCn6jgzyyx46pUEB8Y5pIzCESPzQIa1P2sTPJA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@lingui/conf": "^3.9.0",
|
||||
"@lingui/conf": "^3.10.2",
|
||||
"ramda": "^0.27.1"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
"@lingui/cli": "^3.10.2",
|
||||
"@lingui/core": "^3.9.0",
|
||||
"@lingui/macro": "^3.9.0",
|
||||
"@lingui/macro": "^3.10.2",
|
||||
"@patternfly/patternfly": "^4.108.2",
|
||||
"@polymer/iron-form": "^3.0.1",
|
||||
"@polymer/paper-input": "^3.2.1",
|
||||
|
|
Reference in New Issue