chore: bump js runtime to 2.35.2

This commit is contained in:
Zach Plata
2026-03-09 15:51:54 -05:00
committed by Zachary Plata
parent 1abd420408
commit 881983229f

View File

@@ -35,10 +35,10 @@
},
"homepage": "https://github.com/rive-app/rive-react#readme",
"dependencies": {
"@rive-app/canvas": "2.35.0",
"@rive-app/canvas-lite": "2.35.0",
"@rive-app/webgl": "2.35.0",
"@rive-app/webgl2": "2.35.0"
"@rive-app/canvas": "2.35.2",
"@rive-app/canvas-lite": "2.35.2",
"@rive-app/webgl": "2.35.2",
"@rive-app/webgl2": "2.35.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0"