From ce2c7065f567e43cfcca4c8f98e98aaf6e92f4c3 Mon Sep 17 00:00:00 2001 From: Arthur Vivian Date: Tue, 7 Sep 2021 10:40:36 +0100 Subject: [PATCH] Update rive-js to 0.7.29 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c4008a..71323f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6913,9 +6913,9 @@ } }, "rive-js": { - "version": "0.7.25", - "resolved": "https://registry.npmjs.org/rive-js/-/rive-js-0.7.25.tgz", - "integrity": "sha512-3AlmKUb4K5b/op7y2AncF2NdplUptU4LSTPjMXz9ClFfS24nlhxDTg5WT8qIVJhEmPO8EPzzUmqdcPT7DDXAkw==" + "version": "0.7.29", + "resolved": "https://registry.npmjs.org/rive-js/-/rive-js-0.7.29.tgz", + "integrity": "sha512-f5WNGQw9CT3d91SZoubJiGjXLTxaMexf6KdeHe2233d10pKTOSxPN+o0sn4e2gBdGYYwgpeYC8pNKGX0TVmhLA==" }, "rollup": { "version": "1.32.0", diff --git a/package.json b/package.json index c3f9d2a..4644162 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "rive-js": "0.7.25" + "rive-js": "0.7.29" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0"