fix(core): update

This commit is contained in:
Philipp Kunz 2021-08-20 18:55:39 +02:00
parent 7f5e72c27f
commit cf34cea94d
2 changed files with 22 additions and 22 deletions

42
package-lock.json generated
View File

@ -21,7 +21,7 @@
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.26", "@gitzone/tsbuild": "^2.1.26",
"@gitzone/tsbundle": "^1.0.84", "@gitzone/tsbundle": "^1.0.84",
"@gitzone/tstest": "^1.0.54", "@gitzone/tstest": "^1.0.57",
"@gitzone/tswatch": "^1.0.56", "@gitzone/tswatch": "^1.0.56",
"@pushrocks/projectinfo": "^4.0.5", "@pushrocks/projectinfo": "^4.0.5",
"@pushrocks/tapbundle": "^3.2.14", "@pushrocks/tapbundle": "^3.2.14",
@ -2368,22 +2368,22 @@
} }
}, },
"node_modules/@gitzone/tstest": { "node_modules/@gitzone/tstest": {
"version": "1.0.54", "version": "1.0.57",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.54.tgz", "resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.57.tgz",
"integrity": "sha512-KsKGxXxxSWC4AJYU2HGJfpYoyAwvWikNaJJH2VeKfAlUhvuZwZepLIUoqwYdoGa55pqatamuNiC282sn3rsB1g==", "integrity": "sha512-mjkgeVcoO91fET5K9ZcZ6kChh334ZxEGpTR/kO8j9jQ8mVjxuRLo3MtvEX1XD1iSB7f95GlA6m+7+7UqmZTfSw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@gitzone/tsbundle": "^1.0.80", "@gitzone/tsbundle": "^1.0.84",
"@gitzone/tsrun": "^1.2.12", "@gitzone/tsrun": "^1.2.17",
"@pushrocks/consolecolor": "^2.0.1", "@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartbrowser": "^1.0.17", "@pushrocks/smartbrowser": "^1.0.17",
"@pushrocks/smartdelay": "^2.0.10", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartexpress": "^3.0.100", "@pushrocks/smartexpress": "^3.0.102",
"@pushrocks/smartfile": "^8.0.10", "@pushrocks/smartfile": "^8.0.10",
"@pushrocks/smartlog": "^2.0.39", "@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartpromise": "^3.1.5", "@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartshell": "^2.0.25", "@pushrocks/smartshell": "^2.0.28",
"@pushrocks/tapbundle": "^3.2.14", "@pushrocks/tapbundle": "^3.2.14",
"@types/figures": "^3.0.1", "@types/figures": "^3.0.1",
"figures": "^3.0.0" "figures": "^3.0.0"
@ -17818,21 +17818,21 @@
} }
}, },
"@gitzone/tstest": { "@gitzone/tstest": {
"version": "1.0.54", "version": "1.0.57",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.54.tgz", "resolved": "https://verdaccio.lossless.one/@gitzone%2ftstest/-/tstest-1.0.57.tgz",
"integrity": "sha512-KsKGxXxxSWC4AJYU2HGJfpYoyAwvWikNaJJH2VeKfAlUhvuZwZepLIUoqwYdoGa55pqatamuNiC282sn3rsB1g==", "integrity": "sha512-mjkgeVcoO91fET5K9ZcZ6kChh334ZxEGpTR/kO8j9jQ8mVjxuRLo3MtvEX1XD1iSB7f95GlA6m+7+7UqmZTfSw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@gitzone/tsbundle": "^1.0.80", "@gitzone/tsbundle": "^1.0.84",
"@gitzone/tsrun": "^1.2.12", "@gitzone/tsrun": "^1.2.17",
"@pushrocks/consolecolor": "^2.0.1", "@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartbrowser": "^1.0.17", "@pushrocks/smartbrowser": "^1.0.17",
"@pushrocks/smartdelay": "^2.0.10", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartexpress": "^3.0.100", "@pushrocks/smartexpress": "^3.0.102",
"@pushrocks/smartfile": "^8.0.10", "@pushrocks/smartfile": "^8.0.10",
"@pushrocks/smartlog": "^2.0.39", "@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartpromise": "^3.1.5", "@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartshell": "^2.0.25", "@pushrocks/smartshell": "^2.0.28",
"@pushrocks/tapbundle": "^3.2.14", "@pushrocks/tapbundle": "^3.2.14",
"@types/figures": "^3.0.1", "@types/figures": "^3.0.1",
"figures": "^3.0.0" "figures": "^3.0.0"

View File

@ -25,7 +25,7 @@
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.26", "@gitzone/tsbuild": "^2.1.26",
"@gitzone/tsbundle": "^1.0.84", "@gitzone/tsbundle": "^1.0.84",
"@gitzone/tstest": "^1.0.54", "@gitzone/tstest": "^1.0.57",
"@gitzone/tswatch": "^1.0.56", "@gitzone/tswatch": "^1.0.56",
"@pushrocks/projectinfo": "^4.0.5", "@pushrocks/projectinfo": "^4.0.5",
"@pushrocks/tapbundle": "^3.2.14", "@pushrocks/tapbundle": "^3.2.14",