Skip to content

Commit

Permalink
Update to Babylon 7.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoebaChant committed Nov 26, 2024
1 parent 182df2c commit 7c52020
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babylonjs/core": "^7.34.3",
"@babylonjs/shared-ui-components": "^7.34.3",
"@babylonjs/core": "^7.35.2",
"@babylonjs/shared-ui-components": "^7.35.2",
"@types/jest": "~29.5.8",
"@types/jest-expect-message": "~1.1.0",
"@types/node": "^22.0.2",
Expand All @@ -72,4 +72,4 @@
"ts-patch": "~3.0.2",
"typescript": "^5.1.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"test": "echo \"Error: run test from the root of the monorepo\" && exit 1"
},
"peerDependencies": {
"@babylonjs/core": "^7.34.3"
"@babylonjs/core": "^7.35.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/demo/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
background-color: #bb464b;
}

.content {
.demoContent {
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 2;
Expand Down Expand Up @@ -176,7 +176,7 @@
<div class="editAction">
<a id="editActionLink" href="javascript:;">Edit</a>
</div>
<div class="content" id="container" width="1024" height="700">
<div class="demoContent" id="container" width="1024" height="700">
<canvas id="renderCanvas" width="1024" height="700"></canvas>
</div>
<div class="footer">
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"recursive-copy": "^2.0.13"
},
"peerDependencies": {
"@babylonjs/core": "^7.34.3",
"@babylonjs/shared-ui-components": "^7.34.3",
"@babylonjs/core": "^7.35.2",
"@babylonjs/shared-ui-components": "^7.35.2",
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.1.18",
Expand Down

0 comments on commit 7c52020

Please sign in to comment.