From b2495300b7a7badcdfb6ced96c2eabb8779c36f0 Mon Sep 17 00:00:00 2001 From: Maxwell Talbot Date: Thu, 18 Apr 2024 10:13:50 +0100 Subject: [PATCH] Bump rive js libraries to 2.14.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9ec37f7..6071e03 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.14.2", - "@rive-app/canvas-lite": "2.14.2", - "@rive-app/webgl": "2.14.2" + "@rive-app/canvas": "2.14.3", + "@rive-app/canvas-lite": "2.14.3", + "@rive-app/webgl": "2.14.3" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0"