Skip to content

Commit

Permalink
Add Forms support (React Hook Form new dependency, it might change)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Jun 4, 2024
1 parent 90f171b commit 13b8f41
Show file tree
Hide file tree
Showing 11 changed files with 457 additions and 77 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uno-dashboard-ux",
"version": "3.50.0",
"version": "4.0.0",
"description": "Unosquare Dashboard UX/UI",
"main": "dist/index.js",
"files": [
Expand All @@ -13,6 +13,7 @@
"@tremor/react": "^3.17.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "7.51.5",
"recharts": "2.12.7",
"tailwind-merge": "^2.3.0",
"tailwind-styled-components": "^2.2.0",
Expand All @@ -30,8 +31,8 @@
"@types/uuid": "^9.0.8",
"@types/react-dom": "^18.3.0",
"@types/recharts": "1.8.29",
"@types/node": "^20.14.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@types/node": "^20.14.1",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-unosquare": "0.13.1",
Expand Down
Loading

0 comments on commit 13b8f41

Please sign in to comment.