Skip to content

Commit

Permalink
upgrade apexcharts version
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Nov 22, 2024
1 parent 673943d commit 54731f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue3-apexcharts",
"type": "module",
"version": "1.7.0",
"version": "1.8.0",
"main": "./dist/vue3-apexcharts.umd.cjs",
"module": "./dist/vue3-apexcharts.js",
"private": false,
Expand Down Expand Up @@ -42,8 +42,8 @@
"url": "git+https://github.com/apexcharts/vue3-apexcharts.git"
},
"peerDependencies": {
"vue": "> 3.0.0",
"apexcharts": "^4.0.0"
"vue": ">=3.0.0",
"apexcharts": ">=4.0.0"
},
"devDependencies": {
"@types/node": "^20.2.5",
Expand Down

0 comments on commit 54731f6

Please sign in to comment.