From 575845ea426795389093bc9adc2a7aaac24e105e Mon Sep 17 00:00:00 2001 From: Zhe Sun Date: Mon, 10 Jun 2024 11:19:00 +0300 Subject: [PATCH] upgrade lit to 3.1.4 --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2df2b11..afbcbca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "@vaadin/virtual-list": "24.5.0-alpha2", "chai": "^4.3.4", "cookieconsent": "3.1.1", - "lit": "3.1.3", + "lit": "3.1.4", "lit-element": "./src/fake-modules/lit-element", "lit-html": "./src/fake-modules/lit-html", "mocha": "^9.2.0", @@ -170,7 +170,7 @@ "@vaadin/virtual-list": "24.5.0-alpha2", "cookieconsent": "3.1.1", "highcharts": "9.2.2", - "lit": "3.1.3", + "lit": "3.1.4", "ol": "6.13.0", "quickselect": "2.0.0", "rbush": "3.0.1" @@ -3121,9 +3121,9 @@ "devOptional": true }, "node_modules/lit": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.3.tgz", - "integrity": "sha512-l4slfspEsnCcHVRTvaP7YnkTZEZggNFywLEIhQaGhYDczG+tu/vlgm/KaWIEjIp+ZyV20r2JnZctMb8LeLCG7Q==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.4.tgz", + "integrity": "sha512-q6qKnKXHy2g1kjBaNfcoLlgbI3+aSOZ9Q4tiGa9bGYXq5RBXxkVTqTIVmP2VWMp29L4GyvCFm8ZQ2o56eUAMyA==", "dev": true, "dependencies": { "@lit/reactive-element": "^2.0.4", @@ -6796,9 +6796,9 @@ "devOptional": true }, "lit": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.3.tgz", - "integrity": "sha512-l4slfspEsnCcHVRTvaP7YnkTZEZggNFywLEIhQaGhYDczG+tu/vlgm/KaWIEjIp+ZyV20r2JnZctMb8LeLCG7Q==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.4.tgz", + "integrity": "sha512-q6qKnKXHy2g1kjBaNfcoLlgbI3+aSOZ9Q4tiGa9bGYXq5RBXxkVTqTIVmP2VWMp29L4GyvCFm8ZQ2o56eUAMyA==", "dev": true, "requires": { "@lit/reactive-element": "^2.0.4", diff --git a/package.json b/package.json index 39e64de..82a43af 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@vaadin/virtual-list": "24.5.0-alpha2", "chai": "^4.3.4", "cookieconsent": "3.1.1", - "lit": "3.1.3", + "lit": "3.1.4", "lit-element": "./src/fake-modules/lit-element", "lit-html": "./src/fake-modules/lit-html", "mocha": "^9.2.0", @@ -198,7 +198,7 @@ "@vaadin/virtual-list": "24.5.0-alpha2", "cookieconsent": "3.1.1", "highcharts": "9.2.2", - "lit": "3.1.3", + "lit": "3.1.4", "ol": "6.13.0", "quickselect": "2.0.0", "rbush": "3.0.1"