Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7d2f1d

Browse files
committed
feat(core): bump three version
1 parent ecbe3dc commit e7d2f1d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

libs/cannon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@pmndrs/cannon-worker-api": "^2.0.0",
2929
"cannon-es": ">=0.20.0 <0.21.0",
3030
"cannon-es-debugger": "^1.0.0",
31-
"three": ">=0.157.0 <0.175.0"
31+
"three": ">=0.157.0 <0.176.0"
3232
},
3333
"peerDependenciesMeta": {
3434
"cannon-es-debugger": {

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular/common": ">=19.0.0 <20.0.0",
2626
"@angular/core": ">=19.0.0 <20.0.0",
2727
"ngxtension": ">=3.0.0",
28-
"three": ">=0.157.0 <0.175.0"
28+
"three": ">=0.157.0 <0.176.0"
2929
},
3030
"dependencies": {
3131
"tslib": "^2.7.0"

libs/postprocessing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"maath": ">=0.10.0 <0.11.0",
2828
"n8ao": ">=1.9.4 <2.0.0",
2929
"postprocessing": "^6.0.0",
30-
"three": ">=0.157.0 <0.175.0",
30+
"three": ">=0.157.0 <0.176.0",
3131
"three-stdlib": "^2.0.0"
3232
},
3333
"peerDependenciesMeta": {

libs/rapier/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"peerDependencies": {
2626
"@angular/common": ">=19.0.0 <20.0.0",
2727
"@angular/core": ">=19.0.0 <20.0.0",
28-
"@dimforge/rapier3d-compat": ">=0.14.0 <0.16.0",
29-
"three": ">=0.157.0 <0.175.0",
28+
"@dimforge/rapier3d-compat": ">=0.14.0 <0.17.0",
29+
"three": ">=0.157.0 <0.176.0",
3030
"three-stdlib": "^2.0.0"
3131
},
3232
"dependencies": {

libs/soba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"maath": ">=0.10.0 <0.11.0",
3636
"meshline": "^3.1.0",
3737
"stats-gl": ">=2.0.0",
38-
"three": ">=0.157.0 <0.175.0",
38+
"three": ">=0.157.0 <0.176.0",
3939
"three-custom-shader-material": ">=5.5.0 <6.4.0",
4040
"three-mesh-bvh": ">=0.5.0 <0.10.0",
4141
"three-stdlib": "^2.0.0",

libs/theatre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@angular/core": ">=19.0.0 <20.0.0",
2828
"@theatre/core": ">=0.7.0 <0.8.0",
2929
"@theatre/studio": ">=0.7.0 <0.8.0",
30-
"three": ">=0.157.0 <0.175.0"
30+
"three": ">=0.157.0 <0.176.0"
3131
},
3232
"dependencies": {
3333
"tslib": "^2.7.0"

0 commit comments

Comments
 (0)