-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change CHART.JS dependency to version 4 (#808)
* Add element diagrams to the annotation types guide * Change CHART.JS dependency to version 4 * changes peerDeps * changes peerDep * fixes transpiller of webpack for doc * removes axis options no needed * apply review removing noDefaultScale fixtures for a unit test * acquiring a chart to test retrieveScaleID function
- Loading branch information
1 parent
8608f0a
commit 08f92b8
Showing
20 changed files
with
1,681 additions
and
1,912 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "chartjs-plugin-annotation", | ||
"homepage": "https://www.chartjs.org/chartjs-plugin-annotation/index", | ||
"description": "Annotations for Chart.js", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"author": "Evert Timberg <[email protected]>", | ||
"license": "MIT", | ||
"main": "dist/chartjs-plugin-annotation.js", | ||
|
@@ -33,14 +33,18 @@ | |
"test-types-integration": "mocha --full-trace test/integration/*-test.js" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@babel/core": "^7.20.2", | ||
"@babel/preset-env": "^7.20.2", | ||
"@rollup/plugin-json": "^5.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-terser": "^0.1.0", | ||
"@simonbrunel/vuepress-plugin-versions": "^0.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"chart.js": "^3.7.0", | ||
"babel-loader": "^8.3.0", | ||
"chart.js": "^4.0.1", | ||
"chartjs-plugin-autocolors": "^0.0.5", | ||
"chartjs-test-utils": "^0.4.0", | ||
"chartjs-test-utils": "^0.5.0", | ||
"concurrently": "^7.0.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.2.0", | ||
|
@@ -53,25 +57,25 @@ | |
"karma-chrome-launcher": "^3.1.0", | ||
"karma-coverage": "^2.0.3", | ||
"karma-firefox-launcher": "^2.1.0", | ||
"karma-jasmine": "^4.0.1", | ||
"karma-jasmine-html-reporter": "^1.5.4", | ||
"karma-jasmine": "^5.1.0", | ||
"karma-jasmine-html-reporter": "^2.0.0", | ||
"karma-rollup-preprocessor": "^7.0.7", | ||
"markdown-it-include": "^2.0.0", | ||
"mocha": "^9.1.3", | ||
"pixelmatch": "^5.2.1", | ||
"rollup": "^2.45.2", | ||
"rollup-plugin-istanbul": "^3.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup": "^3.3.0", | ||
"rollup-plugin-istanbul": "^4.0.0", | ||
"typedoc": "^0.23.8", | ||
"typedoc-plugin-markdown": "^3.13.3", | ||
"typescript": "^4.2.4", | ||
"vuepress": "^1.8.2", | ||
"vuepress": "^1.9.7", | ||
"vuepress-plugin-flexsearch": "^0.3.0", | ||
"vuepress-plugin-redirect": "^1.2.5", | ||
"vuepress-plugin-typedoc": "^0.10.0", | ||
"vuepress-theme-chartjs": "^0.2.0" | ||
"vuepress-theme-chartjs": "^0.2.0", | ||
"webpack": "^4.46.0" | ||
}, | ||
"peerDependencies": { | ||
"chart.js": "^3.7.0" | ||
"chart.js": ">=3.7.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.