Skip to content

Commit

Permalink
fix: add webgl2 package to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damzobridge committed Jul 25, 2024
1 parent b437230 commit a83f5a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion npm/react-webgl2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"url": "https://github.com/rive-app/rive-react/issues"
},
"homepage": "https://github.com/rive-app/rive-react#readme",
"dependencies": {},
"dependencies": {
"@rive-app/webgl2": "2.19.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"dependencies": {
"@rive-app/canvas": "2.19.4",
"@rive-app/canvas-lite": "2.19.4",
"@rive-app/webgl": "2.19.4"
"@rive-app/webgl": "2.19.4",
"@rive-app/webgl2": "2.19.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand Down Expand Up @@ -84,4 +85,4 @@
"typescript": "^4.5.4",
"watch": "^1.0.2"
}
}
}

0 comments on commit a83f5a2

Please sign in to comment.