chore: bump rive-wasm to 2.8.3 to reintroduce cleaning up of image textures

This commit is contained in:
Zach Plata
2023-12-15 17:23:51 -06:00
committed by Zachary Plata
parent 8e24185f3f
commit cfe3a298fb

View File

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