Skip to content
Merged
5 changes: 5 additions & 0 deletions .changeset/afraid-mammals-send.md
Comment thread
danielleroux marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@siemens/ix-echarts': major
---

Updated dependencies of `echarts` to support `^6.0.0`
4 changes: 2 additions & 2 deletions packages/echarts/package.json
Comment thread
danielleroux marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@rollup/plugin-typescript": "^8.5.0",
"@siemens/ix": "workspace:*",
"@types/node": "^24.0.3",
"echarts": "^5.5.1",
"echarts": "^6.0.0",
"http-server": "^14.1.1",
"rimraf": "catalog:",
"rollup-plugin-dts": "^6.4.1",
Expand All @@ -44,6 +44,6 @@
},
"peerDependencies": {
"@siemens/ix": "^5.0.0",
"echarts": "^5.3.3"
"echarts": "^6.0.0"
Comment thread
danielleroux marked this conversation as resolved.
Outdated
}
}
2 changes: 1 addition & 1 deletion packages/echarts/tests/basic.html
Comment thread
danielleroux marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"
/>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1/dist/echarts.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@6.0.0/dist/echarts.min.js"></script>
<style>
body {
height: 100vh;
Expand Down
Comment thread
nuke-ellington marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/echarts/tests/more-colors.html
Comment thread
danielleroux marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"
/>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1/dist/echarts.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@6.0.0/dist/echarts.min.js"></script>
<style>
body {
height: 100vh;
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading