2 Commits

Author SHA1 Message Date
pk
a777e585e8 Bump version 2025-06-27 10:56:02 +02:00
pk
56d5d3ab1c Update dependencies 2025-06-27 10:55:49 +02:00

View File

@ -1,6 +1,6 @@
{ {
"name": "@tp/tp-date-input", "name": "@tp/tp-date-input",
"version": "2.0.1", "version": "2.0.2",
"description": "", "description": "",
"main": "tp-date-input.js", "main": "tp-date-input.js",
"scripts": { "scripts": {
@ -13,8 +13,7 @@
"author": "trading_peter", "author": "trading_peter",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"date-fns": "^2.0.0", "luxon": "^3.0.0",
"date-fns-tz": "^2.0.0",
"lit": "^3.0.0" "lit": "^3.0.0"
} }
} }