Skip to content

Commit

Permalink
fix transistive deps for ui pacakge
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 27, 2024
1 parent 95be156 commit aab72d6
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 103 deletions.
3 changes: 3 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,16 @@
"@acme/prettier-config": "workspace:^0.1.0",
"@acme/tailwind-config": "workspace:^0.1.0",
"@acme/tsconfig": "workspace:^0.1.0",
"@types/react": "^18.2.48",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"react": "18.2.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"zod": "^3.22.4"
},
"peerDependencies": {
"react": "18.2.0",
"zod": "^3.22.4"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit aab72d6

Please sign in to comment.