Update rive-js to 0.7.32 to fixed nested artboard speed

This commit is contained in:
Arthur Vivian
2021-11-12 13:25:57 +00:00
committed by Arthur Vivian
parent 026d097658
commit 1a597943cb
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -6,10 +6,10 @@
"packages": {
"": {
"name": "rive-react",
"version": "0.0.23",
"version": "0.0.24",
"license": "MIT",
"dependencies": {
"rive-js": "0.7.31"
"rive-js": "0.7.32"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.13.0",
@@ -9058,9 +9058,9 @@
}
},
"node_modules/rive-js": {
"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=="
"version": "0.7.32",
"resolved": "https://registry.npmjs.org/rive-js/-/rive-js-0.7.32.tgz",
"integrity": "sha512-wtexFye3ceIUPm3J42JDYuamSQT9ABYR8GDxcbtQYtNJOjn3KXekOZbFEc8jZc1gZIRc/XRW6C6jYCOLM9Gk0A=="
},
"node_modules/rollup": {
"version": "1.32.0",
@@ -17502,9 +17502,9 @@
}
},
"rive-js": {
"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=="
"version": "0.7.32",
"resolved": "https://registry.npmjs.org/rive-js/-/rive-js-0.7.32.tgz",
"integrity": "sha512-wtexFye3ceIUPm3J42JDYuamSQT9ABYR8GDxcbtQYtNJOjn3KXekOZbFEc8jZc1gZIRc/XRW6C6jYCOLM9Gk0A=="
},
"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.31"
"rive-js": "0.7.32"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"