From 15f1416f529fc9ea71e0c63d67b518e1a4b7cc7e Mon Sep 17 00:00:00 2001 From: tobinio Date: Mon, 6 May 2024 17:24:20 +0200 Subject: [PATCH] fix weird graph rendering --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 349d84053..0741c32dc 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "qrcode.vue": "^3.4.0", "semver": "^7.5.4", "vue-multiselect": "3.0.0-alpha.2", - "vue3-apexcharts": "^1.4.4", + "vue3-apexcharts": "^1.5.2", "xss": "^1.0.14" }, "packageManager": "pnpm@8.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b255d6d19..8265074df 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -50,8 +50,8 @@ dependencies: specifier: 3.0.0-alpha.2 version: 3.0.0-alpha.2 vue3-apexcharts: - specifier: ^1.4.4 - version: 1.4.4(apexcharts@3.45.1)(vue@3.4.8) + specifier: ^1.5.2 + version: 1.5.2(apexcharts@3.45.1)(vue@3.4.8) xss: specifier: ^1.0.14 version: 1.0.14 @@ -7175,7 +7175,7 @@ packages: vue: 3.4.8(typescript@5.0.4) vue-router: 4.2.2(vue@3.4.8) vue-select: 4.0.0-beta.6(vue@3.4.8) - vue3-apexcharts: 1.4.4(apexcharts@3.45.1)(vue@3.4.8) + vue3-apexcharts: 1.5.2(apexcharts@3.45.1)(vue@3.4.8) xss: 1.0.14 dev: false @@ -9549,8 +9549,8 @@ packages: typescript: 5.0.4 dev: true - /vue3-apexcharts@1.4.4(apexcharts@3.45.1)(vue@3.4.8): - resolution: {integrity: sha512-TH89uZrxGjaDvkaYAISvj8+k6Bf1rUKFillc8oJirs5XZEPiwM1ELKZQ786wz0rfPqkSHHny2lqqUCK7Rw+LcQ==} + /vue3-apexcharts@1.5.2(apexcharts@3.45.1)(vue@3.4.8): + resolution: {integrity: sha512-rGbgUJDjtsyjfRF0uzwDjzt8+M7ICSRAbm1N9KCDiczW8BSpbEZuaEsJDJYnJuLFIIVXIGilYzIcjNBf6NbeYA==} peerDependencies: apexcharts: '> 3.0.0' vue: '> 3.0.0'