Skip to content

Commit 2c5f9c8

Browse files
committed
chore: update deps
1 parent 3c1beca commit 2c5f9c8

35 files changed

+2169
-3296
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.14.0
1+
18.19.0

examples/auto-rotate.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<button onclick="cameraControls.reset( true )">reset</button>
2222
</div>
2323

24-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
24+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
2525
<script type="importmap">
2626
{
2727
"imports": {
28-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
29-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
28+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
29+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
3030
}
3131
}
3232
</script>

examples/await-transitions.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<p>Transition promises will resolve when the camera slows to less than <code>controls.restThreshold</code> units in a single frame. You can set this value here</p> <label><input oninput="cameraControls.restThreshold = this.value" value="0.01" type="number" min="0.001" max="1" step="0.001"> Rest Threshold</label>
1616
</div>
1717

18-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
18+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
1919
<script type="importmap">
2020
{
2121
"imports": {
22-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
23-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
22+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
23+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
2424
}
2525
}
2626
</script>

examples/basic.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
<button onclick="cameraControls.enabled = true;">enable mouse/touch controls</button>
4848
</div>
4949

50-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
50+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
5151
<script type="importmap">
5252
{
5353
"imports": {
54-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
55-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
54+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
55+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
5656
}
5757
}
5858
</script>

examples/boundary.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
<button type="button" onclick="cameraControls.reset( true )">reset</button>
3131
</div>
3232

33-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
33+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
3434
<script type="importmap">
3535
{
3636
"imports": {
37-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
38-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
37+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
38+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
3939
}
4040
}
4141
</script>

examples/camera-up.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
<button onclick="cameraControls.applyCameraUp()">applyCameraUp</button>
3030
</div>
3131

32-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
32+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
3333
<script type="importmap">
3434
{
3535
"imports": {
36-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
37-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
36+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
37+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
3838
}
3939
}
4040
</script>

examples/click-to-set-orbit-point.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<button onclick="cameraControls.reset( true )">reset</button>
1414
</div>
1515

16-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
16+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
1717
<script type="importmap">
1818
{
1919
"imports": {
20-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
21-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
20+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
21+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
2222
}
2323
}
2424
</script>

examples/collision-custom.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<button onclick="cameraControls.reset( true )">reset</button>
2222
</div>
2323

24-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
24+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
2525
<script type="importmap">
2626
{
2727
"imports": {
28-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
29-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
28+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
29+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
3030
}
3131
}
3232
</script>

examples/collision.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<button onclick="cameraControls.reset( true )">reset</button>
2222
</div>
2323

24-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
24+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
2525
<script type="importmap">
2626
{
2727
"imports": {
28-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
29-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
28+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
29+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
3030
}
3131
}
3232
</script>

examples/combined-gestures.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
</ul>
1717
</div>
1818

19-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
19+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
2020
<script type="importmap">
2121
{
2222
"imports": {
23-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
24-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
23+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
24+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
2525
}
2626
}
2727
</script>

examples/config.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@
9696
</select>
9797
</div>
9898

99-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
99+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
100100
<script type="importmap">
101101
{
102102
"imports": {
103-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
104-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
103+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
104+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
105105
}
106106
}
107107
</script>

examples/cursor.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<label><input type="checkbox" onchange="cameraControls.dollyToCursor = this.checked">dolly to cursor</label>
2929
</div>
3030

31-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
31+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
3232
<script type="importmap">
3333
{
3434
"imports": {
35-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
36-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
35+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
36+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
3737
}
3838
}
3939
</script>

examples/easing.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
<button onclick="rotate0To120()">rotate 0 to 120 deg with easing in 3 sec</button><br>
1515
</div>
1616

17-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
17+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
1818
<script type="importmap">
1919
{
2020
"imports": {
21-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
22-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
21+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
22+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
2323
}
2424
}
2525
</script>
2626
<script type="module">
2727
import * as THREE from 'three';
28-
import gsap from "https://unpkg.com/[email protected].2/index.js";
28+
import gsap from "https://unpkg.com/[email protected].5/index.js";
2929
import CameraControls from './dist/camera-controls.module.js';
3030
CameraControls.install( { THREE: THREE } );
3131

examples/effect-shake.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<button type="button" onclick="cameraShale2.shake()">shake 3</button>
1515
</div>
1616

17-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
17+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
1818
<script type="importmap">
1919
{
2020
"imports": {
21-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
22-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
21+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
22+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
2323
}
2424
}
2525
</script>

examples/event-attach.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<button onclick="cameraControls.rotate( 45 * THREE.MathUtils.DEG2RAD, 0, true )">rotate theta 45deg</button>
1515
</div>
1616

17-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
17+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
1818
<script type="importmap">
1919
{
2020
"imports": {
21-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
22-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
21+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
22+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
2323
}
2424
}
2525
</script>

examples/first-person.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
</select>
3939
</div>
4040

41-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
41+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
4242
<script type="importmap">
4343
{
4444
"imports": {
45-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
46-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
45+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
46+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
4747
}
4848
}
4949
</script>

examples/fit-and-padding.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
<button onclick="rotateTo( 'left' ), paddingInCssPixel( 100, 100, 200, 100 )">fit left side with padding in pixel( top: 100<b>px</b>, right: 100<b>px</b>, bottom: 200<b>px</b>, right: 100<b>px</b> )</button>
2222
</div>
2323

24-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
24+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
2525
<script type="importmap">
2626
{
2727
"imports": {
28-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
29-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
28+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
29+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
3030
}
3131
}
3232
</script>
3333
<script type="module">
3434
import * as THREE from 'three';
35-
import gsap from "https://unpkg.com/[email protected].2/index.js";
35+
import gsap from "https://unpkg.com/[email protected].5/index.js";
3636
import CameraControls from './dist/camera-controls.module.js';
3737
CameraControls.install( { THREE: THREE } );
3838

examples/fit-to-bounding-sphere.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<button onclick="cameraControls.reset( true )">reset</button><br>
1616
</div>
1717

18-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
18+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
1919
<script type="importmap">
2020
{
2121
"imports": {
22-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
23-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
22+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
23+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
2424
}
2525
}
2626
</script>

examples/fit-to-rect.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<button onclick="cameraControls.reset( true )">reset</button><br>
1616
</div>
1717

18-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
18+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
1919
<script type="importmap">
2020
{
2121
"imports": {
22-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
23-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
22+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
23+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
2424
}
2525
}
2626
</script>

examples/focal-offset.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
<button onclick="cameraControls.saveState()">saveState</button>
3232
</div>
3333

34-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
34+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
3535
<script type="importmap">
3636
{
3737
"imports": {
38-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
39-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
38+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
39+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
4040
}
4141
}
4242
</script>

examples/iframe-child.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
</head>
99
<body>
1010

11-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
11+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
1212
<script type="importmap">
1313
{
1414
"imports": {
15-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
16-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
15+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
16+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
1717
}
1818
}
1919
</script>

examples/infinity-dolly.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<button onclick="cameraControls.reset( true )">reset</button>
2525
</div>
2626

27-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
27+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
2828
<script type="importmap">
2929
{
3030
"imports": {
31-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
32-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
31+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
32+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
3333
}
3434
}
3535
</script>

examples/keyboard.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<button onclick="cameraControls.reset( true )">reset</button>
1717
</div>
1818

19-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
19+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
2020
<script type="importmap">
2121
{
2222
"imports": {
23-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
24-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
23+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
24+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
2525
}
2626
}
2727
</script>

examples/look-in-direction.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<button onclick="cameraControls.reset( true )">reset</button>
1717
</div>
1818

19-
<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
19+
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
2020
<script type="importmap">
2121
{
2222
"imports": {
23-
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
24-
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
23+
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
24+
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
2525
}
2626
}
2727
</script>

0 commit comments

Comments
 (0)