|
2 | 2 | "name": "chartjs-plugin-annotation", |
3 | 3 | "homepage": "https://www.chartjs.org/chartjs-plugin-annotation/index", |
4 | 4 | "description": "Annotations for Chart.js", |
5 | | - "version": "2.1.0", |
| 5 | + "version": "2.1.1", |
6 | 6 | "author": "Evert Timberg <evert.timberg@gmail.com>", |
7 | 7 | "license": "MIT", |
8 | 8 | "main": "dist/chartjs-plugin-annotation.js", |
|
33 | 33 | "test-types-integration": "mocha --full-trace test/integration/*-test.js" |
34 | 34 | }, |
35 | 35 | "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", |
39 | 37 | "@rollup/plugin-node-resolve": "^15.0.1", |
40 | 38 | "@rollup/plugin-terser": "^0.1.0", |
41 | 39 | "@simonbrunel/vuepress-plugin-versions": "^0.2.0", |
42 | 40 | "@typescript-eslint/eslint-plugin": "^5.4.0", |
43 | 41 | "@typescript-eslint/parser": "^5.4.0", |
44 | | - "babel-loader": "^8.3.0", |
45 | | - "chart.js": "^4.0.1", |
| 42 | + "chart.js": "^4.1.1", |
46 | 43 | "chartjs-test-utils": "^0.5.0", |
47 | 44 | "concurrently": "^7.0.0", |
48 | 45 | "cross-env": "^7.0.3", |
|
52 | 49 | "eslint-plugin-html": "^6.1.2", |
53 | 50 | "eslint-plugin-markdown": "^2.0.1", |
54 | 51 | "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", |
59 | 56 | "karma-jasmine": "^5.1.0", |
60 | 57 | "karma-jasmine-html-reporter": "^2.0.0", |
61 | 58 | "karma-rollup-preprocessor": "^7.0.7", |
62 | 59 | "markdown-it-include": "^2.0.0", |
63 | 60 | "mocha": "^9.1.3", |
64 | 61 | "pixelmatch": "^5.2.1", |
65 | | - "rollup": "^3.3.0", |
| 62 | + "rollup": "^3.7.0", |
66 | 63 | "rollup-plugin-istanbul": "^4.0.0", |
67 | 64 | "typedoc": "^0.23.8", |
68 | 65 | "typedoc-plugin-markdown": "^3.13.3", |
|
71 | 68 | "vuepress-plugin-flexsearch": "^0.3.0", |
72 | 69 | "vuepress-plugin-redirect": "^1.2.5", |
73 | 70 | "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" |
76 | 72 | }, |
77 | 73 | "peerDependencies": { |
78 | 74 | "chart.js": ">=3.7.0" |
|
0 commit comments