Skip to content

Commit 606a20a

Browse files
authored
Upgrade (Vue) Echarts (#3137)
- Upgrade Echarts from 5.5.1 to 5.6.0, changelog: https://github.com/apache/echarts/releases/tag/5.6.0 - Upgrade vue-echarts from 6.6.9 to 7.0.3, changelog: https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md#703 --------- Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 5c12f26 commit 606a20a

2 files changed

Lines changed: 27 additions & 47 deletions

File tree

bundles/org.openhab.ui/web/package-lock.json

Lines changed: 25 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/org.openhab.ui/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"dayjs": "^1.11.12",
6969
"diacritic": "^0.0.2",
7070
"dom7": "^2.1.5",
71-
"echarts": "^5.5.1",
71+
"echarts": "^5.6.0",
7272
"event-source-polyfill": "^1.0.22",
7373
"fast-deep-equal": "^3.1.3",
7474
"framework7": "^5.7.14",
@@ -95,7 +95,7 @@
9595
"vue-async-computed": "^3.9.0",
9696
"vue-codemirror": "^4.0.6",
9797
"vue-draggable-resizable": "^2.3.0",
98-
"vue-echarts": "^6.6.9",
98+
"vue-echarts": "^7.0.3",
9999
"vue-fragment": "^1.5.1",
100100
"vue-fullscreen": "^2.6.1",
101101
"vue-grid-layout": "^2.4.0",

0 commit comments

Comments
 (0)