patch: bump js runtime dependency to address content security policy issue in WASM build

This commit is contained in:
Zach Plata
2022-09-20 23:06:24 -05:00
committed by Zachary Plata
parent 6b7f113296
commit 819bd51ea9

View File

@@ -29,8 +29,8 @@
},
"homepage": "https://github.com/rive-app/rive-react#readme",
"dependencies": {
"@rive-app/canvas": "1.0.83",
"@rive-app/webgl": "1.0.79"
"@rive-app/canvas": "1.0.85",
"@rive-app/webgl": "1.0.81"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"