Skip to content

Commit a881c2e

Browse files
committed
chore: format
1 parent 36e74f9 commit a881c2e

File tree

6 files changed

+248
-248
lines changed

6 files changed

+248
-248
lines changed

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 <21.0.0",
2626
"@angular/core": ">=19.0.0 <21.0.0",
2727
"ngxtension": ">=3.0.0",
28-
"three": ">=0.157.0 <0.178.0"
28+
"three": ">=0.157.0 <0.178.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.178.0",
30+
"three": ">=0.157.0 <0.178.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 <21.0.0",
2727
"@angular/core": ">=19.0.0 <21.0.0",
2828
"@dimforge/rapier3d-compat": ">=0.14.0 <0.18.0",
29-
"three": ">=0.157.0 <0.178.0",
29+
"three": ">=0.157.0 <0.178.0",
3030
"three-stdlib": "^2.0.0"
3131
},
3232
"dependencies": {

libs/soba/package.json

Lines changed: 83 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
11
{
2-
"name": "angular-three-soba",
3-
"version": "0.0.0-replace",
4-
"publishConfig": {
5-
"access": "public"
6-
},
7-
"repository": {
8-
"type": "git",
9-
"url": "https://github.com/angular-threejs/angular-three/tree/main/libs/soba"
10-
},
11-
"author": {
12-
"name": "Chau Tran",
13-
"email": "[email protected]",
14-
"url": "https://nartc.me"
15-
},
16-
"description": "Utilities for Angular Three",
17-
"keywords": [
18-
"angular",
19-
"threejs",
20-
"renderer",
21-
"utilities",
22-
"shaders"
23-
],
24-
"license": "MIT",
25-
"exports": {
26-
"./assets/*": "./assets/*"
27-
},
28-
"peerDependencies": {
29-
"@angular/common": ">=19.0.0 <21.0.0",
30-
"@angular/core": ">=19.0.0 <21.0.0",
31-
"@monogrid/gainmap-js": "^3.0.0",
32-
"@pmndrs/vanilla": "^1.19.0",
33-
"camera-controls": "^2.8.0",
34-
"hls.js": ">=1.5.0",
35-
"maath": ">=0.10.0 <0.11.0",
36-
"meshline": "^3.1.0",
37-
"stats-gl": ">=2.0.0",
38-
"three": ">=0.157.0 <0.178.0",
39-
"three-custom-shader-material": ">=5.5.0 <6.4.0",
40-
"three-mesh-bvh": ">=0.5.0 <0.10.0",
41-
"three-stdlib": "^2.0.0",
42-
"troika-three-text": ">=0.47.0 <0.53.0"
43-
},
44-
"peerDependenciesMeta": {
45-
"@monogrid/gainmap-js": {
46-
"optional": true
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-
"maath": {
64-
"optional": true
65-
},
66-
"meshline": {
67-
"optional": true
68-
},
69-
"camera-controls": {
70-
"optional": true
71-
},
72-
"stats-gl": {
73-
"optional": true
74-
}
75-
},
76-
"dependencies": {
77-
"tslib": "^2.3.0"
78-
},
79-
"sideEffects": false,
80-
"web-types": [
81-
"../../node_modules/angular-three/web-types.json",
82-
"../../node_modules/angular-three-soba/web-types.json",
83-
"./web-types.json"
84-
]
2+
"name": "angular-three-soba",
3+
"version": "0.0.0-replace",
4+
"publishConfig": {
5+
"access": "public"
6+
},
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/angular-threejs/angular-three/tree/main/libs/soba"
10+
},
11+
"author": {
12+
"name": "Chau Tran",
13+
"email": "[email protected]",
14+
"url": "https://nartc.me"
15+
},
16+
"description": "Utilities for Angular Three",
17+
"keywords": [
18+
"angular",
19+
"threejs",
20+
"renderer",
21+
"utilities",
22+
"shaders"
23+
],
24+
"license": "MIT",
25+
"exports": {
26+
"./assets/*": "./assets/*"
27+
},
28+
"peerDependencies": {
29+
"@angular/common": ">=19.0.0 <21.0.0",
30+
"@angular/core": ">=19.0.0 <21.0.0",
31+
"@monogrid/gainmap-js": "^3.0.0",
32+
"@pmndrs/vanilla": "^1.19.0",
33+
"camera-controls": "^2.8.0",
34+
"hls.js": ">=1.5.0",
35+
"maath": ">=0.10.0 <0.11.0",
36+
"meshline": "^3.1.0",
37+
"stats-gl": ">=2.0.0",
38+
"three": ">=0.157.0 <0.178.0",
39+
"three-custom-shader-material": ">=5.5.0 <6.4.0",
40+
"three-mesh-bvh": ">=0.5.0 <0.10.0",
41+
"three-stdlib": "^2.0.0",
42+
"troika-three-text": ">=0.47.0 <0.53.0"
43+
},
44+
"peerDependenciesMeta": {
45+
"@monogrid/gainmap-js": {
46+
"optional": true
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+
"maath": {
64+
"optional": true
65+
},
66+
"meshline": {
67+
"optional": true
68+
},
69+
"camera-controls": {
70+
"optional": true
71+
},
72+
"stats-gl": {
73+
"optional": true
74+
}
75+
},
76+
"dependencies": {
77+
"tslib": "^2.3.0"
78+
},
79+
"sideEffects": false,
80+
"web-types": [
81+
"../../node_modules/angular-three/web-types.json",
82+
"../../node_modules/angular-three-soba/web-types.json",
83+
"./web-types.json"
84+
]
8585
}

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 <21.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.178.0"
30+
"three": ">=0.157.0 <0.178.0"
3131
},
3232
"dependencies": {
3333
"tslib": "^2.7.0"

0 commit comments

Comments
 (0)