Skip to content

Commit 694ca85

Browse files
committed
feat(postprocessing): bump peer dep to three 170
1 parent 3a09692 commit 694ca85

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

libs/postprocessing/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@
2525
"@angular/common": ">=18.0.0 <19.0.0",
2626
"@angular/core": ">=18.0.0 <19.0.0",
2727
"maath": ">=0.10.0 <0.11.0",
28-
"n8ao": "^1.9.0",
28+
"n8ao": "^1.9.0",
2929
"postprocessing": "^6.0.0",
30-
"three": ">=0.148.0 <0.170.0",
30+
"three": ">=0.148.0 <0.171.0",
3131
"three-stdlib": "^2.0.0"
3232
},
33-
"peerDependenciesMeta": {
34-
"n8ao": {
35-
"optional": true
36-
}
37-
},
38-
"dependencies": {
33+
"peerDependenciesMeta": {
34+
"n8ao": {
35+
"optional": true
36+
}
37+
},
38+
"dependencies": {
3939
"tslib": "^2.7.0"
4040
},
4141
"sideEffects": false,
42-
"web-types": [
43-
"../../node_modules/angular-three/web-types.json",
44-
"node_modules/angular-three/web-types.json"
45-
]
42+
"web-types": [
43+
"../../node_modules/angular-three/web-types.json",
44+
"node_modules/angular-three/web-types.json"
45+
]
4646
}

0 commit comments

Comments
 (0)