diff --git a/package-lock.json b/package-lock.json index 1a1b27592..3eaa69fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chartjs-plugin-annotation", - "version": "2.2.1", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "chartjs-plugin-annotation", - "version": "2.2.1", + "version": "3.0.0", "license": "MIT", "devDependencies": { "@rollup/plugin-json": "^6.0.0", @@ -15,7 +15,7 @@ "@simonbrunel/vuepress-plugin-versions": "^0.2.0", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", - "chart.js": "^4.2.1", + "chart.js": "^4.3.0", "chartjs-test-utils": "^0.5.0", "concurrently": "^7.6.0", "cross-env": "^7.0.3", @@ -5822,15 +5822,15 @@ } }, "node_modules/chart.js": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.2.1.tgz", - "integrity": "sha512-6YbpQ0nt3NovAgOzbkSSeeAQu/3za1319dPUQTXn9WcOpywM8rGKxJHrhS8V8xEkAlk8YhEfjbuAPfUyp6jIsw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.0.tgz", + "integrity": "sha512-ynG0E79xGfMaV2xAHdbhwiPLczxnNNnasrmPEXriXsPJGjmhOBYzFVEsB65w2qMDz+CaBJJuJD0inE/ab/h36g==", "dev": true, "dependencies": { "@kurkle/color": "^0.3.0" }, "engines": { - "pnpm": "^7.0.0" + "pnpm": ">=7" } }, "node_modules/chartjs-test-utils": { @@ -25455,9 +25455,9 @@ "dev": true }, "chart.js": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.2.1.tgz", - "integrity": "sha512-6YbpQ0nt3NovAgOzbkSSeeAQu/3za1319dPUQTXn9WcOpywM8rGKxJHrhS8V8xEkAlk8YhEfjbuAPfUyp6jIsw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.0.tgz", + "integrity": "sha512-ynG0E79xGfMaV2xAHdbhwiPLczxnNNnasrmPEXriXsPJGjmhOBYzFVEsB65w2qMDz+CaBJJuJD0inE/ab/h36g==", "dev": true, "requires": { "@kurkle/color": "^0.3.0" diff --git a/package.json b/package.json index d8b26e6f0..2fd669d2d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chartjs-plugin-annotation", "homepage": "https://www.chartjs.org/chartjs-plugin-annotation/index", "description": "Annotations for Chart.js", - "version": "2.2.1", + "version": "3.0.0", "author": "Evert Timberg ", "license": "MIT", "type": "module", @@ -53,7 +53,7 @@ "@simonbrunel/vuepress-plugin-versions": "^0.2.0", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", - "chart.js": "^4.2.1", + "chart.js": "^4.3.0", "chartjs-test-utils": "^0.5.0", "concurrently": "^7.6.0", "cross-env": "^7.0.3", diff --git a/test/integration/node-commonjs/package.json b/test/integration/node-commonjs/package.json index b3aac0b53..59b6b50fb 100644 --- a/test/integration/node-commonjs/package.json +++ b/test/integration/node-commonjs/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@napi-rs/canvas": "^0.1.30", - "chart.js": "^4.2.1", + "chart.js": "^4.3.0", "chartjs-plugin-annotation": "file:../plugin.tgz" } } diff --git a/test/integration/node-module/package.json b/test/integration/node-module/package.json index 6c24ee236..db455a5db 100644 --- a/test/integration/node-module/package.json +++ b/test/integration/node-module/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@napi-rs/canvas": "^0.1.30", - "chart.js": "^4.2.1", + "chart.js": "^4.3.0", "chartjs-plugin-annotation": "file:../plugin.tgz" } } diff --git a/test/integration/ts/package.json b/test/integration/ts/package.json index 7d8d91a61..53314f270 100644 --- a/test/integration/ts/package.json +++ b/test/integration/ts/package.json @@ -5,7 +5,7 @@ "test": "node test.js" }, "dependencies": { - "chart.js": "^4.2.1", + "chart.js": "^4.3.0", "chartjs-plugin-annotation": "file:../plugin.tgz", "typescript-4.2": "npm:typescript@4.2.x", "typescript-4.3": "npm:typescript@4.3.x",