From 89a6802fa05bb809dc30d740aaff11f4e83eb21a Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Fri, 12 May 2023 16:11:37 -0500 Subject: [PATCH] patch: bump wasm to 1.1.6 for flicker fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e356965..82c42d5 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "@rive-app/canvas": "1.1.4", - "@rive-app/webgl": "1.1.4" + "@rive-app/canvas": "1.1.6", + "@rive-app/webgl": "1.1.6" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0"