Skip to content

Commit b72c8ae

Browse files
threejs and babylonjs updates
1 parent d9e1d0e commit b72c8ae

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

docs/learn/runners/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@ function hideSpinner() {
587587
<script type="importmap">
588588
{
589589
"imports": {
590-
"three": "https://cdn.jsdelivr.net/npm/three@v0.179.1/build/three.module.js",
591-
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.179.1/examples/jsm/controls/OrbitControls.min.js"
590+
"three": "https://cdn.jsdelivr.net/npm/three@v0.180.0/build/three.module.js",
591+
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.180.0/examples/jsm/controls/OrbitControls.min.js"
592592
}
593593
}
594594
</script>

examples/runner/threejs/lite/external-scene/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<script type="importmap">
1414
{
1515
"imports": {
16-
"three": "https://cdn.jsdelivr.net/npm/three@v0.179.1/build/three.module.js",
17-
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.179.1/examples/jsm/controls/OrbitControls.min.js"
16+
"three": "https://cdn.jsdelivr.net/npm/three@v0.180.0/build/three.module.js",
17+
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.180.0/examples/jsm/controls/OrbitControls.min.js"
1818
}
1919
}
2020
</script>

examples/runner/threejs/lite/simple/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<script type="importmap">
1414
{
1515
"imports": {
16-
"three": "https://cdn.jsdelivr.net/npm/three@v0.179.1/build/three.module.js",
17-
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.179.1/examples/jsm/controls/OrbitControls.min.js"
16+
"three": "https://cdn.jsdelivr.net/npm/three@v0.180.0/build/three.module.js",
17+
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.180.0/examples/jsm/controls/OrbitControls.min.js"
1818
}
1919
}
2020
</script>

examples/runner/threejs/lite/threejs-logo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<script type="importmap">
2828
{
2929
"imports": {
30-
"three": "https://cdn.jsdelivr.net/npm/three@v0.179.1/build/three.module.js",
31-
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.179.1/examples/jsm/controls/OrbitControls.min.js"
30+
"three": "https://cdn.jsdelivr.net/npm/three@v0.180.0/build/three.module.js",
31+
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.180.0/examples/jsm/controls/OrbitControls.min.js"
3232
}
3333
}
3434
</script>

packages/dev/babylonjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
"types": "./index.d.ts",
5555
"type": "module",
5656
"dependencies": {
57-
"@babylonjs/core": "8.26.2",
58-
"@babylonjs/gui": "8.26.2",
59-
"@babylonjs/loaders": "8.26.2",
60-
"@babylonjs/materials": "8.26.2",
61-
"@babylonjs/serializers": "8.26.2",
57+
"@babylonjs/core": "8.29.1",
58+
"@babylonjs/gui": "8.29.1",
59+
"@babylonjs/loaders": "8.29.1",
60+
"@babylonjs/materials": "8.29.1",
61+
"@babylonjs/serializers": "8.29.1",
6262
"@babylonjs/havok": "1.3.10",
6363
"@bitbybit-dev/core": "0.20.6",
6464
"earcut": "2.2.3"

packages/dev/threejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"types": "./index.d.ts",
5555
"type": "module",
5656
"dependencies": {
57-
"three": "0.179.1",
57+
"three": "0.180.0",
5858
"@bitbybit-dev/core": "0.20.6"
5959
},
6060
"devDependencies": {

0 commit comments

Comments
 (0)