From eb5b5118215ff2eff057d3a20cc7a9680343763d Mon Sep 17 00:00:00 2001 From: Evert Harmeling Date: Wed, 31 Jan 2024 11:05:32 +0100 Subject: [PATCH] [ChartJs] Remove <3.9 boundary and fix testsuite --- src/Chartjs/assets/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Chartjs/assets/package.json b/src/Chartjs/assets/package.json index 9cd0e5dcb01..d154b862da2 100644 --- a/src/Chartjs/assets/package.json +++ b/src/Chartjs/assets/package.json @@ -21,12 +21,12 @@ }, "peerDependencies": { "@hotwired/stimulus": "^3.0.0", - "chart.js": "^3.4.1 <3.9 || ^4.0" + "chart.js": "^3.4.1 || ^4.0" }, "devDependencies": { "@hotwired/stimulus": "^3.0.0", "@types/chart.js": "^2.9.34", - "chart.js": "^3.4.1 <3.9 || ^4.0", + "chart.js": "^3.4.1 || ^4.0", "resize-observer-polyfill": "^1.5.1", "vitest-canvas-mock": "^0.3.3" }