Revert "web: bump @lit-labs/context from 0.4.1 to 0.5.1 in /web (#7486)"
This reverts commit 60af4a2e37
.
This commit is contained in:
parent
b5e059dfd9
commit
0e43255da9
|
@ -18,7 +18,7 @@
|
||||||
"@formatjs/intl-listformat": "^7.5.3",
|
"@formatjs/intl-listformat": "^7.5.3",
|
||||||
"@fortawesome/fontawesome-free": "^6.4.2",
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
||||||
"@goauthentik/api": "^2023.10.3-1699884123",
|
"@goauthentik/api": "^2023.10.3-1699884123",
|
||||||
"@lit-labs/context": "^0.5.1",
|
"@lit-labs/context": "^0.4.0",
|
||||||
"@lit-labs/task": "^3.1.0",
|
"@lit-labs/task": "^3.1.0",
|
||||||
"@lit/localize": "^0.11.4",
|
"@lit/localize": "^0.11.4",
|
||||||
"@open-wc/lit-helpers": "^0.6.0",
|
"@open-wc/lit-helpers": "^0.6.0",
|
||||||
|
@ -3473,11 +3473,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@lit-labs/context": {
|
"node_modules/@lit-labs/context": {
|
||||||
"version": "0.5.1",
|
"version": "0.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/@lit-labs/context/-/context-0.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/@lit-labs/context/-/context-0.4.1.tgz",
|
||||||
"integrity": "sha512-ELR50iyIFb0mOTkzR7bSUamipLY8QzbiXzTElJr+fInBhUpUbe4bx7Z2ekPO+WbunQRB2Bc3z/V7lIPTN+tbVQ==",
|
"integrity": "sha512-o+uKepgEPoYAVaPvSASoDiUWKdcf7neyhFcm9dvtiLgptKoINZD1vW7GbbH/2hPtxLxgcmVfZ9NDCXNDQeHTHQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lit/context": "^1.0.0"
|
"@lit/reactive-element": "^1.5.0",
|
||||||
|
"lit": "^2.7.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@lit-labs/ssr-dom-shim": {
|
"node_modules/@lit-labs/ssr-dom-shim": {
|
||||||
|
@ -3493,14 +3494,6 @@
|
||||||
"@lit/task": "^1.0.0"
|
"@lit/task": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@lit/context": {
|
|
||||||
"version": "1.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/@lit/context/-/context-1.0.1.tgz",
|
|
||||||
"integrity": "sha512-ujQEV42vRjhNzCu/YNc+dy8eq48cEYO2SvEl7iCmMzt8X7ixUYcDt8DPV1UBr58FJ7EUe9vTLPv/0soAi9bfRw==",
|
|
||||||
"dependencies": {
|
|
||||||
"@lit/reactive-element": "^1.6.2 || ^2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@lit/localize": {
|
"node_modules/@lit/localize": {
|
||||||
"version": "0.11.4",
|
"version": "0.11.4",
|
||||||
"resolved": "https://registry.npmjs.org/@lit/localize/-/localize-0.11.4.tgz",
|
"resolved": "https://registry.npmjs.org/@lit/localize/-/localize-0.11.4.tgz",
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"@formatjs/intl-listformat": "^7.5.3",
|
"@formatjs/intl-listformat": "^7.5.3",
|
||||||
"@fortawesome/fontawesome-free": "^6.4.2",
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
||||||
"@goauthentik/api": "^2023.10.3-1699884123",
|
"@goauthentik/api": "^2023.10.3-1699884123",
|
||||||
"@lit-labs/context": "^0.5.1",
|
"@lit-labs/context": "^0.4.0",
|
||||||
"@lit-labs/task": "^3.1.0",
|
"@lit-labs/task": "^3.1.0",
|
||||||
"@lit/localize": "^0.11.4",
|
"@lit/localize": "^0.11.4",
|
||||||
"@open-wc/lit-helpers": "^0.6.0",
|
"@open-wc/lit-helpers": "^0.6.0",
|
||||||
|
|
Reference in New Issue