update lit to 2.8.0
This commit is contained in:
16
src/Umbraco.Web.UI.Client/package-lock.json
generated
16
src/Umbraco.Web.UI.Client/package-lock.json
generated
@@ -13,7 +13,7 @@
|
||||
"@umbraco-ui/uui": "1.3.0",
|
||||
"@umbraco-ui/uui-css": "1.3.0",
|
||||
"element-internals-polyfill": "^1.3.5",
|
||||
"lit": "^2.7.6",
|
||||
"lit": "^2.8.0",
|
||||
"lodash-es": "4.17.21",
|
||||
"monaco-editor": "^0.40.0",
|
||||
"router-slot": "file:router-slot-2.3.0.tgz",
|
||||
@@ -15314,13 +15314,13 @@
|
||||
"dev": true
|
||||
},
|
||||
"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": {
|
||||
@@ -15334,9 +15334,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"
|
||||
}
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
"@umbraco-ui/uui": "1.3.0",
|
||||
"@umbraco-ui/uui-css": "1.3.0",
|
||||
"element-internals-polyfill": "^1.3.5",
|
||||
"lit": "^2.7.6",
|
||||
"lit": "^2.8.0",
|
||||
"lodash-es": "4.17.21",
|
||||
"monaco-editor": "^0.40.0",
|
||||
"router-slot": "file:router-slot-2.3.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user