Skip to content

Commit

Permalink
Bump to version 2.1.1 (#822)
Browse files Browse the repository at this point in the history
* Update dependencies

* change version in package.json
  • Loading branch information
stockiNail authored Dec 30, 2022
1 parent e05dfc0 commit 2c4252a
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 60 deletions.
108 changes: 61 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 9 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chartjs-plugin-annotation",
"homepage": "https://www.chartjs.org/chartjs-plugin-annotation/index",
"description": "Annotations for Chart.js",
"version": "2.1.0",
"version": "2.1.1",
"author": "Evert Timberg <[email protected]>",
"license": "MIT",
"main": "dist/chartjs-plugin-annotation.js",
Expand Down Expand Up @@ -33,16 +33,13 @@
"test-types-integration": "mocha --full-trace test/integration/*-test.js"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-json": "^5.0.2",
"@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",
"babel-loader": "^8.3.0",
"chart.js": "^4.0.1",
"chart.js": "^4.1.1",
"chartjs-test-utils": "^0.5.0",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
Expand All @@ -52,17 +49,17 @@
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-markdown": "^2.0.1",
"fs-extra": "^10.0.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
"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": "^3.3.0",
"rollup": "^3.7.0",
"rollup-plugin-istanbul": "^4.0.0",
"typedoc": "^0.23.8",
"typedoc-plugin-markdown": "^3.13.3",
Expand All @@ -71,8 +68,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",
"webpack": "^4.46.0"
"vuepress-theme-chartjs": "^0.2.0"
},
"peerDependencies": {
"chart.js": ">=3.7.0"
Expand Down

0 comments on commit 2c4252a

Please sign in to comment.