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" }