Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Sep 9, 2024
1 parent 836e018 commit 97fa626
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/chakra-components/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@vocdoni/chakra-components",
"version": "0.9.5",
"version": "0.9.6",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/vocdoni/ui-components/tree/main/packages/chakra-components#readme",
"bugs": "https://github.com/vocdoni/ui-components/issues",
"repository": "github.com:vocdoni/ui-components",
"repository": {
"type": "git",
"url": "https://github.com/vocdoni/ui-components.git",
"directory": "packages/chakra-components"
},
"description": "Vocdoni's Chakra UI Components",
"keywords": [
"react",
Expand Down Expand Up @@ -53,7 +57,8 @@
"@ethersproject/wallet": "^5.7.0",
"@vocdoni/sdk": "~0.9.0",
"react": ">= 16.8.0 <19.0.0",
"react-dom": ">= 16.8.0 <19.0.0",
"react-router": ">= 6.0.0",
"react-router-dom": ">= 6.0.0",
"react-markdown": ">= 8.0.0",
"remark-gfm": ">= 2.0.0"
},
Expand Down Expand Up @@ -94,6 +99,7 @@
"react-hook-form": "^7.49.3",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.6",
"react-router-dom": ">= 6.0.0",
"react-string-replace": "^1.1.0",
"remark-gfm": "^3.0.1",
"ts-deepmerge": "^6.0.3",
Expand Down

0 comments on commit 97fa626

Please sign in to comment.