fix(dependencies): Update various dependencies for compatibility and stability.

This commit is contained in:
Philipp Kunz 2024-10-04 15:30:13 +02:00
parent a64d38dbb1
commit 39500f802a
4 changed files with 339 additions and 338 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## 2024-10-04 - 1.1.9 - fix(dependencies)
Update various dependencies for compatibility and stability.
- Update @design.estate/dees-domtools to version ^2.0.61
- Update @design.estate/dees-element to version ^2.0.39
- Update @webcontainer/api to version ^1.3.0
- Update apexcharts to version ^3.54.0
- Update monaco-editor to version ^0.52.0
- Update pdfjs-dist to version ^4.6.82
- Update @push.rocks/tapbundle to version ^5.3.0
- Update @types/node to version ^22.7.4
## 2024-09-02 - 1.1.8 - fix(dees-simple-appdash)
Corrected viewTab active background color

View File

@ -15,8 +15,8 @@
"author": "Lossless GmbH",
"license": "MIT",
"dependencies": {
"@design.estate/dees-domtools": "^2.0.57",
"@design.estate/dees-element": "^2.0.36",
"@design.estate/dees-domtools": "^2.0.61",
"@design.estate/dees-element": "^2.0.39",
"@design.estate/dees-wcctools": "^1.0.90",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
@ -26,12 +26,12 @@
"@push.rocks/smartpromise": "^4.0.4",
"@push.rocks/smartstring": "^4.0.15",
"@tsclass/tsclass": "^4.1.2",
"@webcontainer/api": "^1.2.0",
"apexcharts": "^3.53.0",
"@webcontainer/api": "^1.3.0",
"apexcharts": "^3.54.0",
"highlight.js": "11.10.0",
"ibantools": "^4.5.1",
"monaco-editor": "^0.51.0",
"pdfjs-dist": "^4.5.136",
"monaco-editor": "^0.52.0",
"pdfjs-dist": "^4.6.82",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
@ -41,8 +41,8 @@
"@git.zone/tstest": "^1.0.90",
"@git.zone/tswatch": "^2.0.23",
"@push.rocks/projectinfo": "^5.0.2",
"@push.rocks/tapbundle": "^5.0.24",
"@types/node": "^22.5.2"
"@push.rocks/tapbundle": "^5.3.0",
"@types/node": "^22.7.4"
},
"files": [
"ts/**/*",

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '1.1.8',
version: '1.1.9',
description: 'A library for building components and other projects'
}