From 1bb8885f22583cccaa4b3b54fcbdf42c366548d3 Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Mon, 14 Aug 2023 09:13:52 -0500 Subject: [PATCH] chore: bump rive-wasm to 2.1.5 for follow path fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3af763b..e46abb5 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "@rive-app/canvas": "2.1.3", - "@rive-app/webgl": "2.1.3" + "@rive-app/canvas": "2.1.5", + "@rive-app/webgl": "2.1.5" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0"