rive-0.7.30: Fix ghosting where aspect ratio of canvas is different to that of artboard

This commit is contained in:
Arthur Vivian
2021-09-07 15:12:52 +01:00
committed by Arthur Vivian
parent a9c3233452
commit 44056eb565
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6913,9 +6913,9 @@
}
},
"rive-js": {
"version": "0.7.29",
"resolved": "https://registry.npmjs.org/rive-js/-/rive-js-0.7.29.tgz",
"integrity": "sha512-f5WNGQw9CT3d91SZoubJiGjXLTxaMexf6KdeHe2233d10pKTOSxPN+o0sn4e2gBdGYYwgpeYC8pNKGX0TVmhLA=="
"version": "0.7.30",
"resolved": "https://registry.npmjs.org/rive-js/-/rive-js-0.7.30.tgz",
"integrity": "sha512-9UqrpwqoaXCwEeLblfsnEZocf+s/OswJm10pjYI50uxYmFgKpbuyllIjW0XkQxJuWETXkhhUW+ESdhJ5lc1POA=="
},
"rollup": {
"version": "1.32.0",

View File

@@ -26,7 +26,7 @@
},
"homepage": "https://github.com/rive-app/rive-react#readme",
"dependencies": {
"rive-js": "0.7.29"
"rive-js": "0.7.30"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"