build(deps): bump @lingui/core from 3.13.2 to 3.13.3 in /web (#2769)
Bumps [@lingui/core](https://github.com/lingui/js-lingui) from 3.13.2 to 3.13.3. - [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.13.2...v3.13.3) --- updated-dependencies: - dependency-name: "@lingui/core" dependency-type: direct:production update-type: version-update:semver-patch ... 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
0882894dc3
commit
80912cace0
|
@ -19,7 +19,7 @@
|
|||
"@goauthentik/api": "^2022.4.1-1650207200",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
|
||||
"@lingui/cli": "^3.13.2",
|
||||
"@lingui/core": "^3.13.2",
|
||||
"@lingui/core": "^3.13.3",
|
||||
"@lingui/detect-locale": "^3.13.2",
|
||||
"@lingui/macro": "^3.13.2",
|
||||
"@patternfly/patternfly": "^4.185.1",
|
||||
|
@ -2096,9 +2096,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@lingui/core": {
|
||||
"version": "3.13.2",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.2.tgz",
|
||||
"integrity": "sha512-ic1uC+bS7hpfM4oVugHKel8UhlLAwykSv2TYw3oyeEQhvCS232nSzh+PFbP0BXK1hZ0UdHve7mODpgADuwHIQA==",
|
||||
"version": "3.13.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.3.tgz",
|
||||
"integrity": "sha512-3rQDIC7PtPfUuZCSNfU0nziWNMlGk3JhpxENzGrlt1M8w5RHson89Mk1Ce/how+hWzFpumCQDWLDDhyRPpydbg==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"make-plural": "^6.2.2",
|
||||
|
@ -10304,9 +10304,9 @@
|
|||
}
|
||||
},
|
||||
"@lingui/core": {
|
||||
"version": "3.13.2",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.2.tgz",
|
||||
"integrity": "sha512-ic1uC+bS7hpfM4oVugHKel8UhlLAwykSv2TYw3oyeEQhvCS232nSzh+PFbP0BXK1hZ0UdHve7mODpgADuwHIQA==",
|
||||
"version": "3.13.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.3.tgz",
|
||||
"integrity": "sha512-3rQDIC7PtPfUuZCSNfU0nziWNMlGk3JhpxENzGrlt1M8w5RHson89Mk1Ce/how+hWzFpumCQDWLDDhyRPpydbg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"make-plural": "^6.2.2",
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"@goauthentik/api": "^2022.4.1-1650207200",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
|
||||
"@lingui/cli": "^3.13.2",
|
||||
"@lingui/core": "^3.13.2",
|
||||
"@lingui/core": "^3.13.3",
|
||||
"@lingui/detect-locale": "^3.13.2",
|
||||
"@lingui/macro": "^3.13.2",
|
||||
"@patternfly/patternfly": "^4.185.1",
|
||||
|
|
Reference in New Issue