Skip to content

Commit 1ff756e

Browse files
update languages, babylonjs and threejs versions
1 parent 75021f7 commit 1ff756e

File tree

28 files changed

+219
-37
lines changed

28 files changed

+219
-37
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.176.0/build/three.module.js",
591-
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.176.0/examples/jsm/controls/OrbitControls.min.js"
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"
592592
}
593593
}
594594
</script>

examples/react/threejs/vase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/jest": "29.5.1",
1212
"@types/node": "20.2.5",
1313
"@types/react": "18.2.7",
14-
"@types/three": "0.176.0",
14+
"@types/three": "0.179.1",
1515
"@types/react-dom": "18.2.4",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0",

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.176.0/build/three.module.js",
17-
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.176.0/examples/jsm/controls/OrbitControls.min.js"
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"
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.176.0/build/three.module.js",
17-
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.176.0/examples/jsm/controls/OrbitControls.min.js"
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"
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.176.0/build/three.module.js",
31-
"three/addons/controls/OrbitControls": "https://cdn.jsdelivr.net/npm/three@v0.176.0/examples/jsm/controls/OrbitControls.min.js"
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"
3232
}
3333
}
3434
</script>

examples/vite/babylonjs/hex-house-concept/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"typescript": "~5.8.3",
1717
"vite": "^6.3.2",
18-
"@types/three": "0.176.0"
18+
"@types/three": "0.179.1"
1919
}
2020
}

examples/vite/babylonjs/hex-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"typescript": "~5.8.3",
1717
"vite": "^6.3.2",
18-
"@types/three": "0.176.0"
18+
"@types/three": "0.179.1"
1919
}
2020
}

examples/vite/babylonjs/starter-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"typescript": "~5.8.3",
1616
"vite": "^6.3.2",
17-
"@types/three": "0.176.0"
17+
"@types/three": "0.179.1"
1818
}
1919
}

examples/vite/threejs/cup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"typescript": "~5.8.3",
1717
"vite": "^6.3.2",
18-
"@types/three": "0.176.0"
18+
"@types/three": "0.179.1"
1919
}
2020
}

examples/vite/threejs/hex-house-concept/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"typescript": "~5.8.3",
1717
"vite": "^6.3.2",
18-
"@types/three": "0.176.0"
18+
"@types/three": "0.179.1"
1919
}
2020
}

0 commit comments

Comments
 (0)