4 Commits

Author SHA1 Message Date
5ce4209a79 1.0.58 2020-11-29 02:07:12 +00:00
97bee32496 fix(core): update 2020-11-29 02:07:12 +00:00
7e4d9249d3 1.0.57 2020-09-19 14:01:12 +00:00
86f404e923 fix(core): update 2020-09-19 14:01:12 +00:00
2 changed files with 599 additions and 224 deletions

811
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@uptimelink_private/catalog",
"version": "1.0.56",
"version": "1.0.58",
"private": false,
"description": "a catalog with webcomponents for uptimelink dashboard",
"main": "dist_ts_web/index.js",
@ -13,13 +13,13 @@
"author": "Lossless GmbH",
"license": "UNLICENSED",
"dependencies": {
"@designestate/dees-domtools": "^1.0.41",
"@designestate/dees-wcctools": "^1.0.37",
"@designestate/dees-domtools": "^1.0.74",
"@designestate/dees-element": "^1.0.6",
"@designestate/dees-wcctools": "^1.0.47",
"@gitzone/tsrun": "^1.2.12",
"@losslessone_private/loint-pubapi": "^1.0.9",
"@pushrocks/smartexpress": "^3.0.76",
"lit-element": "^2.3.1",
"typescript": "^3.9.7"
"@pushrocks/smartexpress": "^3.0.98",
"typescript": "^4.1.2"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",