Skip to content

Commit 268bbfe

Browse files
Update dependency @lit/localize to ^0.12.0
1 parent c3e3bef commit 268bbfe

File tree

2 files changed

+44
-7
lines changed

2 files changed

+44
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@internetarchive/modal-manager": "^0.2.8",
3535
"@internetarchive/search-service": "^1.2.3",
3636
"@internetarchive/shared-resize-observer": "^0.2.0",
37-
"@lit/localize": "^0.11.2",
37+
"@lit/localize": "^0.12.0",
3838
"dompurify": "^2.3.6",
3939
"eslint-plugin-lit": "^1.6.1",
4040
"lit": "^2.2.2",

yarn.lock

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,19 +213,31 @@
213213
resolved "https://registry.npmjs.org/@internetarchive/shared-resize-observer/-/shared-resize-observer-0.2.0.tgz"
214214
integrity sha512-E5Jh6rX03usPkihB/lnGpoL3qedE84NLRHxuAEGrlwC0zyQ7xTr6NNQWwKBDzG1OBcCrUJXIWaQuJdjqo+og1Q==
215215

216-
"@lit/localize@^0.11.2":
217-
version "0.11.2"
218-
resolved "https://registry.npmjs.org/@lit/localize/-/localize-0.11.2.tgz"
219-
integrity sha512-V2Omf7ISwkmn/6E3pwN4LBCpnlw23VZD/RycSCZ2EOZx2qxTWxhouz6TX3WLsWfMRMcdmkZQG2O/eJdZJvPabw==
216+
"@lit-labs/ssr-dom-shim@^1.1.2-pre.0":
217+
version "1.1.2"
218+
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.2.tgz#d693d972974a354034454ec1317eb6afd0b00312"
219+
integrity sha512-jnOD+/+dSrfTWYfSXBXlo5l5f0q1UuJo3tkbMDCYA2lKUYq79jaxqtGEvnRoh049nt1vdo1+45RinipU6FGY2g==
220+
221+
"@lit/localize@^0.12.0":
222+
version "0.12.0"
223+
resolved "https://registry.yarnpkg.com/@lit/localize/-/localize-0.12.0.tgz#b81e25c915c9c36eefc39cb51607104348d7926e"
224+
integrity sha512-DrzF1nBhwyLEXDoUuVm4bCUzB1U9IgXlV+SkR7KEx4YpbaHSUuKw69ZJ5lMHJVuvbxdh23D8VeVwqs0mGF9jeQ==
220225
dependencies:
221-
"@lit/reactive-element" "^1.0.0"
222-
lit "^2.0.0"
226+
"@lit/reactive-element" "^2.0.0"
227+
lit "^3.0.0"
223228

224229
"@lit/reactive-element@^1.0.0", "@lit/reactive-element@^1.3.0":
225230
version "1.3.2"
226231
resolved "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.3.2.tgz"
227232
integrity sha512-A2e18XzPMrIh35nhIdE4uoqRzoIpEU5vZYuQN4S3Ee1zkGdYC27DP12pewbw/RLgPHzaE4kx/YqxMzebOpm0dA==
228233

234+
"@lit/reactive-element@^2.0.0":
235+
version "2.0.0"
236+
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-2.0.0.tgz#da14a256ac5533873b935840f306d572bac4a2ab"
237+
integrity sha512-wn+2+uDcs62ROBmVAwssO4x5xue/uKD3MGGZOXL2sMxReTRIT0JXKyMXeu7gh0aJ4IJNEIG/3aOnUaQvM7BMzQ==
238+
dependencies:
239+
"@lit-labs/ssr-dom-shim" "^1.1.2-pre.0"
240+
229241
"@nodelib/[email protected]":
230242
version "2.1.5"
231243
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
@@ -3161,13 +3173,29 @@ lit-element@^3.2.0:
31613173
"@lit/reactive-element" "^1.3.0"
31623174
lit-html "^2.2.0"
31633175

3176+
lit-element@^4.0.0:
3177+
version "4.0.0"
3178+
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-4.0.0.tgz#8343891bc9159a5fcb7f534914b37f2c0161e036"
3179+
integrity sha512-N6+f7XgusURHl69DUZU6sTBGlIN+9Ixfs3ykkNDfgfTkDYGGOWwHAYBhDqVswnFGyWgQYR2KiSpu4J76Kccs/A==
3180+
dependencies:
3181+
"@lit-labs/ssr-dom-shim" "^1.1.2-pre.0"
3182+
"@lit/reactive-element" "^2.0.0"
3183+
lit-html "^3.0.0"
3184+
31643185
lit-html@^2.0.0, lit-html@^2.2.0:
31653186
version "2.2.4"
31663187
resolved "https://registry.npmjs.org/lit-html/-/lit-html-2.2.4.tgz"
31673188
integrity sha512-IPY0V0z/QWcTduxb6DlP46Un8n6tG+mHSAijGcPozfXTjVkvFLN4/irPzthtq/eC8RU+7CUqh6h4KB7tnRPJfg==
31683189
dependencies:
31693190
"@types/trusted-types" "^2.0.2"
31703191

3192+
lit-html@^3.0.0:
3193+
version "3.0.0"
3194+
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-3.0.0.tgz#77d6776ee488642c74c5575315ef81aa09d24ea9"
3195+
integrity sha512-DNJIE8dNY0dQF2Gs0sdMNUppMQT2/CvV4OVnSdg7BXAsGqkVwsE5bqQ04POfkYH5dBIuGnJYdFz5fYYyNnOxiA==
3196+
dependencies:
3197+
"@types/trusted-types" "^2.0.2"
3198+
31713199
lit@^2.0.0, lit@^2.0.2, lit@^2.2.2:
31723200
version "2.2.4"
31733201
resolved "https://registry.npmjs.org/lit/-/lit-2.2.4.tgz"
@@ -3186,6 +3214,15 @@ lit@^2.2.7:
31863214
lit-element "^3.2.0"
31873215
lit-html "^2.2.0"
31883216

3217+
lit@^3.0.0:
3218+
version "3.0.0"
3219+
resolved "https://registry.yarnpkg.com/lit/-/lit-3.0.0.tgz#204bd65935892a73670471e893ee8ca55d2f9a3b"
3220+
integrity sha512-nQ0teRzU1Kdj++VdmttS2WvIen8M79wChJ6guRKIIym2M3Ansg3Adj9O6yuQh2IpjxiUXlNuS81WKlQ4iL3BmA==
3221+
dependencies:
3222+
"@lit/reactive-element" "^2.0.0"
3223+
lit-element "^4.0.0"
3224+
lit-html "^3.0.0"
3225+
31893226
locate-path@^2.0.0:
31903227
version "2.0.0"
31913228
resolved "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz"

0 commit comments

Comments
 (0)