Skip to content

Commit 54731f6

Browse files
committed
upgrade apexcharts version
1 parent 673943d commit 54731f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue3-apexcharts",
33
"type": "module",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"main": "./dist/vue3-apexcharts.umd.cjs",
66
"module": "./dist/vue3-apexcharts.js",
77
"private": false,
@@ -42,8 +42,8 @@
4242
"url": "git+https://github.com/apexcharts/vue3-apexcharts.git"
4343
},
4444
"peerDependencies": {
45-
"vue": "> 3.0.0",
46-
"apexcharts": "^4.0.0"
45+
"vue": ">=3.0.0",
46+
"apexcharts": ">=4.0.0"
4747
},
4848
"devDependencies": {
4949
"@types/node": "^20.2.5",

0 commit comments

Comments
 (0)