From f9a241e49aaf46e74bc452a1b4b605b4763ae7c2 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:40:27 +0000 Subject: [PATCH] Update vue-chartjs to version 5.3.0 --- package.json | 2 +- yarn.lock | 17 ++++------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 06ef3705..f8f7a2ea 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "memory-fs": "^0.5.0", "nuxt": "^2.16.3", "nuxt-leaflet": "^0.0.27", - "vue-chartjs": "^3.5.1", + "vue-chartjs": "^5.3.0", "vue-numeral-filter": "^2.0.0", "vue2-leaflet": "^2.7.1", "vuejs-datatable": "^2.0.0-alpha.7", diff --git a/yarn.lock b/yarn.lock index dd4c9ba3..0da9c58a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2006,13 +2006,6 @@ "@types/connect" "*" "@types/node" "*" -"@types/chart.js@^2.7.55": - version "2.9.37" - resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.37.tgz#8af70862b154fedf938b5b87debdb3a70f6e3208" - integrity sha512-9bosRfHhkXxKYfrw94EmyDQcdjMaQPkU1fH2tDxu8DWXxf1mjzWQAV4laJF51ZbC2ycYwNDvIm1rGez8Bug0vg== - dependencies: - moment "^2.10.2" - "@types/clean-css@*": version "4.2.6" resolved "https://registry.yarnpkg.com/@types/clean-css/-/clean-css-4.2.6.tgz#48b427285b2b654751a9bbc6f7d35e6173dec8d2" @@ -11424,12 +11417,10 @@ vue-analytics@^5.22.1: resolved "https://registry.yarnpkg.com/vue-analytics/-/vue-analytics-5.22.1.tgz#9d6b32da56daee1b9dfb23a267b50349a03f710f" integrity sha512-HPKQMN7gfcUqS5SxoO0VxqLRRSPkG1H1FqglsHccz6BatBatNtm/Vyy8brApktZxNCfnAkrSVDpxg3/FNDeOgQ== -vue-chartjs@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/vue-chartjs/-/vue-chartjs-3.5.1.tgz#d25e845708f7744ae51bed9d23a975f5f8fc6529" - integrity sha512-foocQbJ7FtveICxb4EV5QuVpo6d8CmZFmAopBppDIGKY+esJV8IJgwmEW0RexQhxqXaL/E1xNURsgFFYyKzS/g== - dependencies: - "@types/chart.js" "^2.7.55" +vue-chartjs@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/vue-chartjs/-/vue-chartjs-5.3.0.tgz#59920a07d72f37a2375d495256e486b92813bf6e" + integrity sha512-8XqX0JU8vFZ+WA2/knz4z3ThClduni2Nm0BMe2u0mXgTfd9pXrmJ07QBI+WAij5P/aPmPMX54HCE1seWL37ZdQ== vue-class-component@^7.1.0: version "7.2.6"