From cfe3a298fba9157ecf27ccac775ae13cb3e3953b Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Fri, 15 Dec 2023 17:23:51 -0600 Subject: [PATCH] chore: bump rive-wasm to 2.8.3 to reintroduce cleaning up of image textures --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7c2d81d..0a7e87c 100644 --- a/package.json +++ b/package.json @@ -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"