Skip to content

Commit

Permalink
Merge pull request #26 from kaiachain/dev
Browse files Browse the repository at this point in the history
Add lodash explicitly to dependencies
  • Loading branch information
skqksh authored Dec 18, 2024
2 parents 16f7460 + 06059c7 commit fe74a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit fe74a22

Please sign in to comment.