chore: bump rive-wasm to 2.9.0 for iOS check when creating offscreen webgl in c2d renderer

This commit is contained in:
Zach Plata
2023-12-21 08:58:15 -06:00
committed by Zachary Plata
parent 88f7558ddf
commit 6a033a99d3

View File

@@ -36,9 +36,9 @@
},
"homepage": "https://github.com/rive-app/rive-react#readme",
"dependencies": {
"@rive-app/canvas": "2.8.3",
"@rive-app/canvas-lite": "2.8.3",
"@rive-app/webgl": "2.8.3"
"@rive-app/canvas": "2.9.0",
"@rive-app/canvas-lite": "2.9.0",
"@rive-app/webgl": "2.9.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"