mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
chore: Update peer dependencies to React 18 in @excalidraw/excalidraw
(#5483)
* chore: Update peer dependencies to React 18 in `@excalidraw/excalidraw` * Update src/packages/excalidraw/package.json Co-authored-by: David Luzar <luzar.david@gmail.com> Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
f4312bba5e
commit
f8b4bb66b4
@ -40,8 +40,8 @@
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
"react": "^17.0.2 || ^18.2.0",
|
||||
"react-dom": "^17.0.2 || ^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.18.9",
|
||||
|
Loading…
Reference in New Issue
Block a user