Skip to content

Update dependency three to ^0.178.0 #419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/plotly.js": "^3.0.0",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.175.0",
"@types/three": "^0.178.0",
"@vitejs/plugin-react": "^4.3.4",
"acorn": "^8.8.1",
"astring": "^1.8.6",
Expand Down Expand Up @@ -118,7 +118,7 @@
"save-file": "^2.3.1",
"source-academy-utils": "^1.0.0",
"source-academy-wabt": "^1.0.4",
"three": "^0.175.0",
"three": "^0.178.0",
"uniqid": "^5.4.0"
},
"jest": {
Expand Down
28 changes: 18 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,13 @@ __metadata:
languageName: node
linkType: hard

"@dimforge/rapier3d-compat@npm:~0.12.0":
version: 0.12.0
resolution: "@dimforge/rapier3d-compat@npm:0.12.0"
checksum: 10c0/c66c24f90649c0fc870679c12e7fec1a111080d44450169b57561f957d7b6b284ad8a3ceeba95533e213176ea171351acebd3dd43885fafb33f18bfbd9d507db
languageName: node
linkType: hard

"@epilot/esbuild-jest@npm:^0.5.2":
version: 0.5.2
resolution: "@epilot/esbuild-jest@npm:0.5.2"
Expand Down Expand Up @@ -2415,17 +2422,18 @@ __metadata:
languageName: node
linkType: hard

"@types/three@npm:^0.175.0":
version: 0.175.0
resolution: "@types/three@npm:0.175.0"
"@types/three@npm:^0.178.0":
version: 0.178.0
resolution: "@types/three@npm:0.178.0"
dependencies:
"@dimforge/rapier3d-compat": "npm:~0.12.0"
"@tweenjs/tween.js": "npm:~23.1.3"
"@types/stats.js": "npm:*"
"@types/webxr": "npm:*"
"@webgpu/types": "npm:*"
fflate: "npm:~0.8.2"
meshoptimizer: "npm:~0.18.1"
checksum: 10c0/9e4b4a0aeba942b4dc5fc3648eb7932f8b7b6c03f2f9d69549f967bb5e581bb48022d15494b4e95eac21982d107bc4db2eecfb539a34451d2876ca3bd22a001c
checksum: 10c0/d750a40f8d158c0977ee1c08c1eaad5226c7710e9ccbf66dc43e8470bb4e8c5b7a81d3be6e349408cd2a517e3609f92d508537f325f7f1bbebfc2b17e7b92270
languageName: node
linkType: hard

Expand Down Expand Up @@ -7897,7 +7905,7 @@ __metadata:
"@types/plotly.js": "npm:^3.0.0"
"@types/react": "npm:^18.3.2"
"@types/react-dom": "npm:^18.3.0"
"@types/three": "npm:^0.175.0"
"@types/three": "npm:^0.178.0"
"@vitejs/plugin-react": "npm:^4.3.4"
ace-builds: "npm:^1.25.1"
acorn: "npm:^8.8.1"
Expand Down Expand Up @@ -7938,7 +7946,7 @@ __metadata:
save-file: "npm:^2.3.1"
source-academy-utils: "npm:^1.0.0"
source-academy-wabt: "npm:^1.0.4"
three: "npm:^0.175.0"
three: "npm:^0.178.0"
ts-jest: "npm:^29.1.2"
typedoc: "npm:^0.25.12"
typescript: "npm:^5.8.2"
Expand Down Expand Up @@ -10235,10 +10243,10 @@ __metadata:
languageName: node
linkType: hard

"three@npm:^0.175.0":
version: 0.175.0
resolution: "three@npm:0.175.0"
checksum: 10c0/eb47d45aaee376cfbbe7334ec4e9f3ea9cb03f9ecce5a313a08f56a01834e7f514a0c657cf2c4abeff9956079721cd542e2913fede50553d935e7fa390921452
"three@npm:^0.178.0":
version: 0.178.0
resolution: "three@npm:0.178.0"
checksum: 10c0/00bffd075f2e0fac396c2be121ae0b376508c2f91b97eba19606ace34c53f51b8287047841ef22a3762f6525a83e7b9143728b17639e6d8477e1207d9e9d1866
languageName: node
linkType: hard

Expand Down
Loading