Skip to content

Commit

Permalink
chore(@nf-team/react): peer dependencies에 react 19 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
saseungmin committed Dec 10, 2024
1 parent 0a1f50e commit 77bd163
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-radios-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nf-team/react": patch
---

chore(@nf-team/react): peer dependencies에 react 19 추가
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"typescript": "5.1.3"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3306,8 +3306,8 @@ __metadata:
tsup: "npm:^8.1.0"
typescript: "npm:5.1.3"
peerDependencies:
react: ^18
react-dom: ^18
react: ^18 || ^19
react-dom: ^18 || ^19
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 77bd163

Please sign in to comment.