build(deps): bump @lingui/macro from 3.13.1 to 3.13.2 in /web (#2152)
This commit is contained in:
parent
4b112c2799
commit
949095c376
18
web/package-lock.json
generated
18
web/package-lock.json
generated
|
@ -21,7 +21,7 @@
|
||||||
"@lingui/cli": "^3.13.2",
|
"@lingui/cli": "^3.13.2",
|
||||||
"@lingui/core": "^3.13.2",
|
"@lingui/core": "^3.13.2",
|
||||||
"@lingui/detect-locale": "^3.13.2",
|
"@lingui/detect-locale": "^3.13.2",
|
||||||
"@lingui/macro": "^3.13.1",
|
"@lingui/macro": "^3.13.2",
|
||||||
"@patternfly/patternfly": "^4.164.2",
|
"@patternfly/patternfly": "^4.164.2",
|
||||||
"@polymer/iron-form": "^3.0.1",
|
"@polymer/iron-form": "^3.0.1",
|
||||||
"@polymer/paper-input": "^3.2.1",
|
"@polymer/paper-input": "^3.2.1",
|
||||||
|
@ -2093,12 +2093,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@lingui/macro": {
|
"node_modules/@lingui/macro": {
|
||||||
"version": "3.13.1",
|
"version": "3.13.2",
|
||||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.1.tgz",
|
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.2.tgz",
|
||||||
"integrity": "sha512-iXdAbREJpIUs3s78Erbg+7ZRuJsD0S0nyGCeEo9Ml/NDO/MtVYo7XCHecwtCdNxDe/h0NItB3m/7uPZ/BvOLOA==",
|
"integrity": "sha512-0BdybZkBq8bl4NrT8txX7k8BodyJ/4uQbMIK0ucPJvQ/6Lhj824CodBq5KuMWpcXoMSxUWjQIkIGr1Fi1ckLGg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.11.2",
|
"@babel/runtime": "^7.11.2",
|
||||||
"@lingui/conf": "^3.13.1",
|
"@lingui/conf": "^3.13.2",
|
||||||
"ramda": "^0.27.1"
|
"ramda": "^0.27.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -10312,12 +10312,12 @@
|
||||||
"integrity": "sha512-1fouly1ecq1wCKUGtYgFn0Hdsjuz4bBYxh/oIjrqEeb4+bKdjaHbCT2ypsX7rRxs88yOfOWGUYuuzG0EoJXiSw=="
|
"integrity": "sha512-1fouly1ecq1wCKUGtYgFn0Hdsjuz4bBYxh/oIjrqEeb4+bKdjaHbCT2ypsX7rRxs88yOfOWGUYuuzG0EoJXiSw=="
|
||||||
},
|
},
|
||||||
"@lingui/macro": {
|
"@lingui/macro": {
|
||||||
"version": "3.13.1",
|
"version": "3.13.2",
|
||||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.1.tgz",
|
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.2.tgz",
|
||||||
"integrity": "sha512-iXdAbREJpIUs3s78Erbg+7ZRuJsD0S0nyGCeEo9Ml/NDO/MtVYo7XCHecwtCdNxDe/h0NItB3m/7uPZ/BvOLOA==",
|
"integrity": "sha512-0BdybZkBq8bl4NrT8txX7k8BodyJ/4uQbMIK0ucPJvQ/6Lhj824CodBq5KuMWpcXoMSxUWjQIkIGr1Fi1ckLGg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.11.2",
|
"@babel/runtime": "^7.11.2",
|
||||||
"@lingui/conf": "^3.13.1",
|
"@lingui/conf": "^3.13.2",
|
||||||
"ramda": "^0.27.1"
|
"ramda": "^0.27.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
"@lingui/cli": "^3.13.2",
|
"@lingui/cli": "^3.13.2",
|
||||||
"@lingui/core": "^3.13.2",
|
"@lingui/core": "^3.13.2",
|
||||||
"@lingui/detect-locale": "^3.13.2",
|
"@lingui/detect-locale": "^3.13.2",
|
||||||
"@lingui/macro": "^3.13.1",
|
"@lingui/macro": "^3.13.2",
|
||||||
"@patternfly/patternfly": "^4.164.2",
|
"@patternfly/patternfly": "^4.164.2",
|
||||||
"@polymer/iron-form": "^3.0.1",
|
"@polymer/iron-form": "^3.0.1",
|
||||||
"@polymer/paper-input": "^3.2.1",
|
"@polymer/paper-input": "^3.2.1",
|
||||||
|
|
Reference in a new issue