Skip to content

Commit

Permalink
chore: update peer dep on react 19 (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak authored Feb 2, 2025
1 parent 9a44ad8 commit 141aadf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"uuid": "^8.3.1"
},
"peerDependencies": {
"react": "16.x || 17.x || 18.x",
"react-dom": "16.x || 17.x || 18.x"
"react": "16.x || 17.x || 18.x || 19.x",
"react-dom": "16.x || 17.x || 18.x || 19.x"
},
"devDependencies": {
"@babel/core": "^7.8.3",
Expand Down Expand Up @@ -124,4 +124,4 @@
"typedoc": "^0.27.6",
"typescript": "^5.7.3"
}
}
}

0 comments on commit 141aadf

Please sign in to comment.