fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-04 21:52:27 +02:00
parent 371c6553cd
commit 234117c8dd
3 changed files with 987 additions and 525 deletions

View File

@ -14,11 +14,11 @@
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.61", "@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsbundle": "^2.0.7", "@gitzone/tsbundle": "^2.0.7",
"@gitzone/tsrun": "^1.2.39", "@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.70", "@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.3", "@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.15.11" "@types/node": "^18.15.11"
}, },
"dependencies": { "dependencies": {

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartstate', name: '@pushrocks/smartstate',
version: '2.0.3', version: '2.0.4',
description: 'a package that handles state in a good way' description: 'a package that handles state in a good way'
} }