fix(build): bump @design.estate/dees-domtools to ^2.3.7 and remove experimentalDecorators and useDefineForClassFields from tsconfig.json

This commit is contained in:
2026-01-04 15:43:31 +00:00
parent 7892be0707
commit 3f2ecbc7fa
5 changed files with 31 additions and 27 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-01-04 - 2.1.5 - fix(build)
bump @design.estate/dees-domtools to ^2.3.7 and remove experimentalDecorators and useDefineForClassFields from tsconfig.json
- Bumped @design.estate/dees-domtools from ^2.3.6 to ^2.3.7.
- Removed "experimentalDecorators" and "useDefineForClassFields" compiler options from tsconfig.json.
## 2026-01-04 - 2.1.4 - fix(build)
update dev and runtime dependencies, export additional lit directives, switch test export to default, convert class properties to accessors, and update npmextra configuration