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": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2 || ^18.2.0",
|
||||||
"react-dom": "^17.0.2"
|
"react-dom": "^17.0.2 || ^18.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.18.9",
|
"@babel/core": "7.18.9",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user