Skip to content

Commit 6672d9a

Browse files
chore(deps): bump three and @types/three
Bumps [three](https://github.com/mrdoob/three.js) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three). These dependencies needed to be updated together. Updates `three` from 0.179.1 to 0.182.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.179.0 to 0.182.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) --- updated-dependencies: - dependency-name: three dependency-version: 0.182.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/three" dependency-version: 0.182.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c0001a commit 6672d9a

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@stylistic/eslint-plugin": "^5.4.0",
4040
"@stylistic/stylelint-plugin": "^4.0.0",
4141
"@types/mocha": "^10.0.9",
42-
"@types/three": "^0.179.0",
42+
"@types/three": "^0.182.0",
4343
"alive-server": "^1.3.0",
4444
"cypress": "^15.4.0",
4545
"cypress-mochawesome-reporter": "^4.0.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "./src/index.ts",
88
"types": "./src/index.ts",
99
"dependencies": {
10-
"three": "^0.179.0"
10+
"three": "^0.182.0"
1111
},
1212
"scripts": {
1313
"build": "tsup",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,15 +1145,15 @@
11451145
resolved "https://registry.yarnpkg.com/@types/stats.js/-/stats.js-0.17.3.tgz#705446e12ce0fad618557dd88236f51148b7a935"
11461146
integrity sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==
11471147

1148-
"@types/three@^0.179.0":
1149-
version "0.179.0"
1150-
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.179.0.tgz#a856ea9300eda786da606c04360ab787853ebc94"
1151-
integrity sha512-VgbFG2Pgsm84BqdegZzr7w2aKbQxmgzIu4Dy7/75ygiD/0P68LKmp5ie08KMPNqGTQwIge8s6D1guZf1RnZE0A==
1148+
"@types/three@^0.182.0":
1149+
version "0.182.0"
1150+
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.182.0.tgz#2994f2cb87529ba21e4daa593e27cbf59c548f74"
1151+
integrity sha512-WByN9V3Sbwbe2OkWuSGyoqQO8Du6yhYaXtXLoA5FkKTUJorZ+yOHBZ35zUUPQXlAKABZmbYp5oAqpA4RBjtJ/Q==
11521152
dependencies:
11531153
"@dimforge/rapier3d-compat" "~0.12.0"
11541154
"@tweenjs/tween.js" "~23.1.3"
11551155
"@types/stats.js" "*"
1156-
"@types/webxr" "*"
1156+
"@types/webxr" ">=0.5.17"
11571157
"@webgpu/types" "*"
11581158
fflate "~0.8.2"
11591159
meshoptimizer "~0.22.0"
@@ -1173,10 +1173,10 @@
11731173
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz#525433c784aed9b457aaa0ee3d92aeb71f346b63"
11741174
integrity sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==
11751175

1176-
"@types/webxr@*":
1177-
version "0.5.20"
1178-
resolved "https://registry.yarnpkg.com/@types/webxr/-/webxr-0.5.20.tgz#b16b681af314ec011b2e8221b0a072d691c04953"
1179-
integrity sha512-JGpU6qiIJQKUuVSKx1GtQnHJGxRjtfGIhzO2ilq43VZZS//f1h1Sgexbdk+Lq+7569a6EYhOWrUpIruR/1Enmg==
1176+
"@types/webxr@>=0.5.17":
1177+
version "0.5.24"
1178+
resolved "https://registry.yarnpkg.com/@types/webxr/-/webxr-0.5.24.tgz#734d5d90dadc5809a53e422726c60337fa2f4a44"
1179+
integrity sha512-h8fgEd/DpoS9CBrjEQXR+dIDraopAEfu4wYVNY2tEPwk60stPWhvZMf4Foo5FakuQ7HFZoa8WceaWFervK2Ovg==
11801180

11811181
"@types/yauzl@^2.9.1":
11821182
version "2.10.3"
@@ -5426,10 +5426,10 @@ thenify-all@^1.0.0:
54265426
dependencies:
54275427
any-promise "^1.0.0"
54285428

5429-
three@^0.179.0:
5430-
version "0.179.1"
5431-
resolved "https://registry.yarnpkg.com/three/-/three-0.179.1.tgz#6c0b43e046eaad0f42b163143517a44ae44ed446"
5432-
integrity sha512-5y/elSIQbrvKOISxpwXCR4sQqHtGiOI+MKLc3SsBdDXA2hz3Mdp3X59aUp8DyybMa34aeBwbFTpdoLJaUDEWSw==
5429+
three@^0.182.0:
5430+
version "0.182.0"
5431+
resolved "https://registry.yarnpkg.com/three/-/three-0.182.0.tgz#535b71b4335529d0eacdb1d30eba72bada3d0b54"
5432+
integrity sha512-GbHabT+Irv+ihI1/f5kIIsZ+Ef9Sl5A1Y7imvS5RQjWgtTPfPnZ43JmlYI7NtCRDK9zir20lQpfg8/9Yd02OvQ==
54335433

54345434
throttleit@^1.0.0:
54355435
version "1.0.1"

0 commit comments

Comments
 (0)