Skip to content

Commit

Permalink
fix loading issue, upgrading babylon seem to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
orion3dgames committed Nov 5, 2024
1 parent 196697d commit 33230d2
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 141 deletions.
165 changes: 87 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"author": "Orion3d",
"license": "MIT",
"devDependencies": {
"@babylonjs/gui-editor": "7.25.2",
"@babylonjs/inspector": "7.25.2",
"@babylonjs/materials": "7.25.2",
"@babylonjs/gui-editor": "7.32.3",
"@babylonjs/inspector": "7.32.3",
"@babylonjs/materials": "7.32.3",
"@colyseus/core": "^0.15.39",
"@colyseus/loadtest": "^0.15.2",
"@colyseus/monitor": "^0.15.6",
Expand All @@ -43,11 +43,11 @@
"webpack-merge": "^5.10.0"
},
"dependencies": {
"@babylonjs/core": "7.25.2",
"@babylonjs/gui": "7.25.2",
"@babylonjs/loaders": "7.25.2",
"@babylonjs/serializers": "7.25.2",
"babylonjs-gltf2interface": "7.25.2",
"@babylonjs/core": "7.32.3",
"@babylonjs/gui": "7.32.3",
"@babylonjs/loaders": "7.32.3",
"@babylonjs/serializers": "7.32.3",
"babylonjs-gltf2interface": "7.32.3",
"colyseus": "^0.15.17",
"colyseus.js": "^0.15.19",
"cors": "^2.8.5",
Expand Down
Loading

0 comments on commit 33230d2

Please sign in to comment.