Skip to content

Commit

Permalink
clients/packages/ui: make react and react-dom peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Jan 23, 2025
1 parent d3c7385 commit 7c5287d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions clients/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
"date-fns": "^3.6.0",
"input-otp": "^1.4.1",
"lucide-react": "^0.461.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-timeago": "^7.2.0",
"tailwind-merge": "^2.5.5"
Expand All @@ -56,8 +54,14 @@
"@types/react-timeago": "^4.1.7",
"eslint": "^8.57.1",
"eslint-config-custom": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "5.3.3"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
12 changes: 6 additions & 6 deletions clients/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c5287d

Please sign in to comment.