Skip to content

Commit f5819e4

Browse files
committed
chore: update deps and version
1 parent 16b9274 commit f5819e4

File tree

5 files changed

+129
-66
lines changed

5 files changed

+129
-66
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.5.1
2+
3+
* Fixed types for mouse events.
4+
15
## 6.5.0
26

37
* Use more precise typings for all event params.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
227227
```html
228228
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
229229
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
230-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0"></script>
230+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
231231
```
232232
<!-- vue3Scripts:end -->
233233

@@ -247,7 +247,7 @@ app.component('v-chart', VueECharts)
247247
```html
248248
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
249249
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
250-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0"></script>
250+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
251251
```
252252
<!-- vue2Scripts:end -->
253253

README.zh-Hans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ import "echarts";
225225
```html
226226
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
227227
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
228-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0"></script>
228+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
229229
```
230230
<!-- vue3Scripts:end -->
231231

@@ -245,7 +245,7 @@ app.component('v-chart', VueECharts)
245245
```html
246246
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
247247
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
248-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0"></script>
248+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
249249
```
250250
<!-- vue2Scripts:end -->
251251

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-echarts",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
44
"description": "Vue.js component for Apache ECharts.",
55
"author": "GU Yiling <[email protected]>",
66
"scripts": {
@@ -26,44 +26,44 @@
2626
"vue-demi": "^0.13.2"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.17.10",
30-
"@rollup/plugin-node-resolve": "^11.1.1",
31-
"@typescript-eslint/eslint-plugin": "^4.15.1",
32-
"@typescript-eslint/parser": "^4.15.1",
33-
"@vue/cli-plugin-babel": "^5.0.4",
34-
"@vue/cli-plugin-eslint": "^5.0.4",
35-
"@vue/cli-plugin-typescript": "^5.0.4",
36-
"@vue/cli-service": "^5.0.4",
37-
"@vue/compiler-sfc": "^3.2.33",
29+
"@babel/core": "^7.18.6",
30+
"@rollup/plugin-node-resolve": "^11.2.1",
31+
"@typescript-eslint/eslint-plugin": "^4.33.0",
32+
"@typescript-eslint/parser": "^4.33.0",
33+
"@vue/cli-plugin-babel": "^5.0.7",
34+
"@vue/cli-plugin-eslint": "^5.0.7",
35+
"@vue/cli-plugin-typescript": "^5.0.7",
36+
"@vue/cli-service": "^5.0.7",
37+
"@vue/compiler-sfc": "^3.2.37",
3838
"@vue/composition-api": "^1.7.0",
3939
"@vue/eslint-config-prettier": "^6.0.0",
4040
"@vue/eslint-config-typescript": "^10.0.0",
41-
"comment-mark": "^1.0.0",
42-
"core-js": "^3.23.0",
41+
"comment-mark": "^1.1.1",
42+
"core-js": "^3.23.3",
4343
"echarts": "^5.4.1",
4444
"echarts-liquidfill": "^3.1.0",
45-
"eslint": "^7.20.0",
46-
"eslint-plugin-prettier": "^3.3.1",
45+
"eslint": "^7.32.0",
46+
"eslint-plugin-prettier": "^3.4.1",
4747
"eslint-plugin-vue": "^8.7.1",
4848
"esm": "^3.2.25",
49-
"postcss": "^8.3.0",
50-
"postcss-loader": "^5.0.0",
51-
"postcss-nested": "^5.0.5",
52-
"prettier": "^2.6.2",
53-
"qs": "^6.10.5",
49+
"postcss": "^8.4.14",
50+
"postcss-loader": "^5.3.0",
51+
"postcss-nested": "^5.0.6",
52+
"prettier": "^2.7.1",
53+
"qs": "^6.11.0",
5454
"raw-loader": "^4.0.2",
5555
"resize-detector": "^0.3.0",
5656
"rimraf": "^3.0.2",
57-
"rollup": "^2.72.1",
58-
"rollup-plugin-dts": "^4.2.1",
57+
"rollup": "^2.75.7",
58+
"rollup-plugin-dts": "^4.2.2",
5959
"rollup-plugin-styles": "^4.0.0",
6060
"rollup-plugin-terser": "^7.0.2",
6161
"rollup-plugin-ts": "^2.0.7",
6262
"tslib": "^2.4.0",
6363
"typescript": "4.6.4",
64-
"vue": "^3.2.33",
64+
"vue": "^3.2.37",
6565
"vue2": "npm:vue@^2.7.14",
66-
"webpack": "^5.72.1"
66+
"webpack": "^5.73.0"
6767
},
6868
"peerDependencies": {
6969
"@vue/composition-api": "^1.0.5",

0 commit comments

Comments
 (0)