web: bump @lit/localize from 0.11.4 to 0.12.1 in /web
Bumps [@lit/localize](https://github.com/Lit/Lit/tree/HEAD/packages/localize) from 0.11.4 to 0.12.1. - [Release notes](https://github.com/Lit/Lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/localize/CHANGELOG.md) - [Commits](https://github.com/Lit/Lit/commits/@lit/localize@0.12.1/packages/localize) --- updated-dependencies: - dependency-name: "@lit/localize" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
99f44ea805
commit
d755849af2
|
@ -20,7 +20,7 @@
|
|||
"@goauthentik/api": "^2023.10.2-1698526374",
|
||||
"@lit-labs/context": "^0.4.1",
|
||||
"@lit-labs/task": "^3.1.0",
|
||||
"@lit/localize": "^0.11.4",
|
||||
"@lit/localize": "^0.12.1",
|
||||
"@open-wc/lit-helpers": "^0.6.0",
|
||||
"@patternfly/elements": "^2.4.0",
|
||||
"@patternfly/patternfly": "^4.224.2",
|
||||
|
@ -3458,12 +3458,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@lit/localize": {
|
||||
"version": "0.11.4",
|
||||
"resolved": "https://registry.npmjs.org/@lit/localize/-/localize-0.11.4.tgz",
|
||||
"integrity": "sha512-RRIwIX2tAm3+DuEndoXSJrFjGrAK5cb5IXo5K6jcJ6sbgD829B8rSqHC5MaKVUmXTVLIR1bk5IZOZDf9wFereA==",
|
||||
"version": "0.12.1",
|
||||
"resolved": "https://registry.npmjs.org/@lit/localize/-/localize-0.12.1.tgz",
|
||||
"integrity": "sha512-uuF6OO6fjqomCf3jXsJ5cTGf1APYuN88S4Gvo/fjt9YkG4OMaMvpEUqd5oWhyzrJfY+HcenAbLJNi2Cq3H7gdg==",
|
||||
"dependencies": {
|
||||
"@lit/reactive-element": "^1.4.0",
|
||||
"lit": "^2.3.0"
|
||||
"lit": "^2.0.0 || ^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@lit/localize-tools": {
|
||||
|
@ -3488,16 +3487,6 @@
|
|||
"lit-localize": "bin/lit-localize.js"
|
||||
}
|
||||
},
|
||||
"node_modules/@lit/localize-tools/node_modules/@lit/localize": {
|
||||
"version": "0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@lit/localize/-/localize-0.12.0.tgz",
|
||||
"integrity": "sha512-DrzF1nBhwyLEXDoUuVm4bCUzB1U9IgXlV+SkR7KEx4YpbaHSUuKw69ZJ5lMHJVuvbxdh23D8VeVwqs0mGF9jeQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@lit/reactive-element": "^2.0.0",
|
||||
"lit": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@lit/localize-tools/node_modules/@lit/reactive-element": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-2.0.0.tgz",
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"@goauthentik/api": "^2023.10.2-1698526374",
|
||||
"@lit-labs/context": "^0.4.1",
|
||||
"@lit-labs/task": "^3.1.0",
|
||||
"@lit/localize": "^0.11.4",
|
||||
"@lit/localize": "^0.12.1",
|
||||
"@open-wc/lit-helpers": "^0.6.0",
|
||||
"@patternfly/elements": "^2.4.0",
|
||||
"@patternfly/patternfly": "^4.224.2",
|
||||
|
|
Reference in New Issue