mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +00:00
Bump lit from 2.2.8 to 2.3.0 (#282)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9a7731d838
commit
2e9a9706df
57
package-lock.json
generated
57
package-lock.json
generated
@ -544,6 +544,11 @@
|
|||||||
"@jridgewell/sourcemap-codec": "^1.4.10"
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@lit/reactive-element": {
|
||||||
|
"version": "1.4.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.4.0.tgz",
|
||||||
|
"integrity": "sha512-blrtlLKvtVyjTJ3gUHWNSHOU6tD8be9mRafqtnO7GVMcB+5z4RjNcO0DpMGmccK6N8yur1vVVYnS0gPdQ/WgEQ=="
|
||||||
|
},
|
||||||
"node_modules/@material/animation": {
|
"node_modules/@material/animation": {
|
||||||
"version": "14.0.0-canary.53b3cad2f.0",
|
"version": "14.0.0-canary.53b3cad2f.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -2104,13 +2109,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/lit": {
|
"node_modules/lit": {
|
||||||
"version": "2.2.8",
|
"version": "2.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.2.8.tgz",
|
"resolved": "https://registry.npmjs.org/lit/-/lit-2.3.0.tgz",
|
||||||
"integrity": "sha512-QjeNbi/H9LVIHR+u0OqsL+hs62a16m02JlJHYN48HcBuXyiPYR8JvzsTp5dYYS81l+b9Emp3UaGo82EheV0pog==",
|
"integrity": "sha512-ynSGsUYKSGN2weFQ1F3SZq0Ihlj+vr/3KAET//Yf8Tz86L7lZizlw9Px+ab5iN8Si4RkVoLqd9YtKQmjdyKHNg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lit/reactive-element": "^1.3.0",
|
"@lit/reactive-element": "^1.4.0",
|
||||||
"lit-element": "^3.2.0",
|
"lit-element": "^3.2.0",
|
||||||
"lit-html": "^2.2.0"
|
"lit-html": "^2.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/lit-element": {
|
"node_modules/lit-element": {
|
||||||
@ -2121,21 +2126,14 @@
|
|||||||
"lit-html": "^2.2.0"
|
"lit-html": "^2.2.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/lit-element/node_modules/@lit/reactive-element": {
|
|
||||||
"version": "1.3.0",
|
|
||||||
"license": "BSD-3-Clause"
|
|
||||||
},
|
|
||||||
"node_modules/lit-html": {
|
"node_modules/lit-html": {
|
||||||
"version": "2.2.0",
|
"version": "2.3.0",
|
||||||
"license": "BSD-3-Clause",
|
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.3.0.tgz",
|
||||||
|
"integrity": "sha512-bnJneRqizoeSTxUeyDJLBDr+DI+7bn6P3WWqsj/4AwPWJjYgjSO5W64BVl1CrEo/8DtgU6DAYADX6yeI5/eDsg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/trusted-types": "^2.0.2"
|
"@types/trusted-types": "^2.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/lit/node_modules/@lit/reactive-element": {
|
|
||||||
"version": "1.3.0",
|
|
||||||
"license": "BSD-3-Clause"
|
|
||||||
},
|
|
||||||
"node_modules/merge-stream": {
|
"node_modules/merge-stream": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
@ -3194,6 +3192,11 @@
|
|||||||
"@jridgewell/sourcemap-codec": "^1.4.10"
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@lit/reactive-element": {
|
||||||
|
"version": "1.4.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.4.0.tgz",
|
||||||
|
"integrity": "sha512-blrtlLKvtVyjTJ3gUHWNSHOU6tD8be9mRafqtnO7GVMcB+5z4RjNcO0DpMGmccK6N8yur1vVVYnS0gPdQ/WgEQ=="
|
||||||
|
},
|
||||||
"@material/animation": {
|
"@material/animation": {
|
||||||
"version": "14.0.0-canary.53b3cad2f.0",
|
"version": "14.0.0-canary.53b3cad2f.0",
|
||||||
"requires": {
|
"requires": {
|
||||||
@ -4403,18 +4406,13 @@
|
|||||||
"peer": true
|
"peer": true
|
||||||
},
|
},
|
||||||
"lit": {
|
"lit": {
|
||||||
"version": "2.2.8",
|
"version": "2.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.2.8.tgz",
|
"resolved": "https://registry.npmjs.org/lit/-/lit-2.3.0.tgz",
|
||||||
"integrity": "sha512-QjeNbi/H9LVIHR+u0OqsL+hs62a16m02JlJHYN48HcBuXyiPYR8JvzsTp5dYYS81l+b9Emp3UaGo82EheV0pog==",
|
"integrity": "sha512-ynSGsUYKSGN2weFQ1F3SZq0Ihlj+vr/3KAET//Yf8Tz86L7lZizlw9Px+ab5iN8Si4RkVoLqd9YtKQmjdyKHNg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@lit/reactive-element": "^1.3.0",
|
"@lit/reactive-element": "^1.4.0",
|
||||||
"lit-element": "^3.2.0",
|
"lit-element": "^3.2.0",
|
||||||
"lit-html": "^2.2.0"
|
"lit-html": "^2.3.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@lit/reactive-element": {
|
|
||||||
"version": "1.3.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lit-element": {
|
"lit-element": {
|
||||||
@ -4422,15 +4420,12 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@lit/reactive-element": "^1.3.0",
|
"@lit/reactive-element": "^1.3.0",
|
||||||
"lit-html": "^2.2.0"
|
"lit-html": "^2.2.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@lit/reactive-element": {
|
|
||||||
"version": "1.3.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lit-html": {
|
"lit-html": {
|
||||||
"version": "2.2.0",
|
"version": "2.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.3.0.tgz",
|
||||||
|
"integrity": "sha512-bnJneRqizoeSTxUeyDJLBDr+DI+7bn6P3WWqsj/4AwPWJjYgjSO5W64BVl1CrEo/8DtgU6DAYADX6yeI5/eDsg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/trusted-types": "^2.0.2"
|
"@types/trusted-types": "^2.0.2"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user