Some fixes

This commit is contained in:
2025-02-06 22:30:13 +01:00
parent b55e71d144
commit f5377e83ad
2 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tp/tp-date-input",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "tp-date-input.js",
"scripts": {
@ -13,8 +13,8 @@
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.3",
"lit": "^2.2.0"
"date-fns": "^2.0.0",
"date-fns-tz": "^2.0.0",
"lit": "^3.0.0"
}
}