fix(core): update

This commit is contained in:
Philipp Kunz 2024-03-10 23:31:27 +01:00
parent 5580cb5e8f
commit 6dee2638c2
3 changed files with 420 additions and 349 deletions

View File

@ -24,18 +24,18 @@
}, },
"homepage": "https://gitlab.com/push.rocks/smartevent#readme", "homepage": "https://gitlab.com/push.rocks/smartevent#readme",
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^2.1.66", "@git.zone/tsbuild": "^2.1.72",
"@git.zone/tsrun": "^1.2.44", "@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77", "@git.zone/tstest": "^1.0.88",
"@push.rocks/tapbundle": "^5.0.8", "@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.10.0", "@types/node": "^20.11.25",
"gulp-function": "^2.2.14" "@push.rocks/gulp-function": "^2.2.14"
}, },
"dependencies": { "dependencies": {
"@push.rocks/smartevent": "^2.0.5", "@push.rocks/smartevent": "^2.0.5",
"@push.rocks/smartfile": "^11.0.4", "@push.rocks/smartfile": "^11.0.4",
"@push.rocks/smartpromise": "^4.0.2", "@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartstream": "^3.0.30", "@push.rocks/smartstream": "^3.0.33",
"@types/through2": "^2.0.41", "@types/through2": "^2.0.41",
"through2": "^4.0.2" "through2": "^4.0.2"
}, },

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartgulp', name: '@push.rocks/smartgulp',
version: '3.0.3', version: '3.0.4',
description: 'lightweight gulp replacement' description: 'lightweight gulp replacement'
} }