build(deps): bump @lingui/macro from 3.8.10 to 3.9.0 in /web (#902)
This commit is contained in:
parent
aa5623772c
commit
7bd8110984
|
@ -17,7 +17,7 @@
|
||||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||||
"@lingui/cli": "^3.9.0",
|
"@lingui/cli": "^3.9.0",
|
||||||
"@lingui/core": "^3.9.0",
|
"@lingui/core": "^3.9.0",
|
||||||
"@lingui/macro": "^3.8.10",
|
"@lingui/macro": "^3.9.0",
|
||||||
"@patternfly/patternfly": "^4.103.6",
|
"@patternfly/patternfly": "^4.103.6",
|
||||||
"@polymer/iron-form": "^3.0.1",
|
"@polymer/iron-form": "^3.0.1",
|
||||||
"@polymer/paper-input": "^3.2.1",
|
"@polymer/paper-input": "^3.2.1",
|
||||||
|
@ -1776,16 +1776,19 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@lingui/macro": {
|
"node_modules/@lingui/macro": {
|
||||||
"version": "3.8.10",
|
"version": "3.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.8.10.tgz",
|
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.9.0.tgz",
|
||||||
"integrity": "sha512-oZZ/F7HsNQkDsnHFroxzGFuEIXM624H72RIj8j2ClpR64nt+xYDxXYC6TYFicQLtBGcKKBTBoM+zbDaoIv74qQ==",
|
"integrity": "sha512-3KwlBpeuEsXWnwoFxk3Pj8tFy8ERUxktlXLnjo6NqTEXP4iA98Hl+frwpY9/xCw2VWy+mpXWInpa7wHkcsMr/w==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.11.2",
|
"@babel/runtime": "^7.11.2",
|
||||||
"@lingui/conf": "^3.8.10",
|
"@lingui/conf": "^3.9.0",
|
||||||
"ramda": "^0.27.1"
|
"ramda": "^0.27.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0"
|
"node": ">=10.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"babel-plugin-macros": "2 || 3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mrmlnc/readdir-enhanced": {
|
"node_modules/@mrmlnc/readdir-enhanced": {
|
||||||
|
@ -9185,12 +9188,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@lingui/macro": {
|
"@lingui/macro": {
|
||||||
"version": "3.8.10",
|
"version": "3.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.8.10.tgz",
|
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.9.0.tgz",
|
||||||
"integrity": "sha512-oZZ/F7HsNQkDsnHFroxzGFuEIXM624H72RIj8j2ClpR64nt+xYDxXYC6TYFicQLtBGcKKBTBoM+zbDaoIv74qQ==",
|
"integrity": "sha512-3KwlBpeuEsXWnwoFxk3Pj8tFy8ERUxktlXLnjo6NqTEXP4iA98Hl+frwpY9/xCw2VWy+mpXWInpa7wHkcsMr/w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.11.2",
|
"@babel/runtime": "^7.11.2",
|
||||||
"@lingui/conf": "^3.8.10",
|
"@lingui/conf": "^3.9.0",
|
||||||
"ramda": "^0.27.1"
|
"ramda": "^0.27.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||||
"@lingui/cli": "^3.9.0",
|
"@lingui/cli": "^3.9.0",
|
||||||
"@lingui/core": "^3.9.0",
|
"@lingui/core": "^3.9.0",
|
||||||
"@lingui/macro": "^3.8.10",
|
"@lingui/macro": "^3.9.0",
|
||||||
"@patternfly/patternfly": "^4.103.6",
|
"@patternfly/patternfly": "^4.103.6",
|
||||||
"@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 New Issue