Skip to content

Commit 2de0381

Browse files
committed
fix: chart.js peer dependency version
1 parent 35ab971 commit 2de0381

File tree

2 files changed

+87
-87
lines changed

2 files changed

+87
-87
lines changed

package-lock.json

Lines changed: 84 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chartjs-plugin-autocolors",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Automatic color generation for Chart.js",
55
"type": "module",
66
"main": "dist/chartjs-plugin-autocolors.cjs",
@@ -70,14 +70,14 @@
7070
"karma-firefox-launcher": "^2.1.2",
7171
"karma-jasmine": "^5.1.0",
7272
"karma-jasmine-html-reporter": "^2.0.0",
73-
"karma-rollup-preprocessor": "^7.0.7",
73+
"karma-rollup-preprocessor": "7.0.7",
7474
"karma-spec-reporter": "^0.0.36",
7575
"rollup": "^3.7.0",
7676
"rollup-plugin-istanbul": "^4.0.0",
7777
"typescript": "^4.9.4"
7878
},
7979
"peerDependencies": {
8080
"@kurkle/color": "^0.3.1",
81-
"chart.js": "^4.0.1"
81+
"chart.js": ">=2"
8282
}
8383
}

0 commit comments

Comments
 (0)