Skip to content

Commit 415c4b5

Browse files
committed
fix: add webgl2 package to dependencies
1 parent b437230 commit 415c4b5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

npm/react-webgl2/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"url": "https://github.com/rive-app/rive-react/issues"
1818
},
1919
"homepage": "https://github.com/rive-app/rive-react#readme",
20-
"dependencies": {},
20+
"dependencies": {
21+
"@rive-app/webgl2": "2.19.4"
22+
},
2123
"peerDependencies": {
2224
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
2325
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"dependencies": {
3939
"@rive-app/canvas": "2.19.4",
4040
"@rive-app/canvas-lite": "2.19.4",
41-
"@rive-app/webgl": "2.19.4"
41+
"@rive-app/webgl": "2.19.4",
42+
"@rive-app/webgl2": "2.19.4"
4243
},
4344
"peerDependencies": {
4445
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
@@ -84,4 +85,4 @@
8485
"typescript": "^4.5.4",
8586
"watch": "^1.0.2"
8687
}
87-
}
88+
}

0 commit comments

Comments
 (0)