chore(deps): Bump echarts, vue-echarts and echarts-gl in /web

Bumps [echarts](https://github.com/apache/echarts), [vue-echarts](https://github.com/ecomfe/vue-echarts) and [echarts-gl](https://github.com/ecomfe/echarts-gl). These dependencies needed to be updated together.

Updates `echarts` from 5.6.0 to 6.1.0
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](https://github.com/apache/echarts/compare/5.6.0...6.1.0)

Updates `vue-echarts` from 7.0.3 to 8.0.1
- [Release notes](https://github.com/ecomfe/vue-echarts/releases)
- [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ecomfe/vue-echarts/compare/v7.0.3...v8.0.1)

Updates `echarts-gl` from 2.0.9 to 2.1.0
- [Release notes](https://github.com/ecomfe/echarts-gl/releases)
- [Commits](https://github.com/ecomfe/echarts-gl/commits/2.1.0)

---
updated-dependencies:
- dependency-name: echarts
  dependency-version: 6.1.0
  dependency-type: direct:production
- dependency-name: vue-echarts
  dependency-version: 8.0.1
  dependency-type: direct:production
- dependency-name: echarts-gl
  dependency-version: 2.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-01 14:13:43 +00:00
committed by GitHub
parent 50d1fb47e3
commit b06b2ee213
2 changed files with 24 additions and 58 deletions
+21 -55
View File
@@ -10,7 +10,7 @@
"dependencies": {
"axios": "^1.16.0",
"crypto-js": "^4.2.0",
"echarts": "^5.5.1",
"echarts": "^6.1.0",
"element-plus": "^2.7.8",
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1",
@@ -23,12 +23,12 @@
"postcss": "^8.5.14",
"prismjs": "^1.30.0",
"vue": "^3.4.21",
"vue-echarts": "^7.0.3",
"vue-echarts": "^8.0.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4",
"echarts-gl": "^2.0.9",
"echarts-gl": "^2.1.0",
"fast-glob": "^3.3.2",
"path": "^0.12.7",
"sass": "^1.77.4",
@@ -2342,26 +2342,27 @@
}
},
"node_modules/echarts": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/echarts/-/echarts-5.6.0.tgz",
"integrity": "sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/echarts/-/echarts-6.1.0.tgz",
"integrity": "sha512-q0yaFPggC9FUdsWH4blavRWFmxdrIodbkoKNAjJudAI6CA9gNPxHtV2RcZNEepZVlk4yvBYkOkbk6HIVpIyHZA==",
"license": "Apache-2.0",
"dependencies": {
"tslib": "2.3.0",
"zrender": "5.6.1"
"zrender": "6.1.0"
}
},
"node_modules/echarts-gl": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/echarts-gl/-/echarts-gl-2.0.9.tgz",
"integrity": "sha512-oKeMdkkkpJGWOzjgZUsF41DOh6cMsyrGGXimbjK2l6Xeq/dBQu4ShG2w2Dzrs/1bD27b2pLTGSaUzouY191gzA==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/echarts-gl/-/echarts-gl-2.1.0.tgz",
"integrity": "sha512-GxzAPTYJyOANbu7InkdGV7QLLpVyuQWNvN1yyEEIiqgM11ilAO2OkvPNgRdf854R9ZPt/C1HAgjO8Udrj61lOQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"claygl": "^1.2.1",
"zrender": "^5.1.1"
"zrender": "^5.1.1 || ^6.0.0"
},
"peerDependencies": {
"echarts": "^5.1.2"
"echarts": "^5.1.2 || ^6.0.0"
}
},
"node_modules/element-plus": {
@@ -5517,49 +5518,14 @@
"integrity": "sha512-O02tnvIfOQVmnvoWwuSydwRoHjZVt8UEBR+2p4rT35p8GAy5VTlWP8o5qXfJR/GWCN0nVZoYWsVUvx2jwgdBmQ==",
"license": "MIT"
},
"node_modules/vue-demi": {
"version": "0.13.11",
"resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.13.11.tgz",
"integrity": "sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==",
"hasInstallScript": true,
"license": "MIT",
"bin": {
"vue-demi-fix": "bin/vue-demi-fix.js",
"vue-demi-switch": "bin/vue-demi-switch.js"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
"vue": "^3.0.0-0 || ^2.6.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
}
},
"node_modules/vue-echarts": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-7.0.3.tgz",
"integrity": "sha512-/jSxNwOsw5+dYAUcwSfkLwKPuzTQ0Cepz1LxCOpj2QcHrrmUa/Ql0eQqMmc1rTPQVrh2JQ29n2dhq75ZcHvRDw==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-8.0.1.tgz",
"integrity": "sha512-23rJTFLu1OUEGRWjJGmdGt8fP+8+ja1gVgzMYPIPaHWpXegcO1viIAaeu2H4QHESlVeHzUAHIxKXGrwjsyXAaA==",
"license": "MIT",
"dependencies": {
"vue-demi": "^0.13.11"
},
"peerDependencies": {
"@vue/runtime-core": "^3.0.0",
"echarts": "^5.5.1",
"vue": "^2.7.0 || ^3.1.1"
},
"peerDependenciesMeta": {
"@vue/runtime-core": {
"optional": true
}
"echarts": "^6.0.0",
"vue": "^3.3.0"
}
},
"node_modules/vue-router": {
@@ -5698,9 +5664,9 @@
}
},
"node_modules/zrender": {
"version": "5.6.1",
"resolved": "https://registry.npmjs.org/zrender/-/zrender-5.6.1.tgz",
"integrity": "sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/zrender/-/zrender-6.1.0.tgz",
"integrity": "sha512-oEGMDB6pOP2S6OwRR4PdVv610zrjnA3Bh+JnSG12fYJlBKjtNAoEb5fSUoCOOINlH96I2fU38/A2UpRKs67xYQ==",
"license": "BSD-3-Clause",
"dependencies": {
"tslib": "2.3.0"
+3 -3
View File
@@ -19,7 +19,7 @@
"dependencies": {
"axios": "^1.16.0",
"crypto-js": "^4.2.0",
"echarts": "^5.5.1",
"echarts": "^6.1.0",
"element-plus": "^2.7.8",
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1",
@@ -32,12 +32,12 @@
"postcss": "^8.5.14",
"prismjs": "^1.30.0",
"vue": "^3.4.21",
"vue-echarts": "^7.0.3",
"vue-echarts": "^8.0.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4",
"echarts-gl": "^2.0.9",
"echarts-gl": "^2.1.0",
"fast-glob": "^3.3.2",
"path": "^0.12.7",
"sass": "^1.77.4",