fix(core): update

This commit is contained in:
Philipp Kunz 2020-09-19 14:01:12 +00:00
parent 78595cabf2
commit 86f404e923
2 changed files with 30 additions and 4 deletions

32
package-lock.json generated
View File

@ -1170,6 +1170,13 @@
"lit-element": "^2.0.0-rc.5", "lit-element": "^2.0.0-rc.5",
"lit-html": "^1.0.0-rc.2", "lit-html": "^1.0.0-rc.2",
"typescript": "^3.9.6" "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": { "@gitzone/tsbuild": {
@ -1235,6 +1242,12 @@
"universalify": "^1.0.0" "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": { "universalify": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://verdaccio.lossless.one/universalify/-/universalify-1.0.0.tgz", "resolved": "https://verdaccio.lossless.one/universalify/-/universalify-1.0.0.tgz",
@ -1323,6 +1336,12 @@
"universalify": "^1.0.0" "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": { "universalify": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://verdaccio.lossless.one/universalify/-/universalify-1.0.0.tgz", "resolved": "https://verdaccio.lossless.one/universalify/-/universalify-1.0.0.tgz",
@ -1339,6 +1358,13 @@
"@pushrocks/smartfile": "^7.0.12", "@pushrocks/smartfile": "^7.0.12",
"ts-node": "^8.10.2", "ts-node": "^8.10.2",
"typescript": "^3.9.3" "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": { "@gitzone/tswatch": {
@ -9987,9 +10013,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "3.9.7", "version": "4.0.3",
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-3.9.7.tgz", "resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.0.3.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==" "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg=="
}, },
"uglify-js": { "uglify-js": {
"version": "3.10.4", "version": "3.10.4",

View File

@ -19,7 +19,7 @@
"@losslessone_private/loint-pubapi": "^1.0.9", "@losslessone_private/loint-pubapi": "^1.0.9",
"@pushrocks/smartexpress": "^3.0.76", "@pushrocks/smartexpress": "^3.0.76",
"lit-element": "^2.3.1", "lit-element": "^2.3.1",
"typescript": "^3.9.7" "typescript": "^4.0.3"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.24", "@gitzone/tsbuild": "^2.1.24",