From 40e88ba45c656497652030769995ff54c8fc1053 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sat, 23 Oct 2021 13:21:28 -0400 Subject: [PATCH] Bump to 3.6.0 (#9784) --- package-lock.json | 2 +- package.json | 216 +++++++++++++++++++++++----------------------- 2 files changed, 109 insertions(+), 109 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5f3c6fec63..46e671e316b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "chart.js", - "version": "3.5.1", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 48e08a4d786..fdc7afca041 100644 --- a/package.json +++ b/package.json @@ -1,109 +1,109 @@ { - "name": "chart.js", - "homepage": "https://www.chartjs.org", - "description": "Simple HTML5 charts using the canvas element.", - "version": "3.5.1", - "license": "MIT", - "jsdelivr": "dist/chart.min.js", - "unpkg": "dist/chart.min.js", - "main": "dist/chart.js", - "module": "dist/chart.esm.js", - "types": "types/index.esm.d.ts", - "keywords": [ - "canvas", - "charts", - "data", - "graphs", - "html5", - "responsive" - ], - "repository": { - "type": "git", - "url": "https://github.com/chartjs/Chart.js.git" - }, - "bugs": { - "url": "https://github.com/chartjs/Chart.js/issues" - }, - "files": [ - "auto/**/*.js", - "auto/**/*.d.ts", - "dist/*.js", - "dist/chunks/*.js", - "types/*.d.ts", - "types/helpers/*.d.ts", - "helpers/**/*.js", - "helpers/**/*.d.ts" - ], - "scripts": { - "autobuild": "rollup -c -w", - "build": "rollup -c", - "dev": "karma start --auto-watch --no-single-run --browsers chrome --grep", - "dev:ff": "karma start --auto-watch --no-single-run --browsers firefox --grep", - "docs": "npm run build && vuepress build docs --no-cache", - "docs:dev": "npm run build && vuepress dev docs --no-cache", - "lint-js": "eslint \"src/**/*.js\" \"test/**/*.js\" \"docs/**/*.js\"", - "lint-md": "eslint \"**/*.md\"", - "lint-tsc": "tsc", - "lint-types": "eslint \"types/**/*.ts\" && node -r esm types/tests/autogen.js && tsc -p types/tests/", - "lint": "concurrently \"npm:lint-*\"", - "test": "npm run lint && cross-env NODE_ENV=test karma start --auto-watch --single-run --coverage --grep" - }, - "devDependencies": { - "@kurkle/color": "^0.1.9", - "@rollup/plugin-commonjs": "^19.0.0", - "@rollup/plugin-inject": "^4.0.2", - "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^13.0.0", - "@simonbrunel/vuepress-plugin-versions": "^0.2.0", - "@typescript-eslint/eslint-plugin": "^4.21.0", - "@typescript-eslint/parser": "^4.21.0", - "@vuepress/plugin-google-analytics": "1.8.2", - "@vuepress/plugin-html-redirect": "^0.1.2", - "chartjs-adapter-luxon": "^1.0.0", - "chartjs-adapter-moment": "^1.0.0", - "chartjs-test-utils": "^0.3.1", - "concurrently": "^6.0.1", - "coveralls": "^3.1.0", - "cross-env": "^7.0.3", - "eslint": "^7.23.0", - "eslint-config-chartjs": "^0.3.0", - "eslint-plugin-es": "^4.1.0", - "eslint-plugin-html": "^6.1.2", - "eslint-plugin-markdown": "^2.1.0", - "esm": "^3.2.25", - "glob": "^7.1.6", - "jasmine": "^3.7.0", - "jasmine-core": "^3.7.1", - "karma": "^6.3.2", - "karma-chrome-launcher": "^3.1.0", - "karma-coverage": "^2.0.3", - "karma-edge-launcher": "^0.4.2", - "karma-firefox-launcher": "^2.1.0", - "karma-jasmine": "^4.0.1", - "karma-jasmine-html-reporter": "^1.5.4", - "karma-rollup-preprocessor": "^7.0.7", - "karma-safari-private-launcher": "^1.0.0", - "karma-spec-reporter": "0.0.32", - "luxon": "^1.26.0", - "markdown-it-include": "^2.0.0", - "moment": "^2.29.1", - "pixelmatch": "^5.2.1", - "rollup": "^2.44.0", - "rollup-plugin-analyzer": "^4.0.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-istanbul": "^3.0.0", - "rollup-plugin-terser": "^7.0.2", - "typedoc": "^0.21.2", - "typedoc-plugin-markdown": "^3.6.1", - "typescript": "^4.3.5", - "vue-tabs-component": "^1.5.0", - "vuepress": "^1.8.2", - "vuepress-plugin-code-copy": "^1.0.6", - "vuepress-plugin-flexsearch": "^0.2.0", - "vuepress-plugin-redirect": "^1.2.5", - "vuepress-plugin-tabs": "^0.3.0", - "vuepress-plugin-typedoc": "^0.8.1", - "vuepress-theme-chartjs": "^0.2.0", - "yargs": "^17.0.1" - } -} + "name": "chart.js", + "homepage": "https://www.chartjs.org", + "description": "Simple HTML5 charts using the canvas element.", + "version": "3.6.0", + "license": "MIT", + "jsdelivr": "dist/chart.min.js", + "unpkg": "dist/chart.min.js", + "main": "dist/chart.js", + "module": "dist/chart.esm.js", + "types": "types/index.esm.d.ts", + "keywords": [ + "canvas", + "charts", + "data", + "graphs", + "html5", + "responsive" + ], + "repository": { + "type": "git", + "url": "https://github.com/chartjs/Chart.js.git" + }, + "bugs": { + "url": "https://github.com/chartjs/Chart.js/issues" + }, + "files": [ + "auto/**/*.js", + "auto/**/*.d.ts", + "dist/*.js", + "dist/chunks/*.js", + "types/*.d.ts", + "types/helpers/*.d.ts", + "helpers/**/*.js", + "helpers/**/*.d.ts" + ], + "scripts": { + "autobuild": "rollup -c -w", + "build": "rollup -c", + "dev": "karma start --auto-watch --no-single-run --browsers chrome --grep", + "dev:ff": "karma start --auto-watch --no-single-run --browsers firefox --grep", + "docs": "npm run build && vuepress build docs --no-cache", + "docs:dev": "npm run build && vuepress dev docs --no-cache", + "lint-js": "eslint \"src/**/*.js\" \"test/**/*.js\" \"docs/**/*.js\"", + "lint-md": "eslint \"**/*.md\"", + "lint-tsc": "tsc", + "lint-types": "eslint \"types/**/*.ts\" && node -r esm types/tests/autogen.js && tsc -p types/tests/", + "lint": "concurrently \"npm:lint-*\"", + "test": "npm run lint && cross-env NODE_ENV=test karma start --auto-watch --single-run --coverage --grep" + }, + "devDependencies": { + "@kurkle/color": "^0.1.9", + "@rollup/plugin-commonjs": "^19.0.0", + "@rollup/plugin-inject": "^4.0.2", + "@rollup/plugin-json": "^4.1.0", + "@rollup/plugin-node-resolve": "^13.0.0", + "@simonbrunel/vuepress-plugin-versions": "^0.2.0", + "@typescript-eslint/eslint-plugin": "^4.21.0", + "@typescript-eslint/parser": "^4.21.0", + "@vuepress/plugin-google-analytics": "1.8.2", + "@vuepress/plugin-html-redirect": "^0.1.2", + "chartjs-adapter-luxon": "^1.0.0", + "chartjs-adapter-moment": "^1.0.0", + "chartjs-test-utils": "^0.3.1", + "concurrently": "^6.0.1", + "coveralls": "^3.1.0", + "cross-env": "^7.0.3", + "eslint": "^7.23.0", + "eslint-config-chartjs": "^0.3.0", + "eslint-plugin-es": "^4.1.0", + "eslint-plugin-html": "^6.1.2", + "eslint-plugin-markdown": "^2.1.0", + "esm": "^3.2.25", + "glob": "^7.1.6", + "jasmine": "^3.7.0", + "jasmine-core": "^3.7.1", + "karma": "^6.3.2", + "karma-chrome-launcher": "^3.1.0", + "karma-coverage": "^2.0.3", + "karma-edge-launcher": "^0.4.2", + "karma-firefox-launcher": "^2.1.0", + "karma-jasmine": "^4.0.1", + "karma-jasmine-html-reporter": "^1.5.4", + "karma-rollup-preprocessor": "^7.0.7", + "karma-safari-private-launcher": "^1.0.0", + "karma-spec-reporter": "0.0.32", + "luxon": "^1.26.0", + "markdown-it-include": "^2.0.0", + "moment": "^2.29.1", + "pixelmatch": "^5.2.1", + "rollup": "^2.44.0", + "rollup-plugin-analyzer": "^4.0.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-istanbul": "^3.0.0", + "rollup-plugin-terser": "^7.0.2", + "typedoc": "^0.21.2", + "typedoc-plugin-markdown": "^3.6.1", + "typescript": "^4.3.5", + "vue-tabs-component": "^1.5.0", + "vuepress": "^1.8.2", + "vuepress-plugin-code-copy": "^1.0.6", + "vuepress-plugin-flexsearch": "^0.2.0", + "vuepress-plugin-redirect": "^1.2.5", + "vuepress-plugin-tabs": "^0.3.0", + "vuepress-plugin-typedoc": "^0.8.1", + "vuepress-theme-chartjs": "^0.2.0", + "yargs": "^17.0.1" + } +} \ No newline at end of file