Skip to content
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.181.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.181.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.181.0":
version: 0.181.0
resolution: "@types/three@npm:0.181.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/c110de1a1934ef4cceb9071a52ccdab6df0c6502600322004a29c4b273c196a0e700fed4257a421190d8618a27f0e418e3ba14da3e3a7168cc014007be1b8f04
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.181.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.181.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.181.0":
version: 0.181.0
resolution: "three@npm:0.181.0"
checksum: 10c0/676dff297e54dc8bb55ce059d5bfe2332c817e207025d07d1a24fd48376db276d9bc6aa4c47ab7b1ba551752f1e42aacf7248eac94354ebbfa0d43042c6a50f1
languageName: node
linkType: hard

Expand Down
Loading