From 0edc943e414d0345dbccd193c344d0ea19292273 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 19 Sep 2020 15:55:22 +0000 Subject: [PATCH] fix(core): update --- package-lock.json | 32 ++++++++++++++++++++++--- package.json | 2 +- ts_web/elements/uptimelink-webwidget.ts | 2 +- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fed3a45..2783624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1170,6 +1170,13 @@ "lit-element": "^2.0.0-rc.5", "lit-html": "^1.0.0-rc.2", "typescript": "^3.9.6" + }, + "dependencies": { + "typescript": { + "version": "3.9.7", + "resolved": "https://verdaccio.lossless.one/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + } } }, "@gitzone/tsbuild": { @@ -1235,6 +1242,12 @@ "universalify": "^1.0.0" } }, + "typescript": { + "version": "3.9.7", + "resolved": "https://verdaccio.lossless.one/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "dev": true + }, "universalify": { "version": "1.0.0", "resolved": "https://verdaccio.lossless.one/universalify/-/universalify-1.0.0.tgz", @@ -1323,6 +1336,12 @@ "universalify": "^1.0.0" } }, + "typescript": { + "version": "3.9.7", + "resolved": "https://verdaccio.lossless.one/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", + "dev": true + }, "universalify": { "version": "1.0.0", "resolved": "https://verdaccio.lossless.one/universalify/-/universalify-1.0.0.tgz", @@ -1339,6 +1358,13 @@ "@pushrocks/smartfile": "^7.0.12", "ts-node": "^8.10.2", "typescript": "^3.9.3" + }, + "dependencies": { + "typescript": { + "version": "3.9.7", + "resolved": "https://verdaccio.lossless.one/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + } } }, "@gitzone/tswatch": { @@ -9988,9 +10014,9 @@ "dev": true }, "typescript": { - "version": "3.9.7", - "resolved": "https://verdaccio.lossless.one/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" + "version": "4.0.3", + "resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.0.3.tgz", + "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==" }, "uglify-js": { "version": "3.10.4", diff --git a/package.json b/package.json index 570255b..738eff6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@losslessone_private/loint-pubapi": "^1.0.9", "@pushrocks/smartexpress": "^3.0.76", "lit-element": "^2.3.1", - "typescript": "^3.9.7" + "typescript": "^4.0.3" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.24", diff --git a/ts_web/elements/uptimelink-webwidget.ts b/ts_web/elements/uptimelink-webwidget.ts index 1225cfb..1158913 100644 --- a/ts_web/elements/uptimelink-webwidget.ts +++ b/ts_web/elements/uptimelink-webwidget.ts @@ -30,7 +30,7 @@ export class UptimelinkWebwidget extends LitElement { width: 150px; border-radius: 20px; height: 30px; - background: #111; + background: #222; padding: 5px; color: #CCC; cursor: pointer;