fix(core): update

This commit is contained in:
Philipp Kunz 2023-03-30 11:19:12 +02:00
parent 446c9d0f59
commit 1d2b489830
3 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.73",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.7.23",

View File

@ -18,6 +18,9 @@ devDependencies:
'@gitzone/tsbundle':
specifier: ^2.0.7
version: 2.0.7
'@gitzone/tsrun':
specifier: ^1.2.39
version: 1.2.39(@types/node@18.15.11)
'@gitzone/tstest':
specifier: ^1.0.73
version: 1.0.74(@types/node@18.15.11)

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartntml',
version: '2.0.0',
version: '2.0.1',
description: 'lit-html for the backend'
}