Skip to content

Commit

Permalink
React >=18 peer dep.
Browse files Browse the repository at this point in the history
Upgrade also react-reconciler
  • Loading branch information
brianzinn committed Aug 31, 2022
1 parent 320575c commit 194da3d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions packages/react-babylonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/node": "^14.18.21",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-reconciler": "^0.26.4",
"@types/react-reconciler": "^0.26.7",
"@types/sinon": "^9.0.10",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
Expand Down Expand Up @@ -87,10 +87,15 @@
"peerDependencies": {
"@babylonjs/core": "5.x",
"@babylonjs/gui": "5.x",
"react": ">=17",
"react-dom": ">=17"
"react": ">=18",
"react-dom": ">=18"
},
"dependencies": {
"react-reconciler": "^0.26.2"
"react-reconciler": "^0.27.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
}
}

0 comments on commit 194da3d

Please sign in to comment.