mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-22 11:16:36 +00:00
Bump lit to 2.8.0 (#473)
This commit is contained in:
parent
93fe093c5e
commit
e107f0f5b6
30
package-lock.json
generated
30
package-lock.json
generated
@ -18,7 +18,7 @@
|
||||
"@material/mwc-textfield": "^0.27.0",
|
||||
"esptool-js": "^0.3.2",
|
||||
"improv-wifi-serial-sdk": "^2.5.0",
|
||||
"lit": "^2.7.5",
|
||||
"lit": "^2.8.0",
|
||||
"pako": "^2.1.0",
|
||||
"tslib": "^2.5.3"
|
||||
},
|
||||
@ -2372,13 +2372,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/lit": {
|
||||
"version": "2.7.6",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.7.6.tgz",
|
||||
"integrity": "sha512-1amFHA7t4VaaDe+vdQejSVBklwtH9svGoG6/dZi9JhxtJBBlqY5D1RV7iLUYY0trCqQc4NfhYYZilZiVHt7Hxg==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.8.0.tgz",
|
||||
"integrity": "sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==",
|
||||
"dependencies": {
|
||||
"@lit/reactive-element": "^1.6.0",
|
||||
"lit-element": "^3.3.0",
|
||||
"lit-html": "^2.7.0"
|
||||
"lit-html": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/lit-element": {
|
||||
@ -2392,9 +2392,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/lit-html": {
|
||||
"version": "2.7.4",
|
||||
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.7.4.tgz",
|
||||
"integrity": "sha512-/Jw+FBpeEN+z8X6PJva5n7+0MzCVAH2yypN99qHYYkq8bI+j7I39GH+68Z/MZD6rGKDK9RpzBw7CocfmHfq6+g==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.8.0.tgz",
|
||||
"integrity": "sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==",
|
||||
"dependencies": {
|
||||
"@types/trusted-types": "^2.0.2"
|
||||
}
|
||||
@ -4912,13 +4912,13 @@
|
||||
"peer": true
|
||||
},
|
||||
"lit": {
|
||||
"version": "2.7.6",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.7.6.tgz",
|
||||
"integrity": "sha512-1amFHA7t4VaaDe+vdQejSVBklwtH9svGoG6/dZi9JhxtJBBlqY5D1RV7iLUYY0trCqQc4NfhYYZilZiVHt7Hxg==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.8.0.tgz",
|
||||
"integrity": "sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==",
|
||||
"requires": {
|
||||
"@lit/reactive-element": "^1.6.0",
|
||||
"lit-element": "^3.3.0",
|
||||
"lit-html": "^2.7.0"
|
||||
"lit-html": "^2.8.0"
|
||||
}
|
||||
},
|
||||
"lit-element": {
|
||||
@ -4932,9 +4932,9 @@
|
||||
}
|
||||
},
|
||||
"lit-html": {
|
||||
"version": "2.7.4",
|
||||
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.7.4.tgz",
|
||||
"integrity": "sha512-/Jw+FBpeEN+z8X6PJva5n7+0MzCVAH2yypN99qHYYkq8bI+j7I39GH+68Z/MZD6rGKDK9RpzBw7CocfmHfq6+g==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.8.0.tgz",
|
||||
"integrity": "sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==",
|
||||
"requires": {
|
||||
"@types/trusted-types": "^2.0.2"
|
||||
}
|
||||
|
@ -32,7 +32,7 @@
|
||||
"@material/mwc-textfield": "^0.27.0",
|
||||
"esptool-js": "^0.3.2",
|
||||
"improv-wifi-serial-sdk": "^2.5.0",
|
||||
"lit": "^2.7.5",
|
||||
"lit": "^2.8.0",
|
||||
"pako": "^2.1.0",
|
||||
"tslib": "^2.5.3"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user