Bump rive-js version to 0.7.31

This commit is contained in:
Arthur Vivian
2021-10-15 16:02:47 +01:00
committed by Arthur Vivian
parent c8f57f5896
commit 33e34a46e1
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.30",
"resolved": "https://registry.npmjs.org/rive-js/-/rive-js-0.7.30.tgz",
"integrity": "sha512-9UqrpwqoaXCwEeLblfsnEZocf+s/OswJm10pjYI50uxYmFgKpbuyllIjW0XkQxJuWETXkhhUW+ESdhJ5lc1POA=="
"version": "0.7.31",
"resolved": "https://registry.npmjs.org/rive-js/-/rive-js-0.7.31.tgz",
"integrity": "sha512-T+Qo/YEl9h1vp3UR1Ekv1JDuQTAx3CZTygInwTusxDB4TH1CvurjzCy+kcT3nzp/IL0uO+E49mwehTTspc2pOQ=="
},
"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.30"
"rive-js": "0.7.31"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"