Skip to content

Commit 2c4252a

Browse files
authored
Bump to version 2.1.1 (#822)
* Update dependencies * change version in package.json
1 parent e05dfc0 commit 2c4252a

File tree

2 files changed

+70
-60
lines changed

2 files changed

+70
-60
lines changed

package-lock.json

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

package.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chartjs-plugin-annotation",
33
"homepage": "https://www.chartjs.org/chartjs-plugin-annotation/index",
44
"description": "Annotations for Chart.js",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"author": "Evert Timberg <[email protected]>",
77
"license": "MIT",
88
"main": "dist/chartjs-plugin-annotation.js",
@@ -33,16 +33,13 @@
3333
"test-types-integration": "mocha --full-trace test/integration/*-test.js"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "^7.20.2",
37-
"@babel/preset-env": "^7.20.2",
38-
"@rollup/plugin-json": "^5.0.1",
36+
"@rollup/plugin-json": "^5.0.2",
3937
"@rollup/plugin-node-resolve": "^15.0.1",
4038
"@rollup/plugin-terser": "^0.1.0",
4139
"@simonbrunel/vuepress-plugin-versions": "^0.2.0",
4240
"@typescript-eslint/eslint-plugin": "^5.4.0",
4341
"@typescript-eslint/parser": "^5.4.0",
44-
"babel-loader": "^8.3.0",
45-
"chart.js": "^4.0.1",
42+
"chart.js": "^4.1.1",
4643
"chartjs-test-utils": "^0.5.0",
4744
"concurrently": "^7.0.0",
4845
"cross-env": "^7.0.3",
@@ -52,17 +49,17 @@
5249
"eslint-plugin-html": "^6.1.2",
5350
"eslint-plugin-markdown": "^2.0.1",
5451
"fs-extra": "^10.0.0",
55-
"karma": "^6.3.2",
56-
"karma-chrome-launcher": "^3.1.0",
57-
"karma-coverage": "^2.0.3",
58-
"karma-firefox-launcher": "^2.1.0",
52+
"karma": "^6.4.1",
53+
"karma-chrome-launcher": "^3.1.1",
54+
"karma-coverage": "^2.2.0",
55+
"karma-firefox-launcher": "^2.1.2",
5956
"karma-jasmine": "^5.1.0",
6057
"karma-jasmine-html-reporter": "^2.0.0",
6158
"karma-rollup-preprocessor": "^7.0.7",
6259
"markdown-it-include": "^2.0.0",
6360
"mocha": "^9.1.3",
6461
"pixelmatch": "^5.2.1",
65-
"rollup": "^3.3.0",
62+
"rollup": "^3.7.0",
6663
"rollup-plugin-istanbul": "^4.0.0",
6764
"typedoc": "^0.23.8",
6865
"typedoc-plugin-markdown": "^3.13.3",
@@ -71,8 +68,7 @@
7168
"vuepress-plugin-flexsearch": "^0.3.0",
7269
"vuepress-plugin-redirect": "^1.2.5",
7370
"vuepress-plugin-typedoc": "^0.10.0",
74-
"vuepress-theme-chartjs": "^0.2.0",
75-
"webpack": "^4.46.0"
71+
"vuepress-theme-chartjs": "^0.2.0"
7672
},
7773
"peerDependencies": {
7874
"chart.js": ">=3.7.0"

0 commit comments

Comments
 (0)