Skip to content

Commit 71a9eac

Browse files
committed
fix(ui): update vue-apexcharts to 1.6.x and apexcharts to 3.45.x
1 parent a92f9c1 commit 71a9eac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stackgres-k8s/src/admin-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"main": "index.js",
1919
"dependencies": {
20-
"apexcharts": "^3.27.2",
20+
"apexcharts": "3.45.x",
2121
"axios": "^1.7.2",
2222
"babel-runtime": "^6.26.0",
2323
"connect-history-api-fallback": "^1.6.0",
@@ -33,7 +33,7 @@
3333
"prettycron": "^0.10.0",
3434
"v-page": "^2.0.9",
3535
"vue": "^2.7.14",
36-
"vue-apexcharts": "^1.6.2",
36+
"vue-apexcharts": "1.6.x",
3737
"vue-axios": "^3.2.4",
3838
"vue-markdown": "^2.2.4",
3939
"vue-router": "^3.2.0",

0 commit comments

Comments
 (0)