mirror of
https://github.com/rive-app/rive-react.git
synced 2026-03-13 08:22:30 +08:00
Bump rive-js to 0.7.19 with support for IK constraints
This commit is contained in:
committed by
Arthur Vivian
parent
9db4ee52bf
commit
6c80c5311e
14
package-lock.json
generated
14
package-lock.json
generated
@@ -6912,18 +6912,10 @@
|
||||
"glob": "^7.1.3"
|
||||
}
|
||||
},
|
||||
"rive-canvas": {
|
||||
"version": "0.7.6",
|
||||
"resolved": "https://registry.npmjs.org/rive-canvas/-/rive-canvas-0.7.6.tgz",
|
||||
"integrity": "sha512-RoZocagAmHs3lhD8nYrpxMtNObMREqdL4kSk63dkQOrKRdtby/N8S9bWFXxPo1kMCZBQz50JiTy4+Ink7QpRLA=="
|
||||
},
|
||||
"rive-js": {
|
||||
"version": "0.7.15",
|
||||
"resolved": "https://registry.npmjs.org/rive-js/-/rive-js-0.7.15.tgz",
|
||||
"integrity": "sha512-LM2/JCdwHu33SmAtPpKq3M6AiO7v5iK6h9TQTeT2Hpk1MB4JfWz1jceXhSSJwZ6Vj9zbDeuFJamOdHx5PpVQpA==",
|
||||
"requires": {
|
||||
"rive-canvas": "0.7.6"
|
||||
}
|
||||
"version": "0.7.19",
|
||||
"resolved": "https://registry.npmjs.org/rive-js/-/rive-js-0.7.19.tgz",
|
||||
"integrity": "sha512-03YqqOQVJqF3JnVKk8OPXCTDvNgGVmQyvtSQac/TI/VYO13XFwl0doCIsOZpfrTRl3g+QdPKiR0/nsaR59aQ5Q=="
|
||||
},
|
||||
"rollup": {
|
||||
"version": "1.32.0",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/rive-app/rive-react#readme",
|
||||
"dependencies": {
|
||||
"rive-js": "0.7.15"
|
||||
"rive-js": "0.7.19"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0 || ^17.0.0"
|
||||
|
||||
Reference in New Issue
Block a user