File tree 3 files changed +32
-18
lines changed
3 files changed +32
-18
lines changed Original file line number Diff line number Diff line change 65
65
],
66
66
"devDependencies" : {
67
67
"@types/jest" : " ^29.5.14" ,
68
- "@types/three" : " ^0.175 .0" ,
68
+ "@types/three" : " ^0.176 .0" ,
69
69
"adm-zip" : " ^0.5.10" ,
70
70
"cpy-cli" : " ^5.0.0" ,
71
71
"esbuild" : " ^0.25.0" ,
74
74
"make-dir-cli" : " ^4.0.0" ,
75
75
"monaco-editor" : " ^0.52.0" ,
76
76
"rimraf" : " ^6.0.0" ,
77
- "three" : " ^0.175 .0" ,
77
+ "three" : " ^0.176 .0" ,
78
78
"ts-jest" : " ^29.3.2" ,
79
79
"ts-node" : " ^10.9.2" ,
80
80
"typedoc" : " ^0.28.3" ,
Original file line number Diff line number Diff line change 288
288
dependencies :
289
289
" @jridgewell/trace-mapping" " 0.3.9"
290
290
291
+ " @dimforge/rapier3d-compat@^0.12.0 " :
292
+ version "0.12.0"
293
+ resolved "https://registry.yarnpkg.com/@dimforge/rapier3d-compat/-/rapier3d-compat-0.12.0.tgz#7b3365e1dfdc5cd957b45afe920b4ac06c7cd389"
294
+ integrity sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==
295
+
291
296
292
297
version "0.25.3"
293
298
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.3.tgz#014180d9a149cffd95aaeead37179433f5ea5437"
892
897
resolved "https://registry.npmjs.org/@types/stats.js/-/stats.js-0.17.3.tgz"
893
898
integrity sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==
894
899
895
- " @types/three@^0.175 .0 " :
896
- version "0.175 .0"
897
- resolved "https://registry.npmjs.org /@types/three/-/three-0.175 .0.tgz"
898
- integrity sha512-ldMSBgtZOZ3g9kJ3kOZSEtZIEITmJOzu8eKVpkhf036GuNkM4mt0NXecrjCn5tMm1OblOF7dZehlaDypBfNokw ==
900
+ " @types/three@^0.176 .0 " :
901
+ version "0.176 .0"
902
+ resolved "https://registry.yarnpkg.com /@types/three/-/three-0.176 .0.tgz#b6eced2b05e839395a6171e066c4631bc5b0a1e0 "
903
+ integrity sha512-FwfPXxCqOtP7EdYMagCFePNKoG1AGBDUEVKtluv2BTVRpSt7b+X27xNsirPCTCqY1pGYsPUzaM3jgWP7dXSxlw ==
899
904
dependencies :
905
+ " @dimforge/rapier3d-compat" " ^0.12.0"
900
906
" @tweenjs/tween.js" " ~23.1.3"
901
907
" @types/stats.js" " *"
902
908
" @types/webxr" " *"
@@ -3881,10 +3887,10 @@ test-exclude@^6.0.0:
3881
3887
glob "^7.1.4"
3882
3888
minimatch "^3.0.4"
3883
3889
3884
- three@^0.175 .0 :
3885
- version "0.175 .0"
3886
- resolved "https://registry.npmjs.org /three/-/three-0.175 .0.tgz"
3887
- integrity sha512-nNE3pnTHxXN/Phw768u0Grr7W4+rumGg/H6PgeseNJojkJtmeHJfZWi41Gp2mpXl1pg1pf1zjwR4McM1jTqkpg ==
3890
+ three@^0.176 .0 :
3891
+ version "0.176 .0"
3892
+ resolved "https://registry.yarnpkg.com /three/-/three-0.176 .0.tgz#a30c1974e46db5745e4f96dd9ee2028d71e16ecf "
3893
+ integrity sha512-PWRKYWQo23ojf9oZSlRGH8K09q7nRSWx6LY/HF/UUrMdYgN9i1e2OwJYHoQjwc6HF/4lvvYLC5YC1X8UJL2ZpA ==
3888
3894
3889
3895
" through@>=2.2.7 <3 " :
3890
3896
version "2.3.8"
You can’t perform that action at this time.
0 commit comments