Skip to content

Commit 381538a

Browse files
authored
Add support for React 18.x in the dependencies (#14)
1 parent 5f9e409 commit 381538a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"typescript": "^4.6.3"
6464
},
6565
"peerDependencies": {
66-
"react": "16.x || 17.x",
66+
"react": "16.x || 17.x || 18.x",
6767
"react-dnd": "10.x || 11.x || 14.x || 15.x",
68-
"react-dom": "16.x || 17.x"
68+
"react-dom": "16.x || 17.x || 18.x"
6969
}
7070
}

0 commit comments

Comments
 (0)