fix(dependencies): Update dependencies to latest versions

This commit is contained in:
Philipp Kunz 2024-10-02 17:49:56 +02:00
parent 57553aa7c8
commit b409f1aa55
4 changed files with 5046 additions and 3831 deletions

View File

@ -1,5 +1,20 @@
# Changelog # Changelog
## 2024-10-02 - 2.0.19 - fix(dependencies)
Update dependencies to latest versions
- Updated @git.zone/tsbuild to version ^2.1.84
- Updated @git.zone/tsbundle to version ^2.0.15
- Updated @git.zone/tsrun to version ^1.2.49
- Updated @git.zone/tstest to version ^1.0.90
- Updated @push.rocks/tapbundle to version ^5.3.0
- Updated @types/node to version ^22.7.4
- Updated @push.rocks/lik to version ^6.0.15
- Updated @push.rocks/smartjson to version ^5.0.20
- Updated @push.rocks/smartpromise to version ^4.0.4
- Updated @push.rocks/smartrx to version ^3.0.7
- Updated @push.rocks/webstore to version ^2.0.20
## 2024-10-02 - 2.0.18 - fix(core) ## 2024-10-02 - 2.0.18 - fix(core)
Fix type errors and typos in Smartstate class Fix type errors and typos in Smartstate class

View File

@ -14,20 +14,20 @@
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^2.1.70", "@git.zone/tsbuild": "^2.1.84",
"@git.zone/tsbundle": "^2.0.8", "@git.zone/tsbundle": "^2.0.15",
"@git.zone/tsrun": "^1.2.46", "@git.zone/tsrun": "^1.2.49",
"@git.zone/tstest": "^1.0.81", "@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.0.15", "@push.rocks/tapbundle": "^5.3.0",
"@types/node": "^20.8.0" "@types/node": "^22.7.4"
}, },
"dependencies": { "dependencies": {
"@push.rocks/isohash": "^2.0.1", "@push.rocks/isohash": "^2.0.1",
"@push.rocks/lik": "^6.0.5", "@push.rocks/lik": "^6.0.15",
"@push.rocks/smartjson": "^5.0.10", "@push.rocks/smartjson": "^5.0.20",
"@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartpromise": "^4.0.4",
"@push.rocks/smartrx": "^3.0.6", "@push.rocks/smartrx": "^3.0.7",
"@push.rocks/webstore": "^2.0.13" "@push.rocks/webstore": "^2.0.20"
}, },
"files": [ "files": [
"ts/**/*", "ts/**/*",

8804
pnpm-lock.yaml generated

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/smartstate', name: '@push.rocks/smartstate',
version: '2.0.18', version: '2.0.19',
description: 'A package for handling and managing state in applications.' description: 'A package for handling and managing state in applications.'
} }