From 97d5fa61d8db4677d7d24326a7a8730b0248b3eb Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 12 Feb 2024 16:44:00 -0500 Subject: [PATCH] fix(charts): vertical lines on bar charts --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f1da8c6..5931b9d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "bento_public", - "version": "0.17.1", + "version": "0.17.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bento_public", - "version": "0.17.1", + "version": "0.17.2", "license": "LGPL-3.0-only", "dependencies": { "@ant-design/icons": "^5.3.0", "@reduxjs/toolkit": "^1.9.7", "antd": "^5.14.0", "axios": "^1.6.2", - "bento-charts": "^2.6.1", + "bento-charts": "^2.6.3", "css-loader": "^6.8.1", "dotenv": "^16.3.1", "i18next": "^23.7.7", @@ -1685,9 +1685,9 @@ "dev": true }, "node_modules/bento-charts": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/bento-charts/-/bento-charts-2.6.2.tgz", - "integrity": "sha512-ohwGODUvtRm7AIT/2MzINrPACozq9+p24pdd4Yzi0kGUep8qOrIM2t2rfR9WXWSO55rAPXye4bI1Y0EecQKyKw==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/bento-charts/-/bento-charts-2.6.3.tgz", + "integrity": "sha512-k7mWRBNgknJsvUTEpE0mHsHNMRCdYze6FDgxyDeoKqbqG11DiOsz2u6U5r+E+y5XQhOJG7f9hD8nyruNEGaXNw==", "dependencies": { "d3-interpolate": "^3.0.1" }, diff --git a/package.json b/package.json index a51c219c..77e977c7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bento_public", - "version": "0.17.1", + "version": "0.17.2", "description": "A publicly accessible portal for clinical datasets, where users are able to see high-level statistics of the data available through predefined variables of interest and search the data using limited variables at a time. This portal allows users to gain a generic understanding of the data available (secure and firewalled) without the need to access it directly. Initially, this portal facilitates the search in English language only, but the French language will be added at a later time.", "main": "index.js", "scripts": { @@ -20,7 +20,7 @@ "@reduxjs/toolkit": "^1.9.7", "antd": "^5.14.0", "axios": "^1.6.2", - "bento-charts": "^2.6.1", + "bento-charts": "^2.6.3", "css-loader": "^6.8.1", "dotenv": "^16.3.1", "i18next": "^23.7.7",