Skip to content

Commit

Permalink
remove 4.x as peer dep (temporary solution)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Jun 4, 2022
1 parent 1add55b commit 136ff8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-babylonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"typescript": "4.6.3"
},
"peerDependencies": {
"@babylonjs/core": "4.x||5.x",
"@babylonjs/gui": "4.x||5.x",
"@babylonjs/core": "5.x",
"@babylonjs/gui": "5.x",
"react": ">=17",
"react-dom": ">=17"
},
Expand Down

0 comments on commit 136ff8c

Please sign in to comment.