Skip to content

Commit 675c30f

Browse files
authoredOct 12, 2023
fix(OrbitControls): don't use pointer capture (#1683)
1 parent 0cd6af3 commit 675c30f

File tree

2 files changed

+5
-42
lines changed

2 files changed

+5
-42
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"stats.js": "^0.17.0",
7575
"suspend-react": "^0.1.3",
7676
"three-mesh-bvh": "^0.6.7",
77-
"three-stdlib": "^2.26.6",
77+
"three-stdlib": "^2.27.2",
7878
"troika-three-text": "^0.47.2",
7979
"utility-types": "^3.10.0",
8080
"uuid": "^9.0.1",

‎yarn.lock

+4-41
Original file line numberDiff line numberDiff line change
@@ -9250,11 +9250,6 @@ kleur@^3.0.3:
92509250
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
92519251
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
92529252

9253-
ktx-parse@^0.4.5:
9254-
version "0.4.5"
9255-
resolved "https://registry.yarnpkg.com/ktx-parse/-/ktx-parse-0.4.5.tgz#79905e22281a9d3e602b2ff522df1ee7d1813aa6"
9256-
integrity sha512-MK3FOody4TXbFf8Yqv7EBbySw7aPvEcPX++Ipt6Sox+/YMFvR5xaTyhfNSk1AEmMy+RYIw81ctN4IMxCB8OAlg==
9257-
92589253
lazy-universal-dotenv@^4.0.0:
92599254
version "4.0.0"
92609255
resolved "https://registry.yarnpkg.com/lazy-universal-dotenv/-/lazy-universal-dotenv-4.0.0.tgz#0b220c264e89a042a37181a4928cdd298af73422"
@@ -10033,11 +10028,6 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
1003310028
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1003410029
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1003510030

10036-
mmd-parser@^1.0.4:
10037-
version "1.0.4"
10038-
resolved "https://registry.yarnpkg.com/mmd-parser/-/mmd-parser-1.0.4.tgz#87cc05782cb5974ca854f0303fc5147bc9d690e7"
10039-
integrity sha512-Qi0VCU46t2IwfGv5KF0+D/t9cizcDug7qnNoy9Ggk7aucp0tssV8IwTMkBlDbm+VqAf3cdQHTCARKSsuS2MYFg==
10040-
1004110031
modify-values@^1.0.1:
1004210032
version "1.0.1"
1004310033
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
@@ -10656,14 +10646,6 @@ open@^8.0.4, open@^8.4.0:
1065610646
is-docker "^2.1.1"
1065710647
is-wsl "^2.2.0"
1065810648

10659-
opentype.js@^1.3.3:
10660-
version "1.3.4"
10661-
resolved "https://registry.yarnpkg.com/opentype.js/-/opentype.js-1.3.4.tgz#1c0e72e46288473cc4a4c6a2dc60fd7fe6020d77"
10662-
integrity sha512-d2JE9RP/6uagpQAVtJoF0pJJA/fgai89Cc50Yp0EJHk+eLp6QQ7gBoblsnubRULNY132I0J1QKMJ+JTbMqz4sw==
10663-
dependencies:
10664-
string.prototype.codepointat "^0.2.1"
10665-
tiny-inflate "^1.0.3"
10666-
1066710649
optionator@^0.8.1:
1066810650
version "0.8.3"
1066910651
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
@@ -12736,11 +12718,6 @@ string-width@^5.0.1, string-width@^5.1.2:
1273612718
emoji-regex "^9.2.2"
1273712719
strip-ansi "^7.0.1"
1273812720

12739-
string.prototype.codepointat@^0.2.1:
12740-
version "0.2.1"
12741-
resolved "https://registry.yarnpkg.com/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz#004ad44c8afc727527b108cd462b4d971cd469bc"
12742-
integrity sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==
12743-
1274412721
string.prototype.matchall@^4.0.8:
1274512722
version "4.0.10"
1274612723
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz#a1553eb532221d4180c51581d6072cd65d1ee100"
@@ -13065,21 +13042,17 @@ three-mesh-bvh@^0.6.7:
1306513042
resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.6.7.tgz#6491876f5bf0c0d67be81a4402f2abdbb2266d76"
1306613043
integrity sha512-RYdjMsH+vZvjLwA+ehI4+ZqTaTehAz4iho2yfL5PdGsIHyxpB78g0iy4Emj8079m/9KBX02TzddkvPSKSruQjg==
1306713044

13068-
three-stdlib@^2.26.6:
13069-
version "2.26.6"
13070-
resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.26.6.tgz#0ab23a6c4c4a74365e54dc0a69db7bb9589391b4"
13071-
integrity sha512-93XercNU5UBVXOXrzekL3eltt4fR0yvXN8r4rPSMNPAjwFdHYgc8o7SqylCNLPNetB9eAHGtI3Tx7WUMRM6lMg==
13045+
three-stdlib@^2.27.2:
13046+
version "2.27.2"
13047+
resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.27.2.tgz#d9fb6e8341ad93aa12b71bec2b3480528d6e42bf"
13048+
integrity sha512-yjHaY4QHRqMi1yGIt5RzWtRFbcCj2YHoCaAY4pldphI5CMf9PoCc9N2UFuVbHqgITQRKnVoCo+OCMU2rIZTXjg==
1307213049
dependencies:
1307313050
"@types/draco3d" "^1.4.0"
1307413051
"@types/offscreencanvas" "^2019.6.4"
1307513052
"@types/webxr" "^0.5.2"
1307613053
draco3d "^1.4.1"
1307713054
fflate "^0.6.9"
13078-
ktx-parse "^0.4.5"
13079-
mmd-parser "^1.0.4"
13080-
opentype.js "^1.3.3"
1308113055
potpack "^1.0.1"
13082-
zstddec "^0.0.2"
1308313056

1308413057
three@^0.149.0:
1308513058
version "0.149.0"
@@ -13114,11 +13087,6 @@ through@2, "through@>=2.2.7 <3", through@^2.3.8:
1311413087
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
1311513088
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
1311613089

13117-
tiny-inflate@^1.0.3:
13118-
version "1.0.3"
13119-
resolved "https://registry.yarnpkg.com/tiny-inflate/-/tiny-inflate-1.0.3.tgz#122715494913a1805166aaf7c93467933eea26c4"
13120-
integrity sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==
13121-
1312213090
tiny-invariant@^1.3.1:
1312313091
version "1.3.1"
1312413092
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz#8560808c916ef02ecfd55e66090df23a4b7aa642"
@@ -14068,11 +14036,6 @@ yocto-queue@^1.0.0:
1406814036
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
1406914037
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
1407014038

14071-
zstddec@^0.0.2:
14072-
version "0.0.2"
14073-
resolved "https://registry.yarnpkg.com/zstddec/-/zstddec-0.0.2.tgz#57e2f28dd1ff56b750e07d158a43f0611ad9eeb4"
14074-
integrity sha512-DCo0oxvcvOTGP/f5FA6tz2Z6wF+FIcEApSTu0zV5sQgn9hoT5lZ9YRAKUraxt9oP7l4e8TnNdi8IZTCX6WCkwA==
14075-
1407614039
zustand@^3.5.13, zustand@^3.7.1:
1407714040
version "3.7.2"
1407814041
resolved "https://registry.yarnpkg.com/zustand/-/zustand-3.7.2.tgz#7b44c4f4a5bfd7a8296a3957b13e1c346f42514d"

1 commit comments

Comments
 (1)

vercel[bot] commented on Oct 12, 2023

@vercel[bot]
Please sign in to comment.