chartjs-chart-treemap 4.2.0 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -5,9 +5,10 @@
5
5
  [![npm](https://img.shields.io/npm/v/chartjs-chart-treemap.svg)](https://www.npmjs.com/package/chartjs-chart-treemap)
6
6
  [![release](https://img.shields.io/github/release/kurkle/chartjs-chart-treemap.svg?style=flat-square)](https://github.com/kurkle/chartjs-chart-treemap/releases/latest)
7
7
  ![npm bundle size](https://img.shields.io/bundlephobia/min/chartjs-chart-treemap.svg)
8
- ![GitHub](https://img.shields.io/github/license/kurkle/chartjs-chart-treemap.svg)
9
8
  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kurkle_chartjs-chart-treemap&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=kurkle_chartjs-chart-treemap)
9
+ [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=kurkle_chartjs-chart-treemap&metric=coverage)](https://sonarcloud.io/summary/new_code?id=kurkle_chartjs-chart-treemap)
10
10
  [![documentation](https://img.shields.io/static/v1?message=Documentation&color=informational)](https://chartjs-chart-treemap.pages.dev)
11
+ ![GitHub](https://img.shields.io/github/license/kurkle/chartjs-chart-treemap.svg)
11
12
 
12
13
  ![TreeMap Example Image](treemap.png)
13
14
 
package/package.json CHANGED
@@ -6,8 +6,8 @@
6
6
  "description": "Chart.js module for creating treemap charts",
7
7
  "devDependencies": {
8
8
  "@astrojs/check": "^0.9.9",
9
- "@astrojs/mdx": "^7.0.2",
10
- "@astrojs/starlight": "^0.41.3",
9
+ "@astrojs/mdx": "^8.0.0",
10
+ "@astrojs/starlight": "^0.42.0",
11
11
  "@biomejs/biome": "^2.4.14",
12
12
  "@emnapi/core": "^1.11.2",
13
13
  "@emnapi/runtime": "^1.11.2",
@@ -23,7 +23,7 @@
23
23
  "@types/jasmine": "^6.0.0",
24
24
  "@types/node": "^26.0.0",
25
25
  "astro": "^7.0.6",
26
- "c8": "^11.0.0",
26
+ "c8": "^12.0.0",
27
27
  "chart.js": "^4.0.1",
28
28
  "chartjs-plugin-datalabels": "^2.2.0",
29
29
  "chartjs-plugin-zoom": "^2.0.0",
@@ -31,8 +31,8 @@
31
31
  "concurrently": "^10.0.3",
32
32
  "cross-env": "^10.1.0",
33
33
  "globals": "^17.0.0",
34
- "jasmine": "^6.2.0",
35
- "jasmine-core": "^6.3.0",
34
+ "jasmine": "^7.0.0",
35
+ "jasmine-core": "^7.0.2",
36
36
  "karma": "^6.3.2",
37
37
  "karma-chrome-launcher": "^3.1.0",
38
38
  "karma-coverage": "^2.0.3",
@@ -107,5 +107,5 @@
107
107
  "type": "module",
108
108
  "types": "dist/index.esm.d.ts",
109
109
  "unpkg": "dist/chartjs-chart-treemap.min.js",
110
- "version": "4.2.0"
110
+ "version": "4.2.2"
111
111
  }