Maint: Allow peer dep React to use v18.0+

This commit is contained in:
Zach Plata
2022-04-19 14:03:44 -07:00
committed by Zachary Plata
parent ac01b7ec69
commit 464fa97c20

View File

@@ -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",