Skip to content

Commit

Permalink
Merge pull request #1591 from chrisvxd/react-19
Browse files Browse the repository at this point in the history
build: fix typo in peer dependencies
  • Loading branch information
clauderic authored Jan 24, 2025
2 parents 0b18e29 + 548f011 commit 3c91465
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/react-19-peer-dep-typo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@dnd-kit/react': patch
---

Address typo in React 19 peer dependency.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"react": "^18.0.0 | ^19.0.0",
"react-dom": "^18.0.0 | ^19.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.8",
Expand Down

0 comments on commit 3c91465

Please sign in to comment.