From a6bbc6998428884f7ff79eae62c65da556f60fbe Mon Sep 17 00:00:00 2001 From: blue Date: Wed, 18 Dec 2024 17:30:40 +0900 Subject: [PATCH 1/2] chore. Add lodash explicitly to dependencies --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3083a3e..9c5fa42 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", + "lodash": "^4.17.21", "react-click-away-listener": "^2.2.3" } } From 06059c73fce7889a0c47c6b41c5b21044c97f36d Mon Sep 17 00:00:00 2001 From: blue Date: Wed, 18 Dec 2024 17:30:55 +0900 Subject: [PATCH 2/2] chore. Update version to v1.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c5fa42..70e0859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kaiachain/kaia-design-system", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "type": "module", "main": "dist/index.js",