Skip to content

Commit 24856a8

Browse files
committed
update package jsons
1 parent 5bb4db4 commit 24856a8

File tree

6 files changed

+46
-17
lines changed

6 files changed

+46
-17
lines changed

libs/cannon/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,18 @@
2323
],
2424
"license": "MIT",
2525
"peerDependencies": {
26-
"@angular/common": "^18.0.0",
27-
"@angular/core": "^18.0.0",
26+
"@angular/common": ">=18.0.0",
27+
"@angular/core": ">=18.0.0",
2828
"@pmndrs/cannon-worker-api": "^2.0.0",
2929
"cannon-es": "^0.20.0",
3030
"cannon-es-debugger": "^1.0.0",
31-
"ngxtension": "^3.0.0",
3231
"three": ">=0.148.0"
3332
},
33+
"peerDependenciesMeta": {
34+
"cannon-es-debugger": {
35+
"optional": true
36+
}
37+
},
3438
"dependencies": {
3539
"tslib": "^2.3.0"
3640
},

libs/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"license": "MIT",
2424
"peerDependencies": {
25-
"@angular/common": "^18.0.0",
26-
"@angular/core": "^18.0.0",
27-
"ngxtension": "^3.0.0",
25+
"@angular/common": ">=18.0.0",
26+
"@angular/core": ">=18.0.0",
27+
"ngxtension": ">=3.0.0",
2828
"three": ">=0.148.0"
2929
},
3030
"dependencies": {

libs/postprocessing/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# `angular-three-postprocessing`
22

3-
This is the main entry point for post-processing effects in Angular Three. It provides a way to apply various visual effects to your 3D scene after it has been rendered. This library relies on `maath` and `postprocessing` as dependencies.
3+
This is the main entry point for post-processing effects in Angular Three. It provides a way to apply various visual effects to your 3D scene after it has been rendered. This library relies on `maath`, `three-stdlib`, and `postprocessing` as dependencies.
44

55
## Installation
66

77
```bash
8-
npm install angular-three-postprocessing maath postprocessing
9-
# yarn add angular-three-postprocessing maath postprocessing
10-
# pnpm add angular-three-postprocessing maath postprocessing
8+
npm install angular-three-postprocessing three-stdlib maath postprocessing
9+
# yarn add angular-three-postprocessing three-stdlib maath postprocessing
10+
# pnpm add angular-three-postprocessing three-stdlib maath postprocessing
1111
```
1212

1313
## NgtpEffectComposer

libs/postprocessing/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
],
2323
"license": "MIT",
2424
"peerDependencies": {
25-
"@angular/common": "^18.0.0",
26-
"@angular/core": "^18.0.0",
25+
"@angular/common": ">=18.0.0",
26+
"@angular/core": ">=18.0.0",
2727
"maath": "^0.10.0",
28-
"ngxtension": "^3.0.0",
2928
"postprocessing": "^6.0.0",
3029
"three": ">=0.148.0",
3130
"three-stdlib": "^2.0.0"

libs/soba/package.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@
2626
"./assets/*": "./assets/*"
2727
},
2828
"peerDependencies": {
29-
"@angular/common": "^18.0.0",
30-
"@angular/core": "^18.0.0",
29+
"@angular/common": ">=18.0.0",
30+
"@angular/core": ">=18.0.0",
3131
"@monogrid/gainmap-js": "^3.0.0",
3232
"@pmndrs/vanilla": "^1.19.0",
3333
"camera-controls": "^2.8.0",
3434
"hls.js": "^1.5.0",
3535
"meshline": "^3.1.0",
36-
"ngxtension": "^3.0.0",
3736
"stats-gl": "^1.0.0",
3837
"stats.js": "^0.17.0",
3938
"three": ">=0.148.0",
@@ -45,7 +44,34 @@
4544
"peerDependenciesMeta": {
4645
"@monogrid/gainmap-js": {
4746
"optional": true
48-
}
47+
},
48+
"@pmndrs/vanilla": {
49+
"optional": true
50+
},
51+
"hls.js": {
52+
"optional": true
53+
},
54+
"troika-three-text": {
55+
"optional": true
56+
},
57+
"three-custom-shader-material": {
58+
"optional": true
59+
},
60+
"three-mesh-bvh": {
61+
"optional": true
62+
},
63+
"meshline": {
64+
"optional": true
65+
},
66+
"camera-controls": {
67+
"optional": true
68+
},
69+
"stats-gl": {
70+
"optional": true
71+
},
72+
"stats.js": {
73+
"optional": true
74+
}
4975
},
5076
"dependencies": {
5177
"tslib": "^2.3.0"

libs/soba/staging/img.png

-386 KB
Binary file not shown.

0 commit comments

Comments
 (0)