mirror of
https://github.com/rive-app/rive-react.git
synced 2026-03-13 08:22:30 +08:00
Maint: Allow peer dep React to use v18.0+
This commit is contained in:
committed by
Zachary Plata
parent
ac01b7ec69
commit
464fa97c20
@@ -30,7 +30,7 @@
|
||||
"@rive-app/webgl": "1.0.39"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0 || ^17.0.0"
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^5.13.0",
|
||||
|
||||
Reference in New Issue
Block a user