build(deps): bump @lingui/macro from 3.8.3 to 3.8.6 in /web (#718)
This commit is contained in:
parent
9c081ae417
commit
1fbc7ed5fa
|
@ -1530,39 +1530,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@lingui/core": {
|
||||
"@lingui/conf": {
|
||||
"version": "3.8.6",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.6.tgz",
|
||||
"integrity": "sha512-zuyu8tVCsctVK4A9mdlr0v1GJ1o8CpA8FE0M6vSKtz8vnPDsaPdNr9YqME6EW++w4PwhnuMyfrGx8iFIJBzp1A==",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.8.6.tgz",
|
||||
"integrity": "sha512-qfTzii2IIt5CBE3vIKYHHY0cH8Nz6gRnIU6DnJhQD76LvdzplAwa7Pt/QwIGJKaV9IvfFZCrNAM34P/hSKl5uQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"make-plural": "^6.2.2",
|
||||
"messageformat-parser": "^4.1.3"
|
||||
}
|
||||
},
|
||||
"@lingui/macro": {
|
||||
"version": "3.8.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.8.3.tgz",
|
||||
"integrity": "sha512-p642GXI+LjePIrPLIJwoJvScZLaFOMzI/efo8Yc1DiLL3d8aTqgwXGic8oMe3oReeBCMCENbJyn43SZsZENR0g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@lingui/conf": "^3.8.3",
|
||||
"ramda": "^0.27.1"
|
||||
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
||||
"chalk": "^4.1.0",
|
||||
"cosmiconfig": "^7.0.0",
|
||||
"jest-validate": "^26.5.2",
|
||||
"lodash.get": "^4.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lingui/conf": {
|
||||
"version": "3.8.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.8.3.tgz",
|
||||
"integrity": "sha512-+yK6uqTF4Mp6jokLxzaDuVrYK/oVH5HHOTN7juSNWDUxB9yrlS1Klme2kc9lM73GjtUmr1E6m2tfSzsBh6NbhQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
|
||||
"chalk": "^4.1.0",
|
||||
"cosmiconfig": "^7.0.0",
|
||||
"jest-validate": "^26.5.2",
|
||||
"lodash.get": "^4.4.2"
|
||||
}
|
||||
},
|
||||
"ansi-styles": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
||||
|
@ -1608,6 +1588,26 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@lingui/core": {
|
||||
"version": "3.8.6",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.6.tgz",
|
||||
"integrity": "sha512-zuyu8tVCsctVK4A9mdlr0v1GJ1o8CpA8FE0M6vSKtz8vnPDsaPdNr9YqME6EW++w4PwhnuMyfrGx8iFIJBzp1A==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"make-plural": "^6.2.2",
|
||||
"messageformat-parser": "^4.1.3"
|
||||
}
|
||||
},
|
||||
"@lingui/macro": {
|
||||
"version": "3.8.6",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.8.6.tgz",
|
||||
"integrity": "sha512-WABB1ufaIB5pSoSArA0vk808OPfFCkYDzOL1foE11WS69/LEJ+1XwEd2hdFmrYppml9pLCEG+obcd2PbZXHatw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@lingui/conf": "^3.8.6",
|
||||
"ramda": "^0.27.1"
|
||||
}
|
||||
},
|
||||
"@mrmlnc/readdir-enhanced": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
"@lingui/cli": "^3.8.3",
|
||||
"@lingui/core": "^3.8.6",
|
||||
"@lingui/macro": "^3.8.3",
|
||||
"@lingui/macro": "^3.8.6",
|
||||
"@patternfly/patternfly": "^4.96.2",
|
||||
"@polymer/iron-form": "^3.0.1",
|
||||
"@polymer/paper-input": "^3.2.1",
|
||||
|
|
Reference in New Issue