From 4777bc458697704475e7fa8735645f24c0a987ef Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:25:19 +0000 Subject: [PATCH] Update vue-chartjs to version 5.3.1 --- package.json | 2 +- yarn.lock | 17 ++++------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 7bf40785..5777e9ba 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.1", "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..eff30fe3 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.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/vue-chartjs/-/vue-chartjs-5.3.1.tgz#73484d569ec4994ba5accd30fe6714ef28e86f5b" + integrity sha512-rZjqcHBxKiHrBl0CIvcOlVEBwRhpWAVf6rDU3vUfa7HuSRmGtCslc0Oc8m16oAVuk0erzc1FCtH1VCriHsrz+A== vue-class-component@^7.1.0: version "7.2.6"