Skip to content

Commit

Permalink
chore: package.json peerDependencies 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed Jun 1, 2024
1 parent b832c75 commit 1e2069c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"vitest": "^1.5.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1e2069c

Please sign in to comment.