fix(dependencies): Update various dependencies for compatibility and stability.
This commit is contained in:
parent
a64d38dbb1
commit
39500f802a
12
changelog.md
12
changelog.md
@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# 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)
|
## 2024-09-02 - 1.1.8 - fix(dees-simple-appdash)
|
||||||
Corrected viewTab active background color
|
Corrected viewTab active background color
|
||||||
|
|
||||||
|
16
package.json
16
package.json
@ -15,8 +15,8 @@
|
|||||||
"author": "Lossless GmbH",
|
"author": "Lossless GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@design.estate/dees-domtools": "^2.0.57",
|
"@design.estate/dees-domtools": "^2.0.61",
|
||||||
"@design.estate/dees-element": "^2.0.36",
|
"@design.estate/dees-element": "^2.0.39",
|
||||||
"@design.estate/dees-wcctools": "^1.0.90",
|
"@design.estate/dees-wcctools": "^1.0.90",
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
||||||
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
||||||
@ -26,12 +26,12 @@
|
|||||||
"@push.rocks/smartpromise": "^4.0.4",
|
"@push.rocks/smartpromise": "^4.0.4",
|
||||||
"@push.rocks/smartstring": "^4.0.15",
|
"@push.rocks/smartstring": "^4.0.15",
|
||||||
"@tsclass/tsclass": "^4.1.2",
|
"@tsclass/tsclass": "^4.1.2",
|
||||||
"@webcontainer/api": "^1.2.0",
|
"@webcontainer/api": "^1.3.0",
|
||||||
"apexcharts": "^3.53.0",
|
"apexcharts": "^3.54.0",
|
||||||
"highlight.js": "11.10.0",
|
"highlight.js": "11.10.0",
|
||||||
"ibantools": "^4.5.1",
|
"ibantools": "^4.5.1",
|
||||||
"monaco-editor": "^0.51.0",
|
"monaco-editor": "^0.52.0",
|
||||||
"pdfjs-dist": "^4.5.136",
|
"pdfjs-dist": "^4.6.82",
|
||||||
"xterm": "^5.3.0",
|
"xterm": "^5.3.0",
|
||||||
"xterm-addon-fit": "^0.8.0"
|
"xterm-addon-fit": "^0.8.0"
|
||||||
},
|
},
|
||||||
@ -41,8 +41,8 @@
|
|||||||
"@git.zone/tstest": "^1.0.90",
|
"@git.zone/tstest": "^1.0.90",
|
||||||
"@git.zone/tswatch": "^2.0.23",
|
"@git.zone/tswatch": "^2.0.23",
|
||||||
"@push.rocks/projectinfo": "^5.0.2",
|
"@push.rocks/projectinfo": "^5.0.2",
|
||||||
"@push.rocks/tapbundle": "^5.0.24",
|
"@push.rocks/tapbundle": "^5.3.0",
|
||||||
"@types/node": "^22.5.2"
|
"@types/node": "^22.7.4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
|
647
pnpm-lock.yaml
generated
647
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.1.8',
|
version: '1.1.9',
|
||||||
description: 'A library for building components and other projects'
|
description: 'A library for building components and other projects'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user