Skip to content

Update dependency three to ^0.179.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.179.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.179.0",
"uniqid": "^5.4.0"
},
"jest": {
Expand Down
37 changes: 26 additions & 11 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.179.0":
version: 0.179.0
resolution: "@types/three@npm:0.179.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
meshoptimizer: "npm:~0.22.0"
checksum: 10c0/b06d8a883d27376d4bb11cf572bb6f0cdcc7089f097cfd9ec011c597d026484d82038c37ee71cb20f554161fc63e1ef30c0fd3e07810e9ff5f39cd8462f56183
languageName: node
linkType: hard

Expand Down Expand Up @@ -7664,6 +7672,13 @@ __metadata:
languageName: node
linkType: hard

"meshoptimizer@npm:~0.22.0":
version: 0.22.0
resolution: "meshoptimizer@npm:0.22.0"
checksum: 10c0/df5c10c897a9eea3085cd2ae077dd4b904df3d71855eb3cbaa624d05e62eb4e893b3e2492cae070122561addb90fbfe092c53b7e68fdd391d0009f267af3f348
languageName: node
linkType: hard

"micromatch@npm:^3.1.4":
version: 3.1.10
resolution: "micromatch@npm:3.1.10"
Expand Down Expand Up @@ -7897,7 +7912,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.179.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 +7953,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.179.0"
ts-jest: "npm:^29.1.2"
typedoc: "npm:^0.25.12"
typescript: "npm:^5.8.2"
Expand Down Expand Up @@ -10235,10 +10250,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.179.0":
version: 0.179.1
resolution: "three@npm:0.179.1"
checksum: 10c0/563ba6d6a79b761b0a19b35141999edeec534cfef07e4ed2d480e2b7c30c290cb27bff0f43d81eaf60849af25b19a7950607db3ccf4aaa90a68d1394a2563f73
languageName: node
linkType: hard

Expand Down
Loading