fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-08 16:48:43 +01:00
parent 8139cb93b2
commit f2c5cecbd3
3 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@
},
"dependencies": {
"@api.global/typedserver": "^3.0.13",
"@git.zone/tsbundle": "^2.0.12",
"@git.zone/tsbundle": "^2.0.13",
"@git.zone/tsrun": "^1.2.46",
"@push.rocks/early": "^4.0.4",
"@push.rocks/lik": "^6.0.12",

View File

@ -9,8 +9,8 @@ dependencies:
specifier: ^3.0.13
version: 3.0.13
'@git.zone/tsbundle':
specifier: ^2.0.12
version: 2.0.12
specifier: ^2.0.13
version: 2.0.13
'@git.zone/tsrun':
specifier: ^1.2.46
version: 1.2.46(@types/node@20.10.7)
@ -356,8 +356,8 @@ packages:
typescript: 5.3.3
dev: true
/@git.zone/tsbundle@2.0.12:
resolution: {integrity: sha512-QdYimi2aJvEJlfSLFh1EtMTHnYyum8LWA9QSBlhtTkLn3ruBsOM4D8ifacP1/WSbO3Tzam5hE9vvw/cO9uLZRw==}
/@git.zone/tsbundle@2.0.13:
resolution: {integrity: sha512-6T2jSGqM6rt00HVuRll/z9KSw6xrfbe/h06K97KqGLstnwQZBn1UAMDJyQjhStHZZZb9BuP4YAczT4IuHcdSqQ==}
hasBin: true
dependencies:
'@push.rocks/early': 4.0.4
@ -394,7 +394,7 @@ packages:
hasBin: true
dependencies:
'@api.global/typedserver': 3.0.13
'@git.zone/tsbundle': 2.0.12
'@git.zone/tsbundle': 2.0.13
'@git.zone/tsrun': 1.2.46(@types/node@20.10.7)
'@push.rocks/consolecolor': 2.0.1
'@push.rocks/smartbrowser': 2.0.6

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '2.0.18',
version: '2.0.19',
description: 'watch typescript projects during development'
}