web: bump @lingui/detect-locale from 3.16.0 to 3.16.1 in /web (#4521)
Bumps [@lingui/detect-locale](https://github.com/lingui/js-lingui) from 3.16.0 to 3.16.1. - [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.16.0...v3.16.1) --- updated-dependencies: - dependency-name: "@lingui/detect-locale" dependency-type: direct:production update-type: version-update:semver-patch ... 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
2e8027fa04
commit
349c6e50c2
|
@ -26,7 +26,7 @@
|
|||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.16.0",
|
||||
"@lingui/core": "^3.16.0",
|
||||
"@lingui/detect-locale": "^3.16.0",
|
||||
"@lingui/detect-locale": "^3.16.1",
|
||||
"@lingui/macro": "^3.16.0",
|
||||
"@patternfly/patternfly": "^4.222.4",
|
||||
"@polymer/iron-form": "^3.0.1",
|
||||
|
@ -2435,9 +2435,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@lingui/detect-locale": {
|
||||
"version": "3.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.16.0.tgz",
|
||||
"integrity": "sha512-7FQy1ccPnVe0/GNAzTmEDrsPHZV1/nSsK6fRKyuOFUkiItc1bVDmlpVfM4UXerERx6Nez+N99Z6Vjc6rg3LARw==",
|
||||
"version": "3.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.16.1.tgz",
|
||||
"integrity": "sha512-zDm9grmwPjQ5FXoIpkt0Fvq2bH+d01lI7zTmNFdTcM4IK4vsgAYqSY2h94W+7A3vyHEeaIULm5XtLBePSLJLcQ==",
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
|
@ -11812,9 +11812,9 @@
|
|||
}
|
||||
},
|
||||
"@lingui/detect-locale": {
|
||||
"version": "3.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.16.0.tgz",
|
||||
"integrity": "sha512-7FQy1ccPnVe0/GNAzTmEDrsPHZV1/nSsK6fRKyuOFUkiItc1bVDmlpVfM4UXerERx6Nez+N99Z6Vjc6rg3LARw=="
|
||||
"version": "3.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.16.1.tgz",
|
||||
"integrity": "sha512-zDm9grmwPjQ5FXoIpkt0Fvq2bH+d01lI7zTmNFdTcM4IK4vsgAYqSY2h94W+7A3vyHEeaIULm5XtLBePSLJLcQ=="
|
||||
},
|
||||
"@lingui/macro": {
|
||||
"version": "3.16.0",
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.16.0",
|
||||
"@lingui/core": "^3.16.0",
|
||||
"@lingui/detect-locale": "^3.16.0",
|
||||
"@lingui/detect-locale": "^3.16.1",
|
||||
"@lingui/macro": "^3.16.0",
|
||||
"@patternfly/patternfly": "^4.222.4",
|
||||
"@polymer/iron-form": "^3.0.1",
|
||||
|
|
Reference in New Issue