web: bump @lingui/macro from 3.15.0 to 3.16.0 in /web (#4473)
This commit is contained in:
parent
7ac73bfcf9
commit
9701907b82
22
web/package-lock.json
generated
22
web/package-lock.json
generated
|
@ -27,7 +27,7 @@
|
|||
"@lingui/cli": "^3.16.0",
|
||||
"@lingui/core": "^3.16.0",
|
||||
"@lingui/detect-locale": "^3.16.0",
|
||||
"@lingui/macro": "^3.15.0",
|
||||
"@lingui/macro": "^3.16.0",
|
||||
"@patternfly/patternfly": "^4.222.4",
|
||||
"@polymer/iron-form": "^3.0.1",
|
||||
"@polymer/paper-input": "^3.2.1",
|
||||
|
@ -2442,21 +2442,21 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@lingui/macro": {
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.15.0.tgz",
|
||||
"integrity": "sha512-3+txZQM5UmC+t1zkoYeYkg3r5pIGo9KdD+csX0u4F0IUE2GJkjy+sG917hOhw3QsDUqiCIqDJ503AdSfFbO+uA==",
|
||||
"version": "3.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.16.0.tgz",
|
||||
"integrity": "sha512-3HfP1Bqr4i60P3LoQq/ukhDvel4a5oBSMPRuYBUpwqdnKOAbZuN5vnZmu3TrlXntWTYOvrwa71D8SYGmvevelw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@lingui/conf": "^3.15.0",
|
||||
"@lingui/conf": "3.16.0",
|
||||
"ramda": "^0.27.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@lingui/core": "^3.13.0",
|
||||
"@lingui/react": "^3.13.0",
|
||||
"babel-plugin-macros": "2 || 3"
|
||||
"babel-plugin-macros": "2 || 3"
|
||||
}
|
||||
},
|
||||
"node_modules/@lingui/react": {
|
||||
|
@ -11815,12 +11815,12 @@
|
|||
"integrity": "sha512-7FQy1ccPnVe0/GNAzTmEDrsPHZV1/nSsK6fRKyuOFUkiItc1bVDmlpVfM4UXerERx6Nez+N99Z6Vjc6rg3LARw=="
|
||||
},
|
||||
"@lingui/macro": {
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.15.0.tgz",
|
||||
"integrity": "sha512-3+txZQM5UmC+t1zkoYeYkg3r5pIGo9KdD+csX0u4F0IUE2GJkjy+sG917hOhw3QsDUqiCIqDJ503AdSfFbO+uA==",
|
||||
"version": "3.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.16.0.tgz",
|
||||
"integrity": "sha512-3HfP1Bqr4i60P3LoQq/ukhDvel4a5oBSMPRuYBUpwqdnKOAbZuN5vnZmu3TrlXntWTYOvrwa71D8SYGmvevelw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@lingui/conf": "^3.15.0",
|
||||
"@lingui/conf": "3.16.0",
|
||||
"ramda": "^0.27.1"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"@lingui/cli": "^3.16.0",
|
||||
"@lingui/core": "^3.16.0",
|
||||
"@lingui/detect-locale": "^3.16.0",
|
||||
"@lingui/macro": "^3.15.0",
|
||||
"@lingui/macro": "^3.16.0",
|
||||
"@patternfly/patternfly": "^4.222.4",
|
||||
"@polymer/iron-form": "^3.0.1",
|
||||
"@polymer/paper-input": "^3.2.1",
|
||||
|
|
Reference in a new issue