chore: bump rive-wasm to 2.8.0 for GL as a proxy solution to checking lost context

This commit is contained in:
Zach Plata
2023-12-14 22:24:52 -06:00
committed by Zachary Plata
parent 06ceb3cdb0
commit 1196dd4c4e

View File

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