Skip to content

Commit 5ef7c1e

Browse files
Update dependency three to ^0.175.0
1 parent fa4b499 commit 5ef7c1e

File tree

2 files changed

+47
-10
lines changed

2 files changed

+47
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"p5": "1.4.0",
1919
"react": "17.0.2",
2020
"react-dom": "17.0.2",
21-
"three": "^0.132.2"
21+
"three": "^0.175.0"
2222
},
2323
"devDependencies": {
2424
"@types/p5": "1.3.1",
2525
"@types/react": "17.0.24",
26-
"@types/three": "^0.132.1",
26+
"@types/three": "^0.175.0",
2727
"eslint": "7.32.0",
2828
"eslint-config-next": "11.1.2",
2929
"typescript": "4.4.3"

yarn.lock

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,11 @@
946946
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.0.7.tgz#82f83dcc2eb9b1e1d559b3aca96783e285eb8592"
947947
integrity sha512-3Zi2LGbCLDz4IIL7ir6wD0u/ggHotLkK5SlVzFzTcYaNgPR4MAt/9JYZqXWKcofPWEoptfpnCJU8Bq9sxw8QUg==
948948

949+
"@tweenjs/tween.js@~23.1.3":
950+
version "23.1.3"
951+
resolved "https://registry.yarnpkg.com/@tweenjs/tween.js/-/tween.js-23.1.3.tgz#eff0245735c04a928bb19c026b58c2a56460539d"
952+
integrity sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==
953+
949954
"@types/json5@^0.0.29":
950955
version "0.0.29"
951956
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -997,16 +1002,33 @@
9971002
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
9981003
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
9991004

1000-
"@types/three@^0.132.1":
1001-
version "0.132.1"
1002-
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.132.1.tgz#16e0889fdbd41259c2fdf18ff2444baa0afc8e57"
1003-
integrity sha512-d+eB9/zaK7Bo690EmWCrMwutNWiMYGnW+G5cRO4jvRHvKhI/fe2B2d6xHf1MW0yl+nQ0ij+ctezYGePWtVhAAA==
1005+
"@types/stats.js@*":
1006+
version "0.17.3"
1007+
resolved "https://registry.yarnpkg.com/@types/stats.js/-/stats.js-0.17.3.tgz#705446e12ce0fad618557dd88236f51148b7a935"
1008+
integrity sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==
1009+
1010+
"@types/three@^0.175.0":
1011+
version "0.175.0"
1012+
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.175.0.tgz#dfb15b3e2d09a16c6e2fd8caeaf5c35f7b6d7e6a"
1013+
integrity sha512-ldMSBgtZOZ3g9kJ3kOZSEtZIEITmJOzu8eKVpkhf036GuNkM4mt0NXecrjCn5tMm1OblOF7dZehlaDypBfNokw==
1014+
dependencies:
1015+
"@tweenjs/tween.js" "~23.1.3"
1016+
"@types/stats.js" "*"
1017+
"@types/webxr" "*"
1018+
"@webgpu/types" "*"
1019+
fflate "~0.8.2"
1020+
meshoptimizer "~0.18.1"
10041021

10051022
"@types/warning@^3.0.0":
10061023
version "3.0.0"
10071024
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52"
10081025
integrity sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI=
10091026

1027+
"@types/webxr@*":
1028+
version "0.5.21"
1029+
resolved "https://registry.yarnpkg.com/@types/webxr/-/webxr-0.5.21.tgz#2e25353af14c7569bcf082f2fb75921d2130db7e"
1030+
integrity sha512-geZIAtLzjGmgY2JUi6VxXdCrTb99A7yP49lxLr2Nm/uIK0PkkxcEi4OGhoGDO4pxCf3JwGz2GiJL2Ej4K2bKaA==
1031+
10101032
"@typescript-eslint/parser@^4.20.0":
10111033
version "4.31.2"
10121034
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.2.tgz#54aa75986e3302d91eff2bbbaa6ecfa8084e9c34"
@@ -1051,6 +1073,11 @@
10511073
"@typescript-eslint/types" "4.31.2"
10521074
eslint-visitor-keys "^2.0.0"
10531075

1076+
"@webgpu/types@*":
1077+
version "0.1.60"
1078+
resolved "https://registry.yarnpkg.com/@webgpu/types/-/types-0.1.60.tgz#4f58e763ce060a81b03ab7ee1ad879c7024923fd"
1079+
integrity sha512-8B/tdfRFKdrnejqmvq95ogp8tf52oZ51p3f4QD5m5Paey/qlX4Rhhy5Y8tgFMi7Ms70HzcMMw3EQjH/jdhTwlA==
1080+
10541081
acorn-jsx@^5.3.1:
10551082
version "5.3.2"
10561083
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -2136,6 +2163,11 @@ fastq@^1.6.0:
21362163
dependencies:
21372164
reusify "^1.0.4"
21382165

2166+
fflate@~0.8.2:
2167+
version "0.8.2"
2168+
resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.8.2.tgz#fc8631f5347812ad6028bbe4a2308b2792aa1dea"
2169+
integrity sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==
2170+
21392171
file-entry-cache@^6.0.1:
21402172
version "6.0.1"
21412173
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -2851,6 +2883,11 @@ merge2@^1.3.0:
28512883
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
28522884
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
28532885

2886+
meshoptimizer@~0.18.1:
2887+
version "0.18.1"
2888+
resolved "https://registry.yarnpkg.com/meshoptimizer/-/meshoptimizer-0.18.1.tgz#cdb90907f30a7b5b1190facd3b7ee6b7087797d8"
2889+
integrity sha512-ZhoIoL7TNV4s5B6+rx5mC//fw8/POGyNxS/DZyCJeiZ12ScLfVwRE/GfsxwiTkMYYD5DmK2/JXnEVXqL4rF+Sw==
2890+
28542891
micromatch@^4.0.4:
28552892
version "4.0.4"
28562893
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
@@ -4056,10 +4093,10 @@ text-table@^0.2.0:
40564093
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
40574094
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
40584095

4059-
three@^0.132.2:
4060-
version "0.132.2"
4061-
resolved "https://registry.yarnpkg.com/three/-/three-0.132.2.tgz#95eb1856147237c03e887cbbe56f964b6fb40b5e"
4062-
integrity sha512-0wcR7LxxkXMn6Gi58gEs3QvY8WpTVXA31L2VOvpjm4ZPYFRHCZC13UqynheFoS5OXDYgtBneN0dhbaNBE8iLhQ==
4096+
three@^0.175.0:
4097+
version "0.175.0"
4098+
resolved "https://registry.yarnpkg.com/three/-/three-0.175.0.tgz#67b357b0b1ee8ef0445b9a768f59363ab1fa7921"
4099+
integrity sha512-nNE3pnTHxXN/Phw768u0Grr7W4+rumGg/H6PgeseNJojkJtmeHJfZWi41Gp2mpXl1pg1pf1zjwR4McM1jTqkpg==
40634100

40644101
[email protected], timers-browserify@^2.0.4:
40654102
version "2.0.12"

0 commit comments

Comments
 (0)