Skip to content
Merged
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": "^2.35.4",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.163.0",
"@types/three": "^0.175.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.163.0",
"three": "^0.175.0",
"uniqid": "^5.4.0"
},
"jest": {
Expand Down
35 changes: 28 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ __metadata:
languageName: node
linkType: hard

"@tweenjs/tween.js@npm:~23.1.1":
"@tweenjs/tween.js@npm:~23.1.1, @tweenjs/tween.js@npm:~23.1.3":
version: 23.1.3
resolution: "@tweenjs/tween.js@npm:23.1.3"
checksum: 10c0/811b30f5f0e7409fb41833401c501c2d6f600eb5f43039dd9067a7f70aff6dad5f5ce1233848e13f0b33a269a160d9c133f344d986cbff4f1f6b72ddecd06c89
Expand Down Expand Up @@ -2206,6 +2206,20 @@ __metadata:
languageName: node
linkType: hard

"@types/three@npm:^0.175.0":
version: 0.175.0
resolution: "@types/three@npm:0.175.0"
dependencies:
"@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
languageName: node
linkType: hard

"@types/tough-cookie@npm:*":
version: 4.0.5
resolution: "@types/tough-cookie@npm:4.0.5"
Expand Down Expand Up @@ -2450,6 +2464,13 @@ __metadata:
languageName: node
linkType: hard

"@webgpu/types@npm:*":
version: 0.1.60
resolution: "@webgpu/types@npm:0.1.60"
checksum: 10c0/6dcd28680637b41258287b241e6807160c78464cd67b008c1aaafdbe78e0f1eb1bdc4cace8c8628d2d088a449643e7af71804d33261865f00967557989b0e29b
languageName: node
linkType: hard

"@yarnpkg/lockfile@npm:^1.1.0":
version: 1.1.0
resolution: "@yarnpkg/lockfile@npm:1.1.0"
Expand Down Expand Up @@ -7558,7 +7579,7 @@ __metadata:
"@types/plotly.js": "npm:^2.35.4"
"@types/react": "npm:^18.3.2"
"@types/react-dom": "npm:^18.3.0"
"@types/three": "npm:^0.163.0"
"@types/three": "npm:^0.175.0"
"@vitejs/plugin-react": "npm:^4.3.4"
ace-builds: "npm:^1.25.1"
acorn: "npm:^8.8.1"
Expand Down Expand Up @@ -7599,7 +7620,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.163.0"
three: "npm:^0.175.0"
ts-jest: "npm:^29.1.2"
typedoc: "npm:^0.25.12"
typescript: "npm:^5.8.2"
Expand Down Expand Up @@ -9891,10 +9912,10 @@ __metadata:
languageName: node
linkType: hard

"three@npm:^0.163.0":
version: 0.163.0
resolution: "three@npm:0.163.0"
checksum: 10c0/6e38928faa00580259302b7515229ca2a710f05ed4672e1c56f19f30f76d02bac535dcbd8d4ef4445f7a8436ffe5939b0c70d61ea01d4fc7b31c794cbd10bfaf
"three@npm:^0.175.0":
version: 0.175.0
resolution: "three@npm:0.175.0"
checksum: 10c0/eb47d45aaee376cfbbe7334ec4e9f3ea9cb03f9ecce5a313a08f56a01834e7f514a0c657cf2c4abeff9956079721cd542e2913fede50553d935e7fa390921452
languageName: node
linkType: hard

Expand Down
Loading