From acaa12f7fc7ffb6fa0ea67e0d9fe6b3680ac64f7 Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Thu, 14 Dec 2023 20:01:23 -0600 Subject: [PATCH] revert wasm build to 2.7.7 for testing intermediate changes before 2.7.8 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5c17911..4c31417 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.7.8", - "@rive-app/canvas-lite": "2.7.8", - "@rive-app/webgl": "2.7.8" + "@rive-app/canvas": "2.7.7", + "@rive-app/canvas-lite": "2.7.7", + "@rive-app/webgl": "2.7.7" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0"