fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-04 18:41:07 +02:00
parent 65f778c40f
commit aa6649483a
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "2.0.0", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@gitzone/tsbundle": "^2.0.0", "@gitzone/tsbundle": "^2.0.2",
"@gitzone/tsrun": "^1.2.32", "@gitzone/tsrun": "^1.2.32",
"@pushrocks/early": "^4.0.2", "@pushrocks/early": "^4.0.2",
"@pushrocks/lik": "^5.0.4", "@pushrocks/lik": "^5.0.4",
@ -123,9 +123,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@gitzone/tsbundle": { "node_modules/@gitzone/tsbundle": {
"version": "2.0.0", "version": "2.0.2",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-2.0.0.tgz", "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-2.0.2.tgz",
"integrity": "sha512-LsfoUg8vVN2f/FZpPDJWzLB1Ir/8AAj3bTKnn9dEeF0bV/CXFexbcgISXZImqZJpSWyt8pKYHUv7xNTR1fju0A==", "integrity": "sha512-v3u++WD2vqWSD8Jgs5b2ZJVEaTQf8dlHsiSP+1AQxDgTy/bLnXnETPDPyffie0t/W775aUFldhqdKlnA7QPJXg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/early": "^3.0.6", "@pushrocks/early": "^3.0.6",
@ -5726,9 +5726,9 @@
} }
}, },
"@gitzone/tsbundle": { "@gitzone/tsbundle": {
"version": "2.0.0", "version": "2.0.2",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-2.0.0.tgz", "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-2.0.2.tgz",
"integrity": "sha512-LsfoUg8vVN2f/FZpPDJWzLB1Ir/8AAj3bTKnn9dEeF0bV/CXFexbcgISXZImqZJpSWyt8pKYHUv7xNTR1fju0A==", "integrity": "sha512-v3u++WD2vqWSD8Jgs5b2ZJVEaTQf8dlHsiSP+1AQxDgTy/bLnXnETPDPyffie0t/W775aUFldhqdKlnA7QPJXg==",
"requires": { "requires": {
"@pushrocks/early": "^3.0.6", "@pushrocks/early": "^3.0.6",
"@pushrocks/smartcli": "^3.0.14", "@pushrocks/smartcli": "^3.0.14",

View File

@ -22,7 +22,7 @@
"@types/node": "^17.0.31" "@types/node": "^17.0.31"
}, },
"dependencies": { "dependencies": {
"@gitzone/tsbundle": "^2.0.0", "@gitzone/tsbundle": "^2.0.2",
"@gitzone/tsrun": "^1.2.32", "@gitzone/tsrun": "^1.2.32",
"@pushrocks/early": "^4.0.2", "@pushrocks/early": "^4.0.2",
"@pushrocks/lik": "^5.0.4", "@pushrocks/lik": "^5.0.4",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@gitzone/tswatch', name: '@gitzone/tswatch',
version: '2.0.0', version: '2.0.1',
description: 'watch typescript projects during development' description: 'watch typescript projects during development'
} }