From c5c1a17c8b54d05060140313134f6a5ad676ea66 Mon Sep 17 00:00:00 2001 From: pk Date: Tue, 25 Mar 2025 12:36:03 +0100 Subject: [PATCH] Bump versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 580dc51..bfe375a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tp/tp-table", - "version": "1.3.2", + "version": "1.3.3", "description": "", "main": "tp-table.js", "scripts": { @@ -18,6 +18,6 @@ "@tp/tp-checkbox": "^1.0.7", "@tp/tp-icon": "^1.0.1", "@tp/tp-scroll-threshold": "^1.0.0", - "lit": "^2.8.0" + "lit": "^3.0.0" } }