We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673943d commit 54731f6Copy full SHA for 54731f6
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue3-apexcharts",
3
"type": "module",
4
- "version": "1.7.0",
+ "version": "1.8.0",
5
"main": "./dist/vue3-apexcharts.umd.cjs",
6
"module": "./dist/vue3-apexcharts.js",
7
"private": false,
@@ -42,8 +42,8 @@
42
"url": "git+https://github.com/apexcharts/vue3-apexcharts.git"
43
},
44
"peerDependencies": {
45
- "vue": "> 3.0.0",
46
- "apexcharts": "^4.0.0"
+ "vue": ">=3.0.0",
+ "apexcharts": ">=4.0.0"
47
48
"devDependencies": {
49
"@types/node": "^20.2.5",
0 commit comments