fix(dependencies): bump dependency versions in package.json

This commit is contained in:
2025-11-16 15:36:12 +00:00
parent 918769e416
commit 078ccdf1c3
4 changed files with 2729 additions and 1251 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## 2025-11-16 - 2.3.5 - fix(dependencies)
bump dependency versions in package.json
- Updated devDependencies:
- - @git.zone/tsbuild: ^2.6.4 -> ^2.7.1
- - @git.zone/tsbundle: ^2.4.0 -> ^2.5.1
- - @git.zone/tstest: ^2.3.1 -> ^2.7.0
- Updated dependencies:
- - @push.rocks/smartjson: ^5.0.20 -> ^5.2.0
- - @push.rocks/smartrouter: ^1.3.2 -> ^1.3.3
- - @push.rocks/smartstate: ^2.0.20 -> ^2.0.27
- - @push.rocks/smartstring: ^4.0.15 -> ^4.1.0
## 2025-11-16 - 2.3.4 - fix(domtools)
Prevent race conditions during DomTools initialization and improve runOnce error handling