From 798043b795303c6e7f36eb950f67b169a365d898 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 08:44:44 +0000 Subject: [PATCH] fix(deps): update dependency vue-chartjs to v5 --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 03a3535..d834eb3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "postcss": "^8.4.16", "tailwindcss": "^3.1.8", "vue": "^3.2.38", - "vue-chartjs": "^4.1.2", + "vue-chartjs": "^5.0.0", "vue-router": "4" } } \ No newline at end of file diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 4a96bf1..5c5c87d 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -32,7 +32,7 @@ specifiers: vite-plugin-eslint: ^1.8.1 vitest: ^0.22.1 vue: ^3.2.38 - vue-chartjs: ^4.1.2 + vue-chartjs: ^5.0.0 vue-router: '4' dependencies: @@ -53,7 +53,7 @@ dependencies: postcss: 8.4.19 tailwindcss: 3.2.4_postcss@8.4.19 vue: 3.2.45 - vue-chartjs: 4.1.2_chart.js@4.0.1+vue@3.2.45 + vue-chartjs: 5.2.0_chart.js@4.0.1+vue@3.2.45 vue-router: 4.1.6_vue@3.2.45 devDependencies: @@ -6447,11 +6447,11 @@ packages: dependencies: ufo: 1.0.1 - /vue-chartjs/4.1.2_chart.js@4.0.1+vue@3.2.45: - resolution: {integrity: sha512-QSggYjeFv/L4jFSBQpX8NzrAvX0B+Ha6nDgxkTG8tEXxYOOTwKI4phRLe+B4f+REnkmg7hgPY24R0cixZJyXBg==} + /vue-chartjs/5.2.0_chart.js@4.0.1+vue@3.2.45: + resolution: {integrity: sha512-d3zpKmGZr2OWHQ1xmxBcAn5ShTG917+/UCLaSpaCDDqT0U7DBsvFzTs69ZnHCgKoXT55GZDW8YEj9Av+dlONLA==} peerDependencies: - chart.js: ^3.7.0 - vue: ^3.0.0-0 || ^2.6.0 + chart.js: ^4.1.1 + vue: ^3.0.0-0 || ^2.7.0 dependencies: chart.js: 4.0.1 vue: 3.2.45