From 314d7c19cc727ad86114f968fa79fbd0be4074af Mon Sep 17 00:00:00 2001 From: Arthur Vivian Date: Mon, 20 Jun 2022 10:49:57 +0100 Subject: [PATCH] Maint: roll canvas and webgl dependencies to include updates for rounded corners --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7faef9f..bf1d641 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.65", - "@rive-app/webgl": "1.0.62" + "@rive-app/canvas": "1.0.66", + "@rive-app/webgl": "1.0.63" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0"