web: Bump @lingui/core from 3.14.0 to 3.15.0 in /web (#3960)
Bumps [@lingui/core](https://github.com/lingui/js-lingui) from 3.14.0 to 3.15.0. - [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.14.0...v3.15.0) --- updated-dependencies: - dependency-name: "@lingui/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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
75088cfb65
commit
d56f536dca
|
@ -24,7 +24,7 @@
|
|||
"@goauthentik/api": "^2022.10.1-1667487632",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.14.0",
|
||||
"@lingui/core": "^3.14.0",
|
||||
"@lingui/core": "^3.15.0",
|
||||
"@lingui/detect-locale": "^3.14.0",
|
||||
"@lingui/macro": "^3.15.0",
|
||||
"@patternfly/patternfly": "^4.219.2",
|
||||
|
@ -2407,9 +2407,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@lingui/core": {
|
||||
"version": "3.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.14.0.tgz",
|
||||
"integrity": "sha512-ertREq9oi9B/umxpd/pInm9uFO8FLK2/0FXfDmMqvH5ydswWn/c9nY5YO4W1h4/8LWO45mewypOIyjoue4De1w==",
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.15.0.tgz",
|
||||
"integrity": "sha512-owjYOn/3xaWVW01p32Ylt3cXkCP79oudJCHdcNOn4noxd/9BhyFX2wLiVf02DxGYnkAgAD3KCp3Z4iyKlueymg==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"make-plural": "^6.2.2",
|
||||
|
@ -12020,9 +12020,9 @@
|
|||
}
|
||||
},
|
||||
"@lingui/core": {
|
||||
"version": "3.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.14.0.tgz",
|
||||
"integrity": "sha512-ertREq9oi9B/umxpd/pInm9uFO8FLK2/0FXfDmMqvH5ydswWn/c9nY5YO4W1h4/8LWO45mewypOIyjoue4De1w==",
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.15.0.tgz",
|
||||
"integrity": "sha512-owjYOn/3xaWVW01p32Ylt3cXkCP79oudJCHdcNOn4noxd/9BhyFX2wLiVf02DxGYnkAgAD3KCp3Z4iyKlueymg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"make-plural": "^6.2.2",
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"@goauthentik/api": "^2022.10.1-1667487632",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.14.0",
|
||||
"@lingui/core": "^3.14.0",
|
||||
"@lingui/core": "^3.15.0",
|
||||
"@lingui/detect-locale": "^3.14.0",
|
||||
"@lingui/macro": "^3.15.0",
|
||||
"@patternfly/patternfly": "^4.219.2",
|
||||
|
|
Reference in New Issue