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

Skip to content

Commit b2151d7

Browse files
committed
fix(core): bump threejs 177
1 parent 02bb418 commit b2151d7

File tree

8 files changed

+74
-68
lines changed

8 files changed

+74
-68
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.176.0"
31+
"three": ">=0.157.0 <0.177.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.176.0"
28+
"three": ">=0.157.0 <0.177.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.176.0",
30+
"three": ">=0.157.0 <0.177.0",
3131
"three-stdlib": "^2.0.0"
3232
},
3333
"peerDependenciesMeta": {

libs/rapier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@angular/common": ">=19.0.0 <20.0.0",
2727
"@angular/core": ">=19.0.0 <20.0.0",
2828
"@dimforge/rapier3d-compat": ">=0.14.0 <0.18.0",
29-
"three": ">=0.157.0 <0.176.0",
29+
"three": ">=0.157.0 <0.177.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.176.0",
38+
"three": ">=0.157.0 <0.177.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.176.0"
30+
"three": ">=0.157.0 <0.177.0"
3131
},
3232
"dependencies": {
3333
"tslib": "^2.7.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@tweakpane/core": "^2.0.5",
5454
"@types/jest": "29.5.14",
5555
"@types/node": "20.14.12",
56-
"@types/three": "^0.175.0",
56+
"@types/three": "^0.176.0",
5757
"@typescript-eslint/utils": "8.32.1",
5858
"autoprefixer": "^10.4.21",
5959
"cypress": "14.3.3",
@@ -85,7 +85,7 @@
8585
"storybook": "^8.6.14",
8686
"storybook-addon-deep-controls": "^0.9.2",
8787
"tailwindcss": "^3.4.17",
88-
"three": "^0.175.0",
88+
"three": "^0.176.0",
8989
"ts-jest": "^29.3.4",
9090
"ts-morph": "^25.0.1",
9191
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)