Skip to content

Commit 8593c83

Browse files
build(deps-dev): 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.175.0 to 0.176.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.175.0 to 0.176.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.176.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/three" dependency-version: 0.176.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d06a7c7 commit 8593c83

File tree

3 files changed

+32
-18
lines changed

3 files changed

+32
-18
lines changed

package-lock.json

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
],
6666
"devDependencies": {
6767
"@types/jest": "^29.5.14",
68-
"@types/three": "^0.175.0",
68+
"@types/three": "^0.176.0",
6969
"adm-zip": "^0.5.10",
7070
"cpy-cli": "^5.0.0",
7171
"esbuild": "^0.25.0",
@@ -74,7 +74,7 @@
7474
"make-dir-cli": "^4.0.0",
7575
"monaco-editor": "^0.52.0",
7676
"rimraf": "^6.0.0",
77-
"three": "^0.175.0",
77+
"three": "^0.176.0",
7878
"ts-jest": "^29.3.2",
7979
"ts-node": "^10.9.2",
8080
"typedoc": "^0.28.3",

yarn.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@
288288
dependencies:
289289
"@jridgewell/trace-mapping" "0.3.9"
290290

291+
"@dimforge/rapier3d-compat@^0.12.0":
292+
version "0.12.0"
293+
resolved "https://registry.yarnpkg.com/@dimforge/rapier3d-compat/-/rapier3d-compat-0.12.0.tgz#7b3365e1dfdc5cd957b45afe920b4ac06c7cd389"
294+
integrity sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==
295+
291296
"@esbuild/[email protected]":
292297
version "0.25.3"
293298
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.3.tgz#014180d9a149cffd95aaeead37179433f5ea5437"
@@ -892,11 +897,12 @@
892897
resolved "https://registry.npmjs.org/@types/stats.js/-/stats.js-0.17.3.tgz"
893898
integrity sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==
894899

895-
"@types/three@^0.175.0":
896-
version "0.175.0"
897-
resolved "https://registry.npmjs.org/@types/three/-/three-0.175.0.tgz"
898-
integrity sha512-ldMSBgtZOZ3g9kJ3kOZSEtZIEITmJOzu8eKVpkhf036GuNkM4mt0NXecrjCn5tMm1OblOF7dZehlaDypBfNokw==
900+
"@types/three@^0.176.0":
901+
version "0.176.0"
902+
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.176.0.tgz#b6eced2b05e839395a6171e066c4631bc5b0a1e0"
903+
integrity sha512-FwfPXxCqOtP7EdYMagCFePNKoG1AGBDUEVKtluv2BTVRpSt7b+X27xNsirPCTCqY1pGYsPUzaM3jgWP7dXSxlw==
899904
dependencies:
905+
"@dimforge/rapier3d-compat" "^0.12.0"
900906
"@tweenjs/tween.js" "~23.1.3"
901907
"@types/stats.js" "*"
902908
"@types/webxr" "*"
@@ -3881,10 +3887,10 @@ test-exclude@^6.0.0:
38813887
glob "^7.1.4"
38823888
minimatch "^3.0.4"
38833889

3884-
three@^0.175.0:
3885-
version "0.175.0"
3886-
resolved "https://registry.npmjs.org/three/-/three-0.175.0.tgz"
3887-
integrity sha512-nNE3pnTHxXN/Phw768u0Grr7W4+rumGg/H6PgeseNJojkJtmeHJfZWi41Gp2mpXl1pg1pf1zjwR4McM1jTqkpg==
3890+
three@^0.176.0:
3891+
version "0.176.0"
3892+
resolved "https://registry.yarnpkg.com/three/-/three-0.176.0.tgz#a30c1974e46db5745e4f96dd9ee2028d71e16ecf"
3893+
integrity sha512-PWRKYWQo23ojf9oZSlRGH8K09q7nRSWx6LY/HF/UUrMdYgN9i1e2OwJYHoQjwc6HF/4lvvYLC5YC1X8UJL2ZpA==
38883894

38893895
"through@>=2.2.7 <3":
38903896
version "2.3.8"

0 commit comments

Comments
 (0)