From f4167fd779e9857e20ad380104a11e58a79bea39 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 7 Dec 2023 17:13:57 +0800 Subject: [PATCH] released v2.2.1 --- core/package.json | 2 +- lerna.json | 2 +- www/.kktrc.ts | 4 ++++ www/package.json | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/core/package.json b/core/package.json index 7ccbeeac..0cde8b8b 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-heat-map", - "version": "2.2.0", + "version": "2.2.1", "description": "React component create calendar heatmap to visualize time series data, a la github contribution graph.", "homepage": "https://uiwjs.github.io/react-heat-map/", "funding": "https://jaywcjlove.github.io/#/sponsor", diff --git a/lerna.json b/lerna.json index cd50f919..14fe7fd7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.2.0", + "version": "2.2.1", "packages": [ "core", "www" diff --git a/www/.kktrc.ts b/www/.kktrc.ts index a95e68a7..72e6ca50 100644 --- a/www/.kktrc.ts +++ b/www/.kktrc.ts @@ -20,6 +20,10 @@ export default (conf: WebpackConfiguration, env: 'production' | 'development', o }), ); conf.module!.exprContextCritical = false; + conf.ignoreWarnings = [ + { module: /node_modules[\\/]parse5[\\/]/, } + ]; + if (env === 'production') { conf.optimization = { ...conf.optimization, diff --git a/www/package.json b/www/package.json index 700b2716..4235349b 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "2.2.0", + "version": "2.2.1", "scripts": { "build": "kkt build", "start": "kkt start", @@ -20,7 +20,7 @@ "source-map-explorer": "^2.5.3" }, "dependencies": { - "@uiw/react-heat-map": "2.2.0", + "@uiw/react-heat-map": "2.2.1", "@uiw/react-markdown-preview-example": "^2.0.0", "@uiw/react-tooltip": "^4.21.11", "@uiw/reset.css": "^1.0.6",