Skip to content

Commit e6b006d

Browse files
chore(deps): update dependency @types/three to ^0.171.0
1 parent ed75c8b commit e6b006d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/react-copy-to-clipboard": "^5.0.1",
3434
"@types/react-dom": "^18.2.6",
3535
"@types/rimraf": "^4.0.5",
36-
"@types/three": "^0.170.0",
36+
"@types/three": "^0.171.0",
3737
"@vitejs/plugin-react": "^4.0.1",
3838
"sass": "1.83.0",
3939
"vite": "^5.0.0"

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2110,7 +2110,7 @@
21102110
resolved "https://registry.yarnpkg.com/@types/stats.js/-/stats.js-0.17.3.tgz#705446e12ce0fad618557dd88236f51148b7a935"
21112111
integrity sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==
21122112

2113-
"@types/three@*", "@types/three@^0.170.0":
2113+
"@types/three@*":
21142114
version "0.170.0"
21152115
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.170.0.tgz#1fe17693e4e08dd6fd8662542af4c9cba9671620"
21162116
integrity sha512-CUm2uckq+zkCY7ZbFpviRttY+6f9fvwm6YqSqPfA5K22s9w7R4VnA3rzJse8kHVvuzLcTx+CjNCs2NYe0QFAyg==
@@ -2122,6 +2122,18 @@
21222122
fflate "~0.8.2"
21232123
meshoptimizer "~0.18.1"
21242124

2125+
"@types/three@^0.171.0":
2126+
version "0.171.0"
2127+
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.171.0.tgz#8b63a5b3767da3aaa13449a743d88398d754db37"
2128+
integrity sha512-oLuT1SAsT+CUg/wxUTFHo0K3NtJLnx9sJhZWQJp/0uXqFpzSk1hRHmvWvpaAWSfvx2db0lVKZ5/wV0I0isD2mQ==
2129+
dependencies:
2130+
"@tweenjs/tween.js" "~23.1.3"
2131+
"@types/stats.js" "*"
2132+
"@types/webxr" "*"
2133+
"@webgpu/types" "*"
2134+
fflate "~0.8.2"
2135+
meshoptimizer "~0.18.1"
2136+
21252137
"@types/webxr@*", "@types/webxr@^0.5.2":
21262138
version "0.5.20"
21272139
resolved "https://registry.yarnpkg.com/@types/webxr/-/webxr-0.5.20.tgz#b16b681af314ec011b2e8221b0a072d691c04953"

0 commit comments

Comments
 (0)