From 4040083d5a89510356e45433e5026664baf92a49 Mon Sep 17 00:00:00 2001 From: Maxwell Talbot Date: Fri, 21 Oct 2022 14:10:37 +0100 Subject: [PATCH] bump runtimes to incorporate speed fix for state machines --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 29c8f52..d84693c 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.0.91", - "@rive-app/webgl": "1.0.87" + "@rive-app/canvas": "1.0.92", + "@rive-app/webgl": "1.0.88" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0"