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

Skip to content

Commit a3f17c1

Browse files
ChauChau
Chau
authored and
Chau
committed
chore(repo): bump min three version to 157; bump postprocesing and hls.js
1 parent ea67fe2 commit a3f17c1

File tree

8 files changed

+29
-22
lines changed

8 files changed

+29
-22
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.156.0 <0.175.0"
31+
"three": ">=0.157.0 <0.175.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.156.0 <0.175.0"
28+
"three": ">=0.157.0 <0.175.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.156.0 <0.175.0",
30+
"three": ">=0.157.0 <0.175.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.16.0",
29-
"three": ">=0.156.0 <0.175.0",
29+
"three": ">=0.157.0 <0.175.0",
3030
"three-stdlib": "^2.0.0"
3131
},
3232
"dependencies": {

libs/soba/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"@monogrid/gainmap-js": "^3.0.0",
3232
"@pmndrs/vanilla": "^1.19.0",
3333
"camera-controls": "^2.8.0",
34-
"hls.js": "^1.5.0",
34+
"hls.js": ">=1.5.0",
3535
"maath": ">=0.10.0 <0.11.0",
3636
"meshline": "^3.1.0",
3737
"stats-gl": ">=2.0.0",
38-
"three": ">=0.156.0 <0.175.0",
38+
"three": ">=0.157.0 <0.175.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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
"@angular/common": ">=19.0.0 <20.0.0",
2727
"@angular/core": ">=19.0.0 <20.0.0",
2828
"@theatre/core": ">=0.7.0 <0.8.0",
29-
"@theatre/studio": ">=0.7.0 <0.8.0"
30-
},
29+
"@theatre/studio": ">=0.7.0 <0.8.0",
30+
"three": ">=0.157.0 <0.175.0"
31+
},
3132
"dependencies": {
3233
"tslib": "^2.7.0"
3334
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"postcss-import": "~16.1.0",
8383
"postcss-preset-env": "~9.6.0",
8484
"postcss-url": "~10.1.3",
85-
"postprocessing": "^6.36.7",
85+
"postprocessing": "^6.37.2",
8686
"prettier": "^3.5.3",
8787
"prettier-plugin-organize-imports": "^4.1.0",
8888
"raw-loader": "^4.0.2",
@@ -123,7 +123,7 @@
123123
"front-matter": "^4.0.2",
124124
"gl-noise": "^1.6.1",
125125
"gsap": "^3.12.7",
126-
"hls.js": "^1.5.20",
126+
"hls.js": "^1.6.0",
127127
"ionicons": "^7.4.0",
128128
"maath": "^0.10.8",
129129
"marked-gfm-heading-id": "^4.1.1",

pnpm-lock.yaml

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)