Skip to content

Commit

Permalink
chore: peer dependency 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
dev2820 committed Sep 25, 2024
1 parent c6e31cc commit e521672
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 2 additions & 4 deletions apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@
"keywords": [],
"author": "",
"license": "ISC",
"peerDependencies": {
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@ark-ui/react": "^3.6.2",
"tailwind-variants": "^0.2.1"
},
"devDependencies": {
"tailwind-variants": "^0.2.1",
"@chromatic-com/storybook": "^1.5.0",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@ark-ui/react": "^3.6.2",
"tailwind-variants": "^0.2.1"
},
"keywords": [],
"author": "@dev2820",
Expand Down

0 comments on commit e521672

Please sign in to comment.